HomeSort by relevance Sort by last modified time
    Searched defs:loops (Results 26 - 50 of 62) sorted by null

12 3

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
Espresso.java 224 int loops = 0; local
225 while (isTransitioningBetweenActionBars(view) && loops < 100) {
226 loops++;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
RootViewPicker.java 87 int loops = 0; local
90 if (loops < 3) {
92 } else if (loops < 1001) {
108 loops++;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 340 int32_t loops = 0; local
378 if (loops == 0 || t == 0) {
379 loops = failsafe;
382 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
383 loops = (int)((double)n / t * loops + 0.5);
384 if (loops == 0) {
389 //System.out.println("# " + meth.getName() + " x " + loops);
390 t = testFunction->time(loops,&status);
397 loops = iterations
    [all...]
  /external/fio/engines/
binject.c 281 int fdb, dev_there, loops; local
302 dev_there = loops = 0;
310 } while (++loops < 100);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 349 int32_t loops = 0; local
387 if (loops == 0 || t == 0) {
388 loops = failsafe;
391 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
392 loops = (int)((double)n / t * loops + 0.5);
393 if (loops == 0) {
398 //System.out.println("# " + meth.getName() + " x " + loops);
399 t = testFunction->time(loops,&status);
406 loops = iterations
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c 35 static unsigned int loops = 100; variable
87 /* Sender sprays loops messages down each file descriptor */
96 for (i = 0; i < loops; i++) {
223 ctx->num_packets = num_fds * loops;
260 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
  /hardware/intel/img/libdrm/tests/
drmstat.c 104 int loops; local
346 loops = strtoul(pt+1, NULL, 0);
364 if (loops < 0) {
365 loops = -loops;
372 for (i = 0; i < loops; i++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 363 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local
429 "Loops are nested too deep.");
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
592 /* Instructions inside of loops need to use the ENDLOOP
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 86 std::vector<std::pair<unsigned, unsigned> > loops; member in struct:sm4_to_tgsi_converter
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 363 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local
429 "Loops are nested too deep.");
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
592 /* Instructions inside of loops need to use the ENDLOOP
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 86 std::vector<std::pair<unsigned, unsigned> > loops; member in struct:sm4_to_tgsi_converter
  /bionic/libc/dns/resolv/
res_send.c 510 int done = 0, loops = 0; local
528 if (++loops < 42) /*doug adams*/
614 int done = 0, loops = 0; local
631 if (++loops < 42) /*doug adams*/
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 22 #define LOOPS 100 //Iterations
23 //#define LOOPS 10
65 int loops = LOOPS; local
71 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
76 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/chromium_org/third_party/skia/bench/
benchmain.cpp 256 DEFINE_string(timeFormat, "%9.2f", "Format to print results, in milliseconds per 1000 loops.");
554 // If you find it takes more than a billion loops to get up to 20ms of runtime,
558 "\nCan't get %s %s to converge in %dms (%d loops)",
577 int loops; local
579 loops = loopsPerFrame;
582 loops = loopCount;
589 bench->draw(loops, canvas);
630 // SkDebugf(" %s has %d loops in %f ms (normalized to %d)\n",
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 24 #define LOOPS 100 //Iterations
25 //#define LOOPS 10
67 int loops = LOOPS; local
73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
78 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/skia/bench/
benchmain.cpp 256 DEFINE_string(timeFormat, "%9.2f", "Format to print results, in milliseconds per 1000 loops.");
554 // If you find it takes more than a billion loops to get up to 20ms of runtime,
558 "\nCan't get %s %s to converge in %dms (%d loops)",
577 int loops; local
579 loops = loopsPerFrame;
582 loops = loopCount;
589 bench->draw(loops, canvas);
630 // SkDebugf(" %s has %d loops in %f ms (normalized to %d)\n",
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 371 int loops = 0; local
385 for (loops=0; loops<adj_loopCount; loops++) {
400 for (loops=0; loops<adj_loopCount; loops++) {
413 for (loops=0; loops<adj_loopCount; loops++)
468 int loops = 0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 48 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
979 unsigned int loops = 1, i; local
990 loops = arg_parse_uint(&arg);
995 for (i = 0; !error && i < loops; i++)
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 431 namespace loops { namespace
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 371 int loops = 0; local
385 for (loops=0; loops<adj_loopCount; loops++) {
400 for (loops=0; loops<adj_loopCount; loops++) {
413 for (loops=0; loops<adj_loopCount; loops++)
468 int loops = 0; local
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 46 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
975 unsigned int loops = 1, i; local
986 loops = arg_parse_uint(&arg);
991 for (i = 0; !error && i < loops; i++)
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 444 ulong loops; /* Loops per iterations */ member in struct:__anon36047
523 ulong arraysize, ulong loops);
600 static char* str1 = "loops %d\n";
605 ulong arraysize, ulong loops)
610 loops = 100;
611 number_of_loops=loops-1; /* the index of the first loop we run */
613 vexxx_printf(str1, (int)loops);
652 if (100==loops) /* the first loop */
1892 ulong loops; \/* # of loops *\/ local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 46 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
975 unsigned int loops = 1, i; local
986 loops = arg_parse_uint(&arg);
991 for (i = 0; !error && i < loops; i++)
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 2087 int32_t count, loops, oredEntries; local
3737 int32_t count, loops; local
    [all...]
  /external/fio/
thread_options.h 143 unsigned int loops; member in struct:thread_options
367 uint32_t loops; member in struct:thread_options_pack

Completed in 2370 milliseconds

12 3