Home
last modified time | relevance | path

Searched refs:loops (Results 1 - 4 of 4) sorted by relevance

/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()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_dependency.cpp221 int loops = 5; in HWTEST_F() local
225 loops = atoi(getenv("LOOP_NUM")); in HWTEST_F()
234 for (int loop = 0; loop < loops; loop++) { in HWTEST_F()
/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 };

Completed in 3 milliseconds