HomeSort by relevance Sort by last modified time
    Searched full:loopcount (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
loop.js 7 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/icu/icu4c/source/test/perf/leperf/
leperf.cpp 88 int32_t loopCount;
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);
letrperf.cpp 146 int32_t loopCount;
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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 22 unsigned int LoopCount;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 22 unsigned int LoopCount;
  /external/chromium_org/content/test/data/indexeddb/
transaction_run_forever.js 46 var loopCount = 0;
53 loopCount += 1;
54 if (loopCount == 7) {
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 58 * 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,
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-86.js 29 var loopCount = 0;
37 loopCount += 1;
44 assertEquals(3, loopCount);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h 58 * 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,
    [all...]
  /external/llvm/unittests/Support/
ProgramTest.cpp 133 unsigned LoopCount = 0;
136 // LoopCount should only be incremented once.
138 ++LoopCount;
145 EXPECT_EQ(LoopCount, 1u) << "LoopCount should be 1";
153 // cse, LoopCount should be greater than 1 (more than one increment occurs).
155 ++LoopCount;
162 ASSERT_GT(LoopCount, 1u) << "LoopCount should be >1";
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
UTFDataFormatExceptionTest.java 33 int loopCount = 66;
35 for (int i = 0; i < (loopCount); i++)
55 int loopCount = 66;
57 for (int i = 0; i < (loopCount); i++)
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 44 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; i++)
    [all...]
SQLExceptionTest.java 77 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; i++)
    [all...]
BatchUpdateExceptionTest.java 44 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; i++)
    [all...]
DataTruncationTest.java 58 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; i++)
    [all...]
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
AppNotIdleException.java 43 * @param loopCount number of times it was tried to check if they became idle.
49 public static AppNotIdleException create(List<String> idleConditions, int loopCount,
54 seconds, loopCount, Joiner.on(",").join(idleConditions));
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifHeader.java 30 public int loopCount;
  /external/chromium_org/tools/perf/metrics/
media.js 94 var loopCount = e.loopCount;
97 var idealDuration = metric.element.duration * loopCount;
98 var avg_loop_time = (actualDuration - idealDuration) / loopCount;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
GeneralClickAction.java 74 int loopCount = 0;
96 while (status != Tapper.Status.SUCCESS && loopCount < 3) {
116 loopCount++;
125 precision[0], precision[1], tapper, coordinatesProvider, precisionDescriber, loopCount,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_unfilled.c 284 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
295 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
303 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
333 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
348 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
375 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
brw_clip_tri.c 89 c->reg.loopcount = retype(brw_vec1_grf(i, 1), BRW_REGISTER_TYPE_D);
139 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */
179 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */
264 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
360 /* while (--loopcount != 0)
363 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
406 /* for (loopcount = nr_verts-2; loopcount > 0; loopcount--
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_unfilled.c 284 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
295 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
303 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
333 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
348 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
375 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
brw_clip_tri.c 89 c->reg.loopcount = retype(brw_vec1_grf(i, 1), BRW_REGISTER_TYPE_D);
139 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */
179 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */
264 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
360 /* while (--loopcount != 0)
363 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
406 /* for (loopcount = nr_verts-2; loopcount > 0; loopcount--
    [all...]
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
UiControllerImpl.java 431 int loopCount = 0;
437 boolean shouldLogConditionState = loopCount > 0 && loopCount % 100 == 0;
443 Log.w(TAG, "Waiting for: " + condition.name() + " for " + loopCount + " iterations.");
485 loopCount++;
494 "Looped for %s iterations over %s %s.", loopCount, masterIdlePolicy.getIdleTimeout(),
  /external/chromium_org/third_party/icu/source/i18n/
rbt.cpp 227 uint32_t loopCount = 0;
263 loopCount <= loopLimit &&
265 ++loopCount;

Completed in 2028 milliseconds

1 2 3 4