/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | blur_circles.cpp | 46 const int loops = 4; in OnTestFunction() local 51 for (int i = 0; i < loops; ++i) { in OnTestFunction() 62 for (int j = 0; j < loops; ++j) { in OnTestFunction()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/resource/testdata/source/ |
H A D | elf_test_source_code.cpp | 28 constexpr int loops {3000000}; in TestGlobalParentFunction() local 29 for (int i = 0; i < loops; ++i) { in TestGlobalParentFunction()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_dependency.cpp | 101 int loops = 5; variable 105 loops = atoi(getenv("LOOP_NUM")); 114 for (int loop = 0; loop < loops; loop++) {
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_timer_test.cpp | 221 uint32_t loops = 10; in TimerEventFun() local 224 for (uint32_t i = 0; i < loops; i++) { in TimerEventFun() 250 int loops = 11; in SleepLoopFunc() local 253 for (int i = 0; i < loops; i++) { in SleepLoopFunc()
|
H A D | utils_event_test.cpp | 1040 int loops = 11; in SleepLoop() local 1043 for (int i = 0; i < loops; i++) { in SleepLoop() 1054 uint32_t loops = 10; in TimerEvent() local 1057 for (uint32_t i = 0; i < loops; i++) { in TimerEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 154 state_.loops = state_.duration.loopCount; in Move() 160 if (state_.loops && (state_.loops < 0 || --state_.loops)) { in Move()
|
H A D | animation_state.h | 172 int32_t loops { 1 }; in META_BEGIN_NAMESPACE()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-soundpool-for-playback.md | 120 7. Call **setLoop()** to set the number of loops. 235 loop: 3, // The sound is played four times (three loops). 286 // Set the number of loops. 287 await soundPool.setLoop(streamId, 2); // The sound is played three times (two loops).
|
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/native/ |
H A D | BUILD.gn | 24 "-fno-unroll-loops",
|
/ohos5.0/foundation/resourceschedule/qos_manager/qos/ |
H A D | BUILD.gn | 32 "-fno-unroll-loops",
|
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/ |
H A D | BUILD.gn | 44 "-fno-unroll-loops",
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/ |
H A D | BUILD.gn | 35 "-fno-unroll-loops",
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | js-apis-inner-multimedia-soundPool-sys.md | 3 …, playing, and stopping playing system sounds, setting the volume, and setting the number of loops.
|
H A D | js-apis-inner-multimedia-soundPool.md | 3 …loading, playing, and stopping playing sounds, setting the volume, and setting the number of loops. 22 These parameters are used to control the playback volume, number of loops, and priority. 28 …No | Number of loops. The value **0** means that the sound does not loop (the sound is played once… 36 …ping playing system sounds, setting the volume, and setting the number of loops. Before using thes… 457 loop: 3, // The sound loops three times. 586 loop: 3, // The sound is played four times (three loops). 733 …s | Number of loops. The value **0** means that the sound does not loop (the sound is played once… 766 // Set the number of loops to 2. 792 …s | Number of loops. The value **0** means that the sound does not loop (the sound is played once… 830 // Set the number of loops to 1.
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-1-1-1-LTS.md | 40 …e attributes to the **Slider** component.<br/>- Added the API for setting loops to the **UITimePic… 42 …Normalized the styles of the **\<slider>** component.<br/>- Added swiping loops for the **\<picker…
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/ |
H A D | BUILD.gn | 19 "-fno-unroll-loops",
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/ |
H A D | BUILD.gn | 19 "-fno-unroll-loops",
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/ |
H A D | BUILD.gn | 47 "-fno-unroll-loops",
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
H A D | BUILD.gn | 19 "-fno-unroll-loops",
|
/ohos5.0/base/notification/common_event_service/frameworks/core/ |
H A D | BUILD.gn | 19 "-fno-unroll-loops",
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | BUILD.gn | 19 "-fno-unroll-loops",
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image__packer__native_8h.md | 55 …ngoptionsforsequence) \*options, uint32_t loopCount) | Sets the number of loops for image sequence… 56 …ionsforsequence) \*options, uint32_t \*loopCount) | Obtains the number of loops for image sequence…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | libuv.md | 5 … a cross-platform library that implements asynchronous I/O based on event loops. It applies to net… 31 …avaScript (JS) APIs with OpenHarmony. It also introduced libuv of Node.js to implement event loops. 35 …as an event loop that contains **uvloop**, we plan to normalize the event loops in the application… 41 …gh Node-API in the future for a long period of time, but shield the event loops in the implementat… 435 | [Loop](#event-loops-in-libuv) | uv_loop_init | 436 | [Loop](#event-loops-in-libuv) | uv_loop_close | 437 | [Loop](#event-loops-in-libuv) | uv_default_loop | 438 | [Loop](#event-loops-in-libuv) | uv_run | 439 | [Loop](#event-loops-in-libuv) | uv_loop_alive | 440 | [Loop](#event-loops-in-libuv) | uv_stop | [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/ |
H A D | BUILD.gn | 34 "-fno-unroll-loops",
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-hashset.md | 335 …Is in forEach because they may cause unpredictable risks such as infinite loops. You can use the f… 383 …Is in entries because they may cause unpredictable risks such as infinite loops. You can use the f… 439 …mbol.iterator because they may cause unpredictable risks such as infinite loops. You can use the f…
|