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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libacc/tests/data/
iops.c 3 void loops() { function
21 loops();
  /dalvik/dx/tests/068-dex-infinite-loop/
info.txt 2 cases of (potentially) infinite loops translate reasonably.
  /device/samsung/crespo/alsa-lib/src/pcm/
atomic.c 29 unsigned int loops = 0; local
32 if (loops < MAX_SPIN_COUNT) {
34 loops++;
37 loops = 0;
  /external/webkit/WebCore/rendering/style/
StyleMarqueeData.cpp 32 , loops(RenderStyle::initialMarqueeLoopCount())
42 , loops(o.loops)
51 behavior == o.behavior && loops == o.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...]
  /external/iptables/extensions/
libipt_MIRROR.man 12 avoid loops and other problems.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-006.js 37 function DoWhileObject( breakOut, breakIn, iterations, loops ) {
39 this.loops = loops;
  /external/webkit/WebKitTools/mangleme/
Makefile 9 CFLAGS = -Wall -O3 -fomit-frame-pointer -funroll-loops
  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 67 * int loops;
84 * for (loops=0; loops<10; loops++) {
108 * for (loops=0; loops<loopCount; loops++) {
127 * int32_t loops;
128 * for (loops=0; loops<loopCount; loops++)
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
utimer.h 67 * int loops;
84 * for (loops=0; loops<10; loops++) {
108 * for (loops=0; loops<loopCount; loops++) {
127 * int32_t loops;
128 * for (loops=0; loops<loopCount; loops++)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 13 target := '"' | '\'; !do this once, outside loops
15 rest_of_line := CREATE_RANGE(MARK(NONE), MARK(NONE)); !also outside loops
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-morph.js 26 var loops = 15
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-morph.js 26 var loops = 15
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
  /external/kernel-headers/original/asm-x86/
delay.h 17 extern void __delay(unsigned long loops);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-047.js 12 var TITLE = "for loops";
  /external/webkit/WebKit/mac/Carbon/
CarbonUtils.m 73 an autorelease pool provided by their event loops. Importantly,
74 carbon applications that nest event loops, using any of the various
76 their nested event loops.
  /external/expat/tests/benchmark/
benchmark.c 65 "buffer size and nr of loops must be greater than zero.\n");
111 printf ("%d loops, with buffer size %d. Average time per loop: %f\n",
  /external/guava/src/com/google/common/collect/
ComparatorOrdering.java 42 // Override just to remove a level of indirection from inner loops
47 // Override just to remove a level of indirection from inner loops
  /external/bluetooth/bluez/audio/
Android.mk 63 LOCAL_CFLAGS:= -funroll-loops
  /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/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/kernel-headers/original/asm-arm/
delay.h 11 extern void __delay(int loops);

Completed in 1059 milliseconds

1 2 3 4 5 6 7 8 91011>>