Searched refs:loopCount (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-86.js29 var loopCount = 0; variable
37 loopCount += 1;
44 assertEquals(3, loopCount);
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dloop.js7 function loopMedia(selector, loopCount) {
8 // Loops media playback `loopCount` times.
11 loop(mediaElements[i], loopCount);
15 function loop(element, loopCount) {
17 loopHTML5Element(element, loopCount);
22 function loopHTML5Element(element, loopCount) {
28 if (currentLoop == loopCount) {
45 willLoopEvent.loopCount = loopCount;
/external/chromium_org/content/test/data/indexeddb/
H A Dtransaction_run_forever.js46 var loopCount = 0; variable
53 loopCount += 1;
54 if (loopCount == 7) {
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dleperf.cpp88 int32_t loopCount; local
94 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p);
95 u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount);
105 loopCount=0;
108 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p);
109 timeNs = 1000000000.0*(timeTaken/(double)loopCount);
110 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount);
H A Dletrperf.cpp146 int32_t loopCount; local
150 time_taken = utimer_loopUntilDone(runTime, &loopCount, x, y); \
151 printf("%s:\t%.1fs\t#%d\t%.1f/s\n", #x, time_taken, loopCount, loopCount/(double)time_taken);
/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp88 int32_t loopCount; local
94 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p);
95 u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount);
105 loopCount=0;
108 timeTaken = utimer_loopUntilDone(len, &loopCount, iterate, &p);
109 timeNs = 1000000000.0*(timeTaken/(double)loopCount);
110 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount);
H A Dletrperf.cpp146 int32_t loopCount; local
150 time_taken = utimer_loopUntilDone(runTime, &loopCount, x, y); \
151 printf("%s:\t%.1fs\t#%d\t%.1f/s\n", #x, time_taken, loopCount, loopCount/(double)time_taken);
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeader.java30 public int loopCount; field in class:GifHeader
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dutimer.h58 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount);
65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
108 * for (loops=0; loops<loopCount; loops++) {
126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
128 * for (loops=0; loops<loopCount; loops++) {
141 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error);
145 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error);
147 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error);
257 * @param loopCount output param to recieve the number of iterations
264 int32_t* loopCount,
263 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) argument
[all...]
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h58 * timeTaken = utimer_loopUntilDone((double)10,(void*) param, NormFn, &loopCount);
65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
108 * for (loops=0; loops<loopCount; loops++) {
126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
128 * for (loops=0; loops<loopCount; loops++) {
141 * perf(timer1, source,sourceLen, target, targetLen,loopCount,UNORM_NFD,&error);
145 * perf(timer2,source,sourceLen,target,targetLen,loopCount,UNORM_NFC,&error);
147 * perf(timer3, source, sourceLen, target,targetLen, loopCount, UNORM_FCD,&error);
257 * @param loopCount output param to recieve the number of iterations
264 int32_t* loopCount,
263 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h76 EAS_U8 loopCount; /* loop count for pattern */ member in struct:__anon30867
H A Deas_ota.c361 if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP)))
364 if (pData->loopCount != OTA_INFINITE_LOOP)
365 pData->loopCount--;
398 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS)
860 pData->loopCount = 0;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_otadata.h76 EAS_U8 loopCount; /* loop count for pattern */ member in struct:__anon30917
H A Deas_ota.c361 if (pData->loopCount && ((parserMode == eParserModePlay) || (pData->loopCount != OTA_INFINITE_LOOP)))
364 if (pData->loopCount != OTA_INFINITE_LOOP)
365 pData->loopCount--;
398 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 4, &pData->loopCount)) != EAS_SUCCESS)
860 pData->loopCount = 0;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h76 EAS_U8 loopCount; /* loop count for pattern */ member in struct:__anon30969
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DBatchUpdateExceptionTest.java44 int loopCount = 1;
45 for (int i = 0; i < loopCount; i++) {
90 int loopCount = init1.length;
91 for (int i = 0; i < loopCount; i++) {
144 int loopCount = init1.length;
145 for (int i = 0; i < loopCount; i++) {
201 int loopCount = init1.length;
202 for (int i = 0; i < loopCount; i++) {
259 int loopCount = init1.length;
260 for (int i = 0; i < loopCount;
[all...]
H A DSQLWarningTest.java44 int loopCount = 1;
45 for (int i = 0; i < loopCount; i++) {
91 int loopCount = init1.length;
92 for (int i = 0; i < loopCount; i++) {
140 int loopCount = init1.length;
141 for (int i = 0; i < loopCount; i++) {
192 int loopCount = init1.length;
193 for (int i = 0; i < loopCount; i++) {
238 int loopCount = 1;
239 for (int i = 0; i < loopCount;
[all...]
H A DSQLExceptionTest.java77 int loopCount = init1.length;
78 for (int i = 0; i < loopCount; i++) {
126 int loopCount = init1.length;
127 for (int i = 0; i < loopCount; i++) {
173 int loopCount = init1.length;
174 for (int i = 0; i < loopCount; i++) {
215 int loopCount = 1;
216 for (int i = 0; i < loopCount; i++) {
265 int loopCount = 1;
266 for (int i = 0; i < loopCount;
[all...]
H A DDataTruncationTest.java58 int loopCount = init1.length;
59 for (int i = 0; i < loopCount; i++) {
140 int loopCount = 1;
141 for (int i = 0; i < loopCount; i++) {
212 int loopCount = 1;
213 for (int i = 0; i < loopCount; i++) {
284 int loopCount = 1;
285 for (int i = 0; i < loopCount; i++) {
356 int loopCount = 1;
357 for (int i = 0; i < loopCount;
[all...]
/external/chromium_org/tools/perf/metrics/
H A Dmedia.js94 var loopCount = e.loopCount;
97 var idealDuration = metric.element.duration * loopCount;
98 var avg_loop_time = (actualDuration - idealDuration) / loopCount;
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt.cpp227 uint32_t loopCount = 0; local
266 loopCount <= loopLimit &&
268 ++loopCount;
/external/icu/icu4c/source/i18n/
H A Drbt.cpp227 uint32_t loopCount = 0; local
266 loopCount <= loopLimit &&
268 ++loopCount;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.h120 int32_t loopCount, UBool useUText);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.h120 int32_t loopCount, UBool useUText);
/external/skia/bench/
H A Dbenchmain.cpp573 for (int loopCount = loopsPerIter; loopCount > 0; ) {
578 if (frameIntervalComputed && loopCount > loopsPerFrame) {
580 loopCount -= loopsPerFrame;
582 loops = loopCount;
583 loopCount = 0;

Completed in 525 milliseconds

12