| /third_party/jerryscript/tests/jerry/es2015/ |
| D | map-iterators.js | 129 var loopCount = 0; variable 139 if (loopCount === 0) { 148 assert (key === expected[loopCount][0]); 149 assert (value === expected[loopCount][1]); 151 loopCount++; 154 assert(loopCount === expected.length); 156 loopCount = 0; 161 if (loopCount === 0) { 166 assert(key === expected[loopCount][0]); 167 assert(value === expected[loopCount][1]); [all …]
|
| D | set-iterators.js | 112 var loopCount = 0; variable 115 if (loopCount === 0) { 122 assert(element === expected[loopCount++]); 125 assert(loopCount === expected.length); 129 loopCount = 0; 132 if (loopCount === 0) { 137 assert(value === expected[loopCount++]); 142 loopCount = 0; 145 if (loopCount === 0) { 153 assert(value === expected[loopCount++]);
|
| /third_party/icu/icu4c/source/test/perf/leperf/ |
| D | leperf.cpp | 94 int32_t loopCount; in main() local 100 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p); in main() 101 …leperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount); in main() 111 loopCount=0; in main() 114 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p); in main() 115 timeNs = 1000000000.0*(timeTaken/(double)loopCount); in main() 116 …leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount); in main()
|
| D | letrperf.cpp | 152 int32_t loopCount; in main() local 156 time_taken = utimer_loopUntilDone(runTime, &loopCount, x, y); \ in main() 157 printf("%s:\t%.1fs\t#%d\t%.1f/s\n", #x, time_taken, loopCount, loopCount/(double)time_taken); in main()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Fence11.cpp | 87 int loopCount = 0; in finish() local 90 loopCount++; in finish() 93 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in finish() 180 int loopCount = 0; in clientWait() local 183 loopCount++; in clientWait() 192 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in clientWait()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Fence11.cpp | 87 int loopCount = 0; in finish() local 90 loopCount++; in finish() 93 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in finish() 180 int loopCount = 0; in clientWait() local 183 loopCount++; in clientWait() 192 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in clientWait()
|
| /third_party/flutter/skia/tests/ |
| D | AnimatedImageTest.cpp | 322 for (int loopCount : { 0, 1, 2, 5 }) { in DEF_TEST() 325 animatedImage->setRepetitionCount(loopCount); in DEF_TEST() 326 REPORTER_ASSERT(r, animatedImage->getRepetitionCount() == loopCount); in DEF_TEST() 328 for (int loops = 0; loops <= loopCount; loops++) { in DEF_TEST() 336 if (loops != loopCount) { in DEF_TEST() 338 file, loops, loopCount); in DEF_TEST() 353 file, loopCount); in DEF_TEST()
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| D | RuleBasedTransliterator.java | 105 int loopCount = 0; in handleTransliterate() local 112 loopCount <= loopLimit && in handleTransliterate() 114 ++loopCount; in handleTransliterate()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | RuleBasedTransliterator.java | 107 int loopCount = 0; in handleTransliterate() local 114 loopCount <= loopLimit && in handleTransliterate() 116 ++loopCount; in handleTransliterate()
|
| /third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
| D | utimer.h | 266 int32_t* loopCount, in utimer_loopUntilDone() argument 271 *loopCount = 0; in utimer_loopUntilDone() 276 (*loopCount)++; in utimer_loopUntilDone()
|
| /third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
| D | utimer.h | 266 int32_t* loopCount, in utimer_loopUntilDone() argument 271 *loopCount = 0; in utimer_loopUntilDone() 276 (*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() argument 271 *loopCount = 0; in utimer_loopUntilDone() 276 (*loopCount)++; in utimer_loopUntilDone()
|
| /third_party/skia/tests/ |
| D | AnimatedImageTest.cpp | 436 for (int loopCount : { 0, 1, 2, 5 }) { in DEF_TEST() 439 animatedImage->setRepetitionCount(loopCount); in DEF_TEST() 440 REPORTER_ASSERT(r, animatedImage->getRepetitionCount() == loopCount); in DEF_TEST() 442 for (int loops = 0; loops <= loopCount; loops++) { in DEF_TEST() 450 if (loops != loopCount) { in DEF_TEST() 452 file, loops, loopCount); in DEF_TEST() 467 file, loopCount); in DEF_TEST()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | rbt.cpp | 230 uint32_t loopCount = 0; in handleTransliterate() local 271 loopCount <= loopLimit && in handleTransliterate() 273 ++loopCount; in handleTransliterate()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local 272 loopCount <= loopLimit && in handleTransliterate() 274 ++loopCount; in handleTransliterate()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local 272 loopCount <= loopLimit && in handleTransliterate() 274 ++loopCount; in handleTransliterate()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local 272 loopCount <= loopLimit && in handleTransliterate() 274 ++loopCount; in handleTransliterate()
|
| /third_party/node/test/parallel/ |
| D | test-fs-read-stream-fd-leak.js | 12 const loopCount = 50; constant 53 if (++i === loopCount) {
|
| /third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/ |
| D | gif-multiple-loop-counts.gif.make-artificial.txt | 52 loopCount 50 59 loopCount 30 66 loopCount 40
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FenceSyncTests.cpp | 239 unsigned int loopCount = 0; in TEST_P() local 244 while (value != GL_SIGNALED && loopCount <= 1000000) in TEST_P() 246 loopCount++; in TEST_P()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| D | RBBITestMonkey.java | 1940 int loopCount = 0; in RunMonkey() local 1982 while (loopCount < numIterations || numIterations == -1) { in RunMonkey() 1983 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey() 2225 loopCount++; in RunMonkey() 2236 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestCharMonkey() local 2241 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2246 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestWordMonkey() local 2252 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2257 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestLineMonkey() local 2263 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| D | RBBITestMonkey.java | 1941 int loopCount = 0; in RunMonkey() local 1983 while (loopCount < numIterations || numIterations == -1) { in RunMonkey() 1984 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey() 2226 loopCount++; in RunMonkey() 2237 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestCharMonkey() local 2242 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2247 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestWordMonkey() local 2253 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2258 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestLineMonkey() local 2264 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLSyncTest.cpp | 212 unsigned int loopCount = 0; in TEST_P() local 215 while (value != EGL_SIGNALED_KHR && loopCount <= 1000000) in TEST_P() 217 loopCount++; in TEST_P()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FenceSyncTests.cpp | 243 unsigned int loopCount = 0; in TEST_P() local 248 while (value != GL_SIGNALED && loopCount <= 1000000) in TEST_P() 250 loopCount++; in TEST_P()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| D | NormalizationMonkeyTest.java | 29 int loopCount = 100; field in NormalizationMonkeyTest 55 while (i < loopCount) { in TestNormalize()
|