/third_party/jerryscript/tests/jerry/es2015/ |
H A 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][ [all...] |
H A 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 [all...] |
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | leperf.cpp | 94 int32_t loopCount; in main() local 100 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p); in main() 101 u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. 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 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount); in main()
|
H A 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/ |
H A 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/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | RuleBasedTransliterator.java | 105 int loopCount = 0; in handleTransliterate() 112 loopCount <= loopLimit && in handleTransliterate() 114 ++loopCount; in handleTransliterate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedTransliterator.java | 107 int loopCount = 0; in handleTransliterate() 114 loopCount <= loopLimit && in handleTransliterate() 116 ++loopCount; in handleTransliterate()
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 60 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount); 67 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){ 110 * for (loops=0; loops<loopCount; loops++) { 128 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){ 130 * for (loops=0; loops<loopCount; loops++) { 143 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error); 147 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error); 149 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error); 259 * @param loopCount output param to receive the number of iterations 266 int32_t* loopCount, in utimer_loopUntilDone() 265 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FunctionToBeTimed fn, void* param) utimer_loopUntilDone() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 60 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount); 67 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){ 110 * for (loops=0; loops<loopCount; loops++) { 128 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){ 130 * for (loops=0; loops<loopCount; loops++) { 143 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error); 147 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error); 149 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error); 259 * @param loopCount output param to recieve the number of iterations 266 int32_t* loopCount, in utimer_loopUntilDone() 265 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) utimer_loopUntilDone() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A 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/ |
H A D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local 272 loopCount <= loopLimit && in handleTransliterate() 274 ++loopCount; in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt.cpp | 229 uint32_t loopCount = 0; in handleTransliterate() local 272 loopCount <= loopLimit && in handleTransliterate() 274 ++loopCount; in handleTransliterate()
|
/third_party/skia/tests/ |
H A 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/node/test/parallel/ |
H A D | test-fs-read-stream-fd-leak.js | 12 const loopCount = 50; 53 if (++i === loopCount) {
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 1941 int loopCount = 0; in RunMonkey() 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() 2242 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2247 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestWordMonkey() 2253 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2258 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestLineMonkey() 2264 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() [all...] |
H A D | RBBIMonkeyTest.java | 807 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run() 829 if (fLoopCount < 0 && loopCount % 100 == 0) { in run() 1021 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey() 1040 test.fLoopCount = loopCount; in TestMonkey()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 1948 int loopCount = 0; in RunMonkey() 1990 while (loopCount < numIterations || numIterations == -1) { in RunMonkey() 1991 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey() 2233 loopCount++; in RunMonkey() 2244 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestCharMonkey() 2249 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2254 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestWordMonkey() 2260 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() 2265 int loopCount = getIntProperty("loop", isQuick() ? 500 : 10000); in TestLineMonkey() 2272 RunMonkey(bi, m, "line", seed, loopCount); in TestLineMonkey() [all...] |
H A D | RBBIMonkeyTest.java | 811 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run() 833 if (fLoopCount < 0 && loopCount % 100 == 0) { in run() 1025 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey() 1044 test.fLoopCount = loopCount; in TestMonkey()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FenceSyncTests.cpp | 243 unsigned int loopCount = 0; in TEST_P() local 247 // Use 'loopCount' to make sure the test doesn't get stuck in an infinite loop in TEST_P() 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/ |
H A D | NormalizationMonkeyTest.java | 29 int loopCount = 100; field in NormalizationMonkeyTest 55 while (i < loopCount) { in TestNormalize()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | NormalizationMonkeyTest.java | 26 int loopCount = 100; field in NormalizationMonkeyTest 52 while (i < loopCount) { in TestNormalize()
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 221 int loopCount = WebPDemuxGetI(fDemux.get(), WEBP_FF_LOOP_COUNT); in onGetRepetitionCount() local 222 if (0 == loopCount) { in onGetRepetitionCount() 226 loopCount--; in onGetRepetitionCount() 227 return loopCount; in onGetRepetitionCount()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 673 for (int64_t loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in runTest() 688 if (fLoopCount < 0 && loopCount % 100 == 0) { in runTest() 918 int64_t loopCount = quick? 100 : 5000; in testMonkey() local 919 getIntParam("loop", params, loopCount, status); in testMonkey() 958 test->fLoopCount = static_cast<int32_t>(loopCount); in testMonkey()
|
H A D | tsmthred.cpp | 177 for (int32_t loopCount = 0; loopCount < 100; loopCount++) { in doTailTest() 952 int loopCount = 0; variable 954 for (loopCount = 0; loopCount < kStringThreadIterations; loopCount++) {
|
H A D | rbbitst.h | 123 int32_t loopCount, UBool useUText);
|