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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/android/stlport/test/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /system/core/nexus/
LoopController.cpp 24 Controller("loop", propmngr, handlers) {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 488 /* Use this to terminate the FOR_EACH_IMM_USE_STMT loop early. Failure to
701 extern void debug_loop (struct loop *, int);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 488 /* Use this to terminate the FOR_EACH_IMM_USE_STMT loop early. Failure to
701 extern void debug_loop (struct loop *, int);
    [all...]
  /bionic/libc/arch-x86/string/
strcmp.S 10 * NOTE: I've unrolled the loop eight times: large enough to make a
18 jmp L2 /* Jump into the loop! */
strcpy.S 17 * NOTE: I've unrolled the loop eight times: large enough to make a
28 L1: movb (%edx),%al /* unroll loop, but not too much */
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneStateListenerTest.java 109 Looper.loop();
156 Looper.loop();
199 Looper.loop();
242 Looper.loop();
284 Looper.loop();
326 Looper.loop();
369 Looper.loop();
411 Looper.loop();
  /external/chromium/base/
observer_list_unittest.cc 109 loop_ = new MessageLoop(); // Fire up a message loop.
113 //LOG(ERROR) << "Loop 0x" << std::hex << loop_ << " done. " <<
200 MessageLoop loop; local
214 loop.RunAllPending();
221 loop.RunAllPending();
230 // A test driver for a multi-threaded notification loop. Runs a number
237 MessageLoop loop; local
267 loop.RunAllPending();
  /external/dbus/bus/
expirelist.h 42 DBusLoop *loop; member in struct:BusExpireList
55 BusExpireList* bus_expire_list_new (DBusLoop *loop,
  /external/grub/docs/
boot.S 72 loop: hlt label
73 jmp loop
boot.S.texi 72 loop: hlt
73 jmp loop
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderExt.java 22 * <li> <b>482 Loop Detected </b> When a loop is detected for merged INVITE requests.
  /external/proguard/src/proguard/classfile/attribute/annotation/
ParameterAnnotationsAttribute.java 68 // Loop over all parameters.
74 // Loop over all parameter annotations.
  /external/v8/test/mjsunit/regress/
regress-260.js 28 // We should not compile the bodies of function literals in loop
29 // conditions twice, even in cases where the loop condition is
  /external/bluetooth/glib/tests/
mapping-test.c 49 GMainLoop *loop = data; local
56 g_main_loop_quit (loop);
102 GMainLoop *loop; local
106 loop = g_main_loop_new (NULL, FALSE);
111 g_idle_add (check_stop, loop);
112 g_main_loop_run (loop);
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 209 int priority, int loop, float rate)
211 LOGV("sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
212 sampleID, leftVolume, rightVolume, priority, loop, rate);
243 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate);
360 void SoundPool::setLoop(int channelID, int loop)
362 LOGV("setLoop(%d, %d)", channelID, loop);
366 channel->setLoop(loop);
515 float rightVolume, int priority, int loop, float rate)
519 LOGV("play %p: sampleID=%d, channelID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
520 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume, priority, loop, rate)
616 int loop; local
    [all...]
SoundPool.h 96 float rightVolume, int priority, int loop, float rate);
102 int loop() { return mLoop; } function in class:android::SoundEvent
125 int priority, int loop, float rate);
137 void setLoop(int loop);
171 int loop, float rate);
179 void setLoop(int channelID, int loop);
  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.c 243 | (loop x1) | (loop x2) | (loop x3) |
255 (loop y1)| | | |
265 (loop y2)| | | |
278 (loop y3)| | |
302 1. parse all pixels in "loop y1"
303 1.a. parse all pixels in "loop x1"
304 1.b. parse all pixels in "loop x2"
305 1.c. parse all pixels in "loop x3
    [all...]
ComplexImage.c 267 | (loop x1) | (loop x2) | (loop x3) |
279 (loop y1)| | | |
289 (loop y2)| | | |
302 (loop y3)| | |
326 1. parse all pixels in "loop y1"
327 1.a. parse all pixels in "loop x1"
328 1.b. parse all pixels in "loop x2"
329 1.c. parse all pixels in "loop x3
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 54 "cmp %[count8], #0 \n\t" // compare loop counter with 0
55 "beq 2f \n\t" // if loop counter == 0, exit
58 "subs %[count8], %[count8], #1 \n\t" // decrement loop counter
96 "bgt 1b \n\t" // loop if counter > 0
136 "1: \n\t" // eights loop
162 "subs %[count], %[count], #8 \n\t" // decrement loop counter
164 "bge 1b \n\t" // loop if counter >= 0
168 "3: \n\t" // singles loop
170 "subs %[count], %[count], #1 \n\t" // decrement loop counter
174 "bne 3b \n\t" // loop if counter !=
    [all...]
  /external/iptables/libiptc/
linux_list.h 335 * @pos: the &struct list_head to use as a loop counter.
344 * @pos: the &struct list_head to use as a loop counter.
357 * @pos: the &struct list_head to use as a loop counter.
366 * @pos: the &struct list_head to use as a loop counter.
376 * @pos: the type * to use as a loop counter.
389 * @pos: the type * to use as a loop counter.
413 * @pos: the type * to use as a loop counter.
426 * @pos: the type * to use as a loop counter.
439 * @pos: the &struct list_head to use as a loop counter.
457 * @pos: the &struct list_head to use as a loop counter
    [all...]
  /external/esd/include/
audiofile.h 116 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*
    [all...]
  /external/wpa_supplicant/
eloop.h 2 * Event loop
14 * This file defines an event loop interface that supports processing events
78 * eloop_init() - Initialize global event loop data
291 * eloop_run - Start the event loop
293 * Start the event loop and continue running as long as there are any
294 * registered event handlers. This function is run after event loop has been
300 * eloop_terminate - Terminate event loop
302 * Terminate event loop even if there are registered events. This can be used
308 * eloop_destroy - Free any resources allocated for the event loop
316 * eloop_terminated - Check whether event loop has been terminate
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.h 2 * Event loop
14 * This file defines an event loop interface that supports processing events
78 * eloop_init() - Initialize global event loop data
291 * eloop_run - Start the event loop
293 * Start the event loop and continue running as long as there are any
294 * registered event handlers. This function is run after event loop has been
300 * eloop_terminate - Terminate event loop
302 * Terminate event loop even if there are registered events. This can be used
308 * eloop_destroy - Free any resources allocated for the event loop
316 * eloop_terminated - Check whether event loop has been terminate
    [all...]
  /external/bluetooth/glib/gio/tests/
unix-streams.c 35 GMainLoop *loop; variable
128 g_main_loop_quit (loop);
231 loop = g_main_loop_new (NULL, TRUE);
232 g_main_loop_run (loop);
233 g_main_loop_unref (loop);

Completed in 697 milliseconds

1 2 3 4 56 7 8 91011>>