Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dblur_circles.cpp46 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 Delf_test_source_code.cpp28 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 Dut_dependency.cpp101 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 Dutils_timer_test.cpp221 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 Dutils_event_test.cpp1040 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 Danimation_state.cpp154 state_.loops = state_.duration.loopCount; in Move()
160 if (state_.loops && (state_.loops < 0 || --state_.loops)) { in Move()
H A Danimation_state.h172 int32_t loops { 1 }; in META_BEGIN_NAMESPACE()
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-soundpool-for-playback.md120 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 DBUILD.gn24 "-fno-unroll-loops",
/ohos5.0/foundation/resourceschedule/qos_manager/qos/
H A DBUILD.gn32 "-fno-unroll-loops",
/ohos5.0/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/
H A DBUILD.gn44 "-fno-unroll-loops",
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/
H A DBUILD.gn35 "-fno-unroll-loops",
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-inner-multimedia-soundPool-sys.md3 …, playing, and stopping playing system sounds, setting the volume, and setting the number of loops.
H A Djs-apis-inner-multimedia-soundPool.md3 …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 DOpenHarmony-1-1-1-LTS.md40 …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 DBUILD.gn19 "-fno-unroll-loops",
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/
H A DBUILD.gn19 "-fno-unroll-loops",
/ohos5.0/foundation/resourceschedule/qos_manager/services/
H A DBUILD.gn47 "-fno-unroll-loops",
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A DBUILD.gn19 "-fno-unroll-loops",
/ohos5.0/base/notification/common_event_service/frameworks/core/
H A DBUILD.gn19 "-fno-unroll-loops",
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A DBUILD.gn19 "-fno-unroll-loops",
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__packer__native_8h.md55 …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 Dlibuv.md5 … 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 DBUILD.gn34 "-fno-unroll-loops",
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-hashset.md335 …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…

12