HomeSort by relevance Sort by last modified time
    Searched defs:loops (Results 1 - 19 of 19) sorted by null

  /system/core/libacc/tests/data/
iops.c 3 void loops() { function
21 loops();
  /external/webkit/WebCore/rendering/style/
StyleMarqueeData.h 49 int loops; // -1 means infinite. member in class:WebCore::StyleMarqueeData
  /external/chromium/third_party/icu/source/common/
ucnvlat1.c 63 int32_t count, loops; local
65 loops=count=targetCapacity>>3;
91 } while(--loops>0);
182 int32_t count, loops; local
185 loops=count=targetCapacity>>4;
228 count=loops-count;
502 int32_t count, loops; local
505 loops=count=targetCapacity>>3;
524 count=loops-count;
638 int32_t count, loops; local
    [all...]
ucnvmbcs.c 2003 int32_t count, loops, oredEntries; local
3653 int32_t count, loops; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ustrperf/
stringperf.cpp 38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
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/icu4c/common/
ucnvlat1.c 63 int32_t count, loops; local
65 loops=count=targetCapacity>>3;
91 } while(--loops>0);
182 int32_t count, loops; local
185 loops=count=targetCapacity>>4;
228 count=loops-count;
502 int32_t count, loops; local
505 loops=count=targetCapacity>>3;
524 count=loops-count;
638 int32_t count, loops; local
    [all...]
ucnvmbcs.c 2082 int32_t count, loops, oredEntries; local
3732 int32_t count, loops; local
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
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));
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyUtilsTest.java 72 int loops = 10; local
74 for (int i = 0; i < loops; i++) {
82 assertFalse(count == loops);
  /external/chromium/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/icu4c/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...]
  /bionic/libc/netbsd/resolv/
res_send.c 493 int done = 0, loops = 0; local
511 if (++loops < 42) /*doug adams*/
578 int done = 0, loops = 0; local
595 if (++loops < 42) /*doug adams*/
  /external/chromium/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/icu4c/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...]
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 426 u32 status=0, loops=0; local
435 } while (loops++ < SDIODRV_MAX_LOOPS);
493 int status, loops=0; local
496 while ((status = OMAP_HSMMC_READ(SYSCTL) & SRA) && loops++ < SDIODRV_MAX_LOOPS);
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 427 u32 status=0, loops=0; local
436 } while (loops++ < SDIODRV_MAX_LOOPS);
494 int status, loops=0; local
497 while ((status = OMAP_HSMMC_READ(SYSCTL) & SRA) && loops++ < SDIODRV_MAX_LOOPS);
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 2020 int32_t loops; local
    [all...]

Completed in 609 milliseconds