HomeSort by relevance Sort by last modified time
    Searched full:loop (Results 476 - 500 of 3512) sorted by null

<<11121314151617181920>>

  /bionic/libc/netbsd/nameser/
ns_samedomain.c 65 /* Note this loop doesn't get executed if la==1. */
81 /* note this loop doesn't get executed if lb==1 */
  /bionic/libc/stdio/
fgetln.c 107 * loop below.
117 * newline. The loop stops only when we find a newline.
  /bionic/libc/stdlib/
qsort.c 90 loop: SWAPINIT(a, es);
158 goto loop;
  /bionic/libc/string/
bcopy.c 71 * Macros: loop-t-times; and loop-t-times, t>0
  /dalvik/vm/compiler/
CompilerIR.h 182 bool hasLoop; // Contains a loop
204 /* Data structure for loop analysis and optimizations */
  /development/ndk/samples/hello-neon/jni/
helloneon.c 98 /* Benchmark small FIR filter loop - C version */
133 /* Benchmark small FIR filter loop - Neon version */
  /device/samsung/crespo/alsa-lib/include/
list.h 141 * @pos: the &struct list_head to use as a loop counter.
149 * @pos: the &struct list_head to use as a loop counter.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 88 * The main loop of this worker.
91 * execute the main loop at any time.
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElementIterator.java 105 // loop while there are headers left to parse
113 // loop while there is data in the buffer
  /external/blktrace/btt/
list.h 119 * @pos: the &struct list_head to use as a loop counter.
132 * @pos: the &struct list_head to use as a loop counter.
  /external/bluetooth/glib/docs/reference/glib/
changes.sgml 67 The event loop functionality <structname>GMain</structname> has extensively
75 the main loop will continue to work. However, code that creates new custom
  /external/chromium/base/
message_pump_glib.h 43 // The nested loop is exited by either posting a quit, or returning false
49 // normal. If false is returned, the nested loop exits immediately.
object_watcher.cc 69 // We need to know if the current message loop is going away so we can
70 // prevent the wait thread from trying to access a dead message loop.
  /external/chromium/net/base/
directory_lister.cc 78 DCHECK(message_loop_) << "calling thread must have a message loop";
147 // need to null check it during each iteration of the loop. Similarly, it is
  /external/chromium/third_party/icu/source/common/
unormcmp.cpp 61 * loop {
86 * The top part of the loop works on code units, while lookups for decomposition
208 /* comparison loop */
313 * continue with the main loop as soon as there is a real change
356 /* get ready to read from decomposition, continue with loop */
401 /* get ready to read from decomposition, continue with loop */
442 /* get ready to read from decomposition, continue with loop */
483 /* get ready to read from decomposition, continue with loop */
  /external/chromium/third_party/icu/source/config/
mh-beos 17 # -fcse-skip-blocks -frerun-cse-after-loop -frerun-loop-opt \
  /external/chromium/third_party/icu/source/test/intltest/
itutil.cpp 61 default: name = ""; break; //needed to end loop
70 default: name = ""; break; //needed to end loop
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 40 "-loop nnnn Loopcount for test. Adjust for reasonable total running time.\n"
41 "-iloop n Inner Loop Count. Default = 1. Number of calls to function\n"
137 {"-loop", OptSpec::NUM, &opt_loopCount},
358 printf("forward break iteration average loop time %d\n", loopTime);
402 printf("forward break iteration average loop time %d\n", loopTime);
619 // Process first half this time through the main loop, and
704 // Loop runs once per utf-16 value from the input file,
705 // (The number of bytes read from file per loop iteration depends on external encoding.)
  /external/e2fsprogs/lib/blkid/
list.h 156 * @pos: the &struct list_head to use as a loop counter.
165 * @pos: the &struct list_head to use as a loop counter.
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 122 // Case where the loop was exited at the end of the behaviorLists
127 // Loop all around the behaviors left to generate the message
  /external/genext2fs/
genext2fs.8 151 /dev/loop b 640 0 0 7 0 0 1 2
160 /dev/tty[0-5], /dev/loop[0-1], /dev/hda, /dev/hda1 to /dev/hda15 and
  /external/gtest/test/
gtest_repeat_test.cc 78 // inside the gtest_repeat loop.
247 // It would be nice to verify that the tests indeed loop forever
  /external/icu4c/common/
unormcmp.cpp 62 * loop {
87 * The top part of the loop works on code units, while lookups for decomposition
213 /* comparison loop */
318 * continue with the main loop as soon as there is a real change
361 /* get ready to read from decomposition, continue with loop */
406 /* get ready to read from decomposition, continue with loop */
447 /* get ready to read from decomposition, continue with loop */
488 /* get ready to read from decomposition, continue with loop */
  /external/icu4c/config/
mh-beos 17 # -fcse-skip-blocks -frerun-cse-after-loop -frerun-loop-opt \
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 40 "-loop nnnn Loopcount for test. Adjust for reasonable total running time.\n"
41 "-iloop n Inner Loop Count. Default = 1. Number of calls to function\n"
137 {"-loop", OptSpec::NUM, &opt_loopCount},
358 printf("forward break iteration average loop time %d\n", loopTime);
402 printf("forward break iteration average loop time %d\n", loopTime);
619 // Process first half this time through the main loop, and
704 // Loop runs once per utf-16 value from the input file,
705 // (The number of bytes read from file per loop iteration depends on external encoding.)

Completed in 455 milliseconds

<<11121314151617181920>>