/external/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()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
D | GifDrawable.java | 45 private int loopCount; field in GifDrawable 131 loopCount = 0; in resetLoopCount() 264 loopCount++; in onFrameRead() 267 if (maxLoopCount != LOOP_FOREVER && loopCount >= maxLoopCount) { in onFrameRead() 299 public void setLoopCount(int loopCount) { in setLoopCount() argument 300 if (loopCount <= 0 && loopCount != LOOP_FOREVER && loopCount != LOOP_INTRINSIC) { in setLoopCount() 305 if (loopCount == LOOP_INTRINSIC) { in setLoopCount() 308 maxLoopCount = loopCount; in setLoopCount()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | SQLExceptionTest.java | 77 int loopCount = init1.length; in testSQLExceptionStringStringint() local 78 for (int i = 0; i < loopCount; i++) { in testSQLExceptionStringStringint() 126 int loopCount = init1.length; in testSQLExceptionStringString() local 127 for (int i = 0; i < loopCount; i++) { in testSQLExceptionStringString() 173 int loopCount = init1.length; in testSQLExceptionString() local 174 for (int i = 0; i < loopCount; i++) { in testSQLExceptionString() 215 int loopCount = 1; in testSQLException() local 216 for (int i = 0; i < loopCount; i++) { in testSQLException() 265 int loopCount = 1; in testGetErrorCode() local 266 for (int i = 0; i < loopCount; i++) { in testGetErrorCode() [all …]
|
D | BatchUpdateExceptionTest.java | 44 int loopCount = 1; in testBatchUpdateException() local 45 for (int i = 0; i < loopCount; i++) { in testBatchUpdateException() 90 int loopCount = init1.length; in testBatchUpdateExceptionintArray() local 91 for (int i = 0; i < loopCount; i++) { in testBatchUpdateExceptionintArray() 143 int loopCount = init1.length; in testBatchUpdateExceptionStringintArray() local 144 for (int i = 0; i < loopCount; i++) { in testBatchUpdateExceptionStringintArray() 199 int loopCount = init1.length; in testBatchUpdateExceptionStringStringintArray() local 200 for (int i = 0; i < loopCount; i++) { in testBatchUpdateExceptionStringStringintArray() 256 int loopCount = init1.length; in testBatchUpdateExceptionStringStringintintArray() local 257 for (int i = 0; i < loopCount; i++) { in testBatchUpdateExceptionStringStringintintArray() [all …]
|
D | SQLWarningTest.java | 44 int loopCount = 1; in testSQLWarning() local 45 for (int i = 0; i < loopCount; i++) { in testSQLWarning() 91 int loopCount = init1.length; in testSQLWarningString() local 92 for (int i = 0; i < loopCount; i++) { in testSQLWarningString() 140 int loopCount = init1.length; in testSQLWarningStringString() local 141 for (int i = 0; i < loopCount; i++) { in testSQLWarningStringString() 192 int loopCount = init1.length; in testSQLWarningStringStringint() local 193 for (int i = 0; i < loopCount; i++) { in testSQLWarningStringStringint() 238 int loopCount = 1; in testGetNextWarning() local 239 for (int i = 0; i < loopCount; i++) { in testGetNextWarning() [all …]
|
D | DataTruncationTest.java | 58 int loopCount = init1.length; in testDataTruncationintbooleanbooleanintint() local 59 for (int i = 0; i < loopCount; i++) { in testDataTruncationintbooleanbooleanintint() 140 int loopCount = 1; in testGetIndex() local 141 for (int i = 0; i < loopCount; i++) { in testGetIndex() 212 int loopCount = 1; in testGetParameter() local 213 for (int i = 0; i < loopCount; i++) { in testGetParameter() 284 int loopCount = 1; in testGetRead() local 285 for (int i = 0; i < loopCount; i++) { in testGetRead() 356 int loopCount = 1; in testGetDataSize() local 357 for (int i = 0; i < loopCount; i++) { in testGetDataSize() [all …]
|
/external/skqp/tests/ |
D | AnimatedImageTest.cpp | 332 for (int loopCount : { 0, 1, 2, 5 }) { in DEF_TEST() 335 animatedImage->setRepetitionCount(loopCount); in DEF_TEST() 336 REPORTER_ASSERT(r, animatedImage->getRepetitionCount() == loopCount); in DEF_TEST() 338 for (int loops = 0; loops <= loopCount; loops++) { in DEF_TEST() 346 if (loops != loopCount) { in DEF_TEST() 348 file, loops, loopCount); in DEF_TEST() 363 file, loopCount); in DEF_TEST()
|
/external/skia/tests/ |
D | AnimatedImageTest.cpp | 321 for (int loopCount : { 0, 1, 2, 5 }) { in DEF_TEST() 324 animatedImage->setRepetitionCount(loopCount); in DEF_TEST() 325 REPORTER_ASSERT(r, animatedImage->getRepetitionCount() == loopCount); in DEF_TEST() 327 for (int loops = 0; loops <= loopCount; loops++) { in DEF_TEST() 335 if (loops != loopCount) { in DEF_TEST() 337 file, loops, loopCount); in DEF_TEST() 352 file, loopCount); in DEF_TEST()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1826 int loopCount = 0; in RunMonkey() local 1865 while (loopCount < numIterations || numIterations == -1) { in RunMonkey() 1866 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey() 2095 loopCount++; in RunMonkey() 2102 int loopCount = 500; in TestCharMonkey() local 2106 loopCount = 10000; in TestCharMonkey() 2111 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2117 int loopCount = 500; in TestWordMonkey() local 2121 loopCount = 10000; in TestWordMonkey() 2127 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() [all …]
|
D | RBBIMonkeyTest.java | 804 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run() 826 if (fLoopCount < 0 && loopCount % 100 == 0) { in run() 1018 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey() local 1037 test.fLoopCount = loopCount; in TestMonkey()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1829 int loopCount = 0; in RunMonkey() local 1868 while (loopCount < numIterations || numIterations == -1) { in RunMonkey() 1869 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey() 2098 loopCount++; in RunMonkey() 2105 int loopCount = 500; in TestCharMonkey() local 2109 loopCount = 10000; in TestCharMonkey() 2114 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey() 2120 int loopCount = 500; in TestWordMonkey() local 2124 loopCount = 10000; in TestWordMonkey() 2130 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey() [all …]
|
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() local 1040 test.fLoopCount = loopCount; in TestMonkey()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedTransliterator.java | 107 int loopCount = 0; in handleTransliterate() local 114 loopCount <= loopLimit && in handleTransliterate() 116 ++loopCount; in handleTransliterate()
|
/external/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()
|
/external/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()
|
/external/icu/icu4c/source/i18n/ |
D | rbt.cpp | 230 uint32_t loopCount = 0; in handleTransliterate() local 271 loopCount <= loopLimit && in handleTransliterate() 273 ++loopCount; in handleTransliterate()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_ota.c | 365 …if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP… in OTA_Event() 367 ALOGV("%s() loop backwards, loopCount = %d", __func__, pData->loopCount); in OTA_Event() 369 if (pData->loopCount != OTA_INFINITE_LOOP) in OTA_Event() 370 pData->loopCount--; in OTA_Event() 403 …if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS) in OTA_Event() 865 pData->loopCount = 0; in OTA_ParseHeader()
|
D | eas_otadata.h | 76 EAS_U8 loopCount; /* loop count for pattern */ member
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | NormalizationMonkeyTest.java | 29 int loopCount = 100; field in NormalizationMonkeyTest 55 while (i < loopCount) { in TestNormalize()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizationMonkeyTest.java | 26 int loopCount = 100; field in NormalizationMonkeyTest 52 while (i < loopCount) { in TestNormalize()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 161 public void setLoopCount(int loopCount) { in setLoopCount() argument 162 wrapped.setLoopCount(loopCount); in setLoopCount()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 673 for (int64_t loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in runTest() local 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 = loopCount; in testMonkey()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/ |
D | GlideDrawable.java | 28 public abstract void setLoopCount(int loopCount); in setLoopCount() argument
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifHeader.java | 37 int loopCount; field in GifHeader
|