Home
last modified time | relevance | path

Searched refs:loopCount (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dloop.js7 function loopMedia(selector, loopCount) { argument
11 loop(mediaElements[i], loopCount);
15 function loop(element, loopCount) { argument
17 loopHTML5Element(element, loopCount);
22 function loopHTML5Element(element, loopCount) { argument
28 if (currentLoop == loopCount) {
45 willLoopEvent.loopCount = loopCount;
/external/icu/icu4c/source/test/perf/leperf/
Dleperf.cpp88 int32_t loopCount; in main() local
94 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p); in main()
95 …leperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount); in main()
105 loopCount=0; in main()
108 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p); in main()
109 timeNs = 1000000000.0*(timeTaken/(double)loopCount); in main()
110 …leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount); in main()
Dletrperf.cpp146 int32_t loopCount; in main() local
150 time_taken = utimer_loopUntilDone(runTime, &loopCount, x, y); \ in main()
151 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/
DGifDrawable.java45 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/
DSQLExceptionTest.java77 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 …]
DBatchUpdateExceptionTest.java44 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 …]
DSQLWarningTest.java44 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 …]
DDataTruncationTest.java58 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/v8/test/mjsunit/regress/
Dregress-86.js29 var loopCount = 0; variable
37 loopCount += 1;
44 assertEquals(3, loopCount);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1672 int loopCount = 0; in RunMonkey() local
1710 while (loopCount < numIterations || numIterations == -1) { in RunMonkey()
1711 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey()
1940 loopCount++; in RunMonkey()
1946 int loopCount = 500; in TestCharMonkey() local
1950 loopCount = 10000; in TestCharMonkey()
1955 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey()
1960 int loopCount = 500; in TestWordMonkey() local
1964 loopCount = 10000; in TestWordMonkey()
1970 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1668 int loopCount = 0; in RunMonkey() local
1706 while (loopCount < numIterations || numIterations == -1) { in RunMonkey()
1707 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey()
1936 loopCount++; in RunMonkey()
1942 int loopCount = 500; in TestCharMonkey() local
1946 loopCount = 10000; in TestCharMonkey()
1951 RunMonkey(bi, m, "char", seed, loopCount); in TestCharMonkey()
1956 int loopCount = 500; in TestWordMonkey() local
1960 loopCount = 10000; in TestWordMonkey()
1966 RunMonkey(bi, m, "word", seed, loopCount); in TestWordMonkey()
[all …]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DRuleBasedTransliterator.java354 int loopCount = 0; in handleTransliterate() local
361 loopCount <= loopLimit && in handleTransliterate()
363 ++loopCount; in handleTransliterate()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedTransliterator.java356 int loopCount = 0; in handleTransliterate() local
363 loopCount <= loopLimit && in handleTransliterate()
365 ++loopCount; in handleTransliterate()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dutimer.h264 int32_t* loopCount, in utimer_loopUntilDone() argument
269 *loopCount = 0; in utimer_loopUntilDone()
274 (*loopCount)++; in utimer_loopUntilDone()
/external/icu/icu4c/source/i18n/
Drbt.cpp228 uint32_t loopCount = 0; in handleTransliterate() local
273 loopCount <= loopLimit && in handleTransliterate()
275 ++loopCount; in handleTransliterate()
/external/autotest/frontend/client/src/autotest/afe/
DRecurringView.java49 private TextBox loopCount = new TextBox(); field in RecurringView
138 setCreateTableRow(3, "Loop count:", loopCount); in initRecurringPanel()
184 countValue = AfeUtils.parsePositiveIntegerInput(loopCount.getText(), in submitRecurringJob()
213 loopCount.setText(Integer.toString(DEFAULT_LOOP_COUNT)); in resetCreate()
/external/sonivox/arm-wt-22k/lib_src/
Deas_ota.c361 …if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP… in OTA_Event()
364 if (pData->loopCount != OTA_INFINITE_LOOP) in OTA_Event()
365 pData->loopCount--; in OTA_Event()
398 …if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS) in OTA_Event()
860 pData->loopCount = 0; in OTA_ParseHeader()
Deas_otadata.h76 EAS_U8 loopCount; /* loop count for pattern */ member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizationMonkeyTest.java19 int loopCount = 100; field in NormalizationMonkeyTest
53 while (i < loopCount) { in TestNormalize()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizationMonkeyTest.java23 int loopCount = 100; field in NormalizationMonkeyTest
57 while (i < loopCount) { in TestNormalize()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java161 public void setLoopCount(int loopCount) { in setLoopCount() argument
162 wrapped.setLoopCount(loopCount); in setLoopCount()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/
DGlideDrawable.java28 public abstract void setLoopCount(int loopCount); in setLoopCount() argument
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeader.java37 int loopCount; field in GifHeader
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp235 for (int32_t loopCount = 0; loopCount < 100; loopCount++) { in doTailTest() local
1125 int loopCount = 0; in run() local
1127 for (loopCount = 0; loopCount < kStringThreadIterations; loopCount++) { in run()
Drbbitst.cpp4002 int32_t loopCount = 500; in TestMonkey() local
4009 loopCount = 10000; in TestMonkey()
4014 loopCount = getIntParam("loop", p, loopCount); in TestMonkey()
4049 RunMonkey(bi, m, "char", seed, loopCount, useUText); in TestMonkey()
4052 RunMonkey(bi, m, "char", seed, loopCount, TRUE); in TestMonkey()
4066 RunMonkey(bi, m, "word", seed, loopCount, useUText); in TestMonkey()
4078 if (loopCount >= 10) { in TestMonkey()
4079 loopCount = loopCount / 5; // Line break runs slower than the others. in TestMonkey()
4082 RunMonkey(bi, m, "line", seed, loopCount, useUText); in TestMonkey()
4094 if (loopCount >= 10) { in TestMonkey()
[all …]

12