| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| D | RBBITestMonkey.java | 1948 int loopCount = 0; in RunMonkey() local 2244 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestCharMonkey() local 2254 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestWordMonkey() local 2265 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestLineMonkey() local 2287 int loopCount = getIntProperty("loop", isQuick() ? 500 : 3000); in TestSentMonkey() local 2307 int loopCount = getIntProperty("loop", isQuick() ? 200 : 2000); in TestRTCharMonkey() local 2319 int loopCount = getIntProperty("loop", isQuick() ? 200 : 2000); in TestRTWordMonkey() local 2332 int loopCount = getIntProperty("loop", isQuick() ? 200 : 2000); in TestRTLineMonkey() local 2356 int loopCount = getIntProperty("loop", isQuick() ? 200 : 1000); in TestRTSentMonkey() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| D | RBBITestMonkey.java | 1941 int loopCount = 0; in RunMonkey() local 2237 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestCharMonkey() local 2247 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestWordMonkey() local 2258 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestLineMonkey() local 2269 int loopCount = getIntProperty("loop", isQuick() ? 500 : 3000); in TestSentMonkey() local 2289 int loopCount = getIntProperty("loop", isQuick() ? 200 : 2000); in TestRTCharMonkey() local 2301 int loopCount = getIntProperty("loop", isQuick() ? 200 : 2000); in TestRTWordMonkey() local 2314 int loopCount = getIntProperty("loop", isQuick() ? 200 : 2000); in TestRTLineMonkey() local 2327 int loopCount = getIntProperty("loop", isQuick() ? 200 : 1000); in TestRTSentMonkey() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Fence11.cpp | 87 int loopCount = 0; in finish() local 180 int loopCount = 0; in clientWait() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| D | NormalizationMonkeyTest.java | 29 int loopCount = 100; field in NormalizationMonkeyTest
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| D | NormalizationMonkeyTest.java | 26 int loopCount = 100; field in NormalizationMonkeyTest
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | set-iterators.js | 112 var loopCount = 0; variable
|
| D | map-iterators.js | 129 var loopCount = 0; variable
|
| /third_party/skia/m133/third_party/externals/icu/source/test/perf/leperf/ |
| D | leperf.cpp | 94 int32_t loopCount; in main() local
|
| D | letrperf.cpp | 152 int32_t loopCount; in main() local
|
| /third_party/icu/icu4c/source/test/perf/leperf/ |
| D | leperf.cpp | 94 int32_t loopCount; in main() local
|
| D | letrperf.cpp | 152 int32_t loopCount; in main() local
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| D | RuleBasedTransliterator.java | 105 int loopCount = 0; in handleTransliterate() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | RuleBasedTransliterator.java | 107 int loopCount = 0; in handleTransliterate() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/kernel_builder/ascend/ascendc/op_kernel/ |
| D | add_custom.cpp | 30 int32_t loopCount = this->tileNum * BUFFER_NUM; in Process() local
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/ |
| D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local
|
| /third_party/icu/icu4c/source/i18n/ |
| D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/graph_kernel/custom/custom_ascendc/op_kernel/ |
| D | add_custom.cpp | 43 int32_t loopCount = this->tileNum * BUFFER_NUM; in Process() local
|
| /third_party/skia/m133/third_party/externals/icu/source/tools/ctestfw/unicode/ |
| D | utimer.h | 266 int32_t* loopCount, in utimer_loopUntilDone()
|
| /third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
| D | utimer.h | 266 int32_t* loopCount, in utimer_loopUntilDone()
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
| D | utimer.h | 266 int32_t* loopCount, in utimer_loopUntilDone()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FenceSyncTests.cpp | 243 unsigned int loopCount = 0; in TEST_P() local
|
| /third_party/skia/m133/third_party/externals/icu/source/test/intltest/ |
| D | rbbimonkeytest.cpp | 673 for (int64_t loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in runTest() local 918 int64_t loopCount = quick? 100 : 5000; in testMonkey() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | rbbimonkeytest.cpp | 673 for (int64_t loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in runTest() local 918 int64_t loopCount = quick? 100 : 5000; in testMonkey() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLBufferAgeTest.cpp | 193 int loopCount = (sizeof(kColorSet) / sizeof(kColorSet[0])); in TEST_P() local
|