HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 76 - 100 of 509) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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...]
  /external/dbus/bus/
dir-watch-inotify.c 50 static DBusLoop *loop = NULL; variable
211 _dbus_loop_remove_watch (loop, watch, _inotify_watch_callback, NULL);
213 _dbus_loop_unref (loop);
216 loop = NULL;
241 loop = bus_context_get_loop (context);
242 _dbus_loop_ref (loop);
253 if (!_dbus_loop_add_watch (loop, watch, _inotify_watch_callback,
256 _dbus_warn ("Unable to add reload watch to main loop");
dir-watch-kqueue.c 50 static DBusLoop *loop = NULL; variable
83 _dbus_loop_remove_watch (loop, watch, _kqueue_watch_callback, NULL);
110 loop = bus_context_get_loop (context);
123 if (!_dbus_loop_add_watch (loop, watch, _kqueue_watch_callback,
126 _dbus_warn ("Unable to add reload watch to main loop");
  /external/webkit/Source/WebKit/gtk/tests/
testdomdomwindow.c 35 GMainLoop* loop; member in struct:__anon13567
44 if (g_main_loop_is_running(fixture->loop))
45 g_main_loop_quit(fixture->loop);
52 fixture->loop = g_main_loop_new(NULL, TRUE);
63 g_main_loop_unref(fixture->loop);
135 g_main_loop_run(fixture->loop);
194 g_main_loop_run (fixture->loop);
  /external/dbus/test/
test-service.c 8 static DBusLoop *loop; variable
17 _dbus_loop_quit (loop);
445 loop = _dbus_loop_new ();
446 if (loop == NULL)
449 if (!test_connection_setup (loop, connection))
481 _dbus_verbose ("*** Test service entering main loop\n");
482 _dbus_loop_run (loop);
484 test_connection_shutdown (loop, connection);
490 _dbus_loop_unref (loop);
491 loop = NULL
    [all...]
  /external/openssl/crypto/bn/
bn_ctx.c 242 unsigned loop = 0; local
243 while(loop < BN_CTX_POOL_SIZE)
244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax);
370 unsigned int loop = 0; local
372 while(loop++ < BN_CTX_POOL_SIZE)
389 unsigned int loop = 0; local
391 while(loop++ < BN_CTX_POOL_SIZE)
408 unsigned int loop = 0; local
413 while(loop++ < BN_CTX_POOL_SIZE)
bn_div.c 184 int norm_shift,i,loop; local
244 loop=num_n-div_n;
249 wnum.d = &(snum->d[loop]);
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
264 if (!bn_wexpand(res,(loop+1))) goto err;
265 res->top=loop;
266 resp= &(res->d[loop-1]);
289 for (i=0; i<loop-1; i++, wnump--, resp--)
292 /* the first part of the loop uses the top two words of
429 int norm_shift,i,loop; local
    [all...]
bn_prime.pl 9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);
  /external/chromium/chrome/browser/
external_protocol_handler.cc 164 MessageLoop* loop = g_browser_process->file_thread()->message_loop();
165 if (loop == NULL) {
169 loop->PostTask(FROM_HERE,
  /external/bluetooth/glib/tests/
timeloop-closure.c 17 static GMainLoop *loop; variable
131 g_main_loop_quit (loop);
205 loop = g_main_loop_new (NULL, FALSE);
206 g_main_loop_run (loop);
timeloop.c 16 static GMainLoop *loop; variable
130 g_main_loop_quit (loop);
199 loop = g_main_loop_new (NULL, FALSE);
200 g_main_loop_run (loop);
  /external/chromium/net/tools/fetch/
fetch_server.cc 38 MessageLoop loop; local
  /external/skia/include/views/
SkOSWindow_Unix.h 44 void loop();
  /frameworks/base/core/java/android/os/
HandlerThread.java 60 Looper.loop();
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 64 Looper.loop();
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieAudioTrack.java 346 * Enable the loop mode for this audio track. Note that only one of the
347 * audio tracks in the timeline can have the loop mode enabled. When looping
351 * @param loop true to enable looping
353 void enableLoop(boolean loop) {
354 mLoop = loop;
365 * Enable the loop mode for this audio track. Note that only one of the
366 * audio tracks in the timeline can have the loop mode enabled. When looping
370 * @param loop true to enable looping
372 public void enableAppLoop(boolean loop) {
373 mAppLoop = loop;
    [all...]
  /external/genext2fs/
test-mount.sh 41 mount -t ext2 -o ro,loop ext2.img mnt || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 19 (* Run the main "interpreter loop" now. *)
  /external/mesa3d/src/pixelflinger2/
llvm_helper.h 139 struct Loop {
143 std::stack<Loop> m_loopStack;
194 BasicBlock *begin = BasicBlock::Create(m_builder.getContext(), name("loop"), function,0);
198 Loop loop; local
199 loop.begin = begin;
200 loop.end = end;
202 m_loopStack.push(loop);
207 Loop loop = m_loopStack.top() local
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdClearMbLayer.s 55 loop label
61 BCS loop
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdClearMbLayer.S 55 loop: label
61 BCS loop
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /ndk/tests/device/test-stlport/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /external/grub/util/
grub-image 99 # This requires running as root, and using the loop device.
101 while test -e /dev/loop$i; do
102 if /sbin/losetup /dev/loop$i $image; then
109 mount /dev/loop$i $bootdir
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"

Completed in 1043 milliseconds

1 2 34 5 6 7 8 91011>>