/system/core/toolbox/ |
umount.c | 8 #include <linux/loop.h> 61 int loop, loop_fd; local 69 loop = is_loop_mount(argv[1], loopdev); 75 if (loop) { 76 // free the loop device 79 fprintf(stderr, "open loop device failed: %s\n", strerror(errno));
|
/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/dbus/test/ |
test-shell-service.c | 5 static DBusLoop *loop; variable 20 _dbus_loop_quit (loop); 143 loop = _dbus_loop_new (); 144 if (loop == NULL) 147 if (!test_connection_setup (loop, connection)) 179 _dbus_verbose ("*** Test service entering main loop\n"); 180 _dbus_loop_run (loop); 182 test_connection_shutdown (loop, connection); 188 _dbus_loop_unref (loop); 189 loop = NULL [all...] |
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...] |
test-utils.c | 6 DBusLoop *loop; member in struct:__anon6607 25 return _dbus_loop_add_watch (cd->loop, 37 _dbus_loop_remove_watch (cd->loop, 55 return _dbus_loop_add_timeout (cd->loop, 65 _dbus_loop_remove_timeout (cd->loop, 74 DBusLoop *loop = data; local 78 while (!_dbus_loop_queue_dispatch (loop, connection)) 89 _dbus_loop_unref (cd->loop); 95 cdata_new (DBusLoop *loop, 104 cd->loop = loop 194 DBusLoop *loop; member in struct:__anon6608 [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorNoise.java | 62 int val, random, loop; local 78 loop = noisedepth; 79 while (loop-- != 0) {
|
/external/libyuv/files/source/ |
general.cc | 90 int loop = 0; local 98 for (i = src_width * crop_height + crop_width; loop < dst_height ; 99 loop++, i += src_width) { 104 loop = 0; 106 loop < halfdst_height; loop++,i += halfsrc_width) { 110 loop = 0; 113 loop < halfdst_height; loop++, i += halfsrc_width) {
|
/external/openssl/crypto/bn/ |
bn_div.c | 182 int norm_shift,i,loop; local 264 loop=num_n-div_n; 269 wnum.d = &(snum->d[loop]); 272 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ 284 if (!bn_wexpand(res,(loop+1))) goto err; 285 res->top=loop-no_branch; 286 resp= &(res->d[loop-1]); 313 for (i=0; i<loop-1; i++, wnump--, resp--) 316 /* the first part of the loop uses the top two words of
|
/external/proguard/src/proguard/classfile/util/ |
DescriptorClassEnumeration.java | 94 loop: while (index < descriptor.length()) 121 continue loop; local 125 continue loop; local 132 break loop; local 143 break loop; local 174 loop: while (true) 182 break loop; local
|
/external/v8/src/arm/ |
codegen-arm.cc | 109 Label loop, entry, convert_hole, gc_required, only_change_map, done; local 155 // Prepare for conversion loop. 188 __ bind(&loop); 226 __ b(lt, &loop); 244 Label entry, loop, convert_hole, gc_required, only_change_map; local 268 // Prepare for conversion loop. 290 __ bind(&loop); 319 __ b(lt, &loop);
|
/external/v8/src/mips/ |
codegen-mips.cc | 108 Label loop, entry, convert_hole, gc_required, only_change_map, done; local 157 // Prepare for conversion loop. 191 __ bind(&loop); 233 __ Branch(&loop, lt, t3, Operand(t2)); 251 Label entry, loop, convert_hole, gc_required, only_change_map; local 275 // Prepare for conversion loop. 298 __ bind(&loop); 329 __ Branch(&loop, lt, a3, Operand(t1));
|
/external/webkit/Source/WebKit/gtk/tests/ |
testdomnode.c | 34 GMainLoop* loop; member in struct:__anon16388 39 if (g_main_loop_is_running(fixture->loop)) 40 g_main_loop_quit(fixture->loop); 47 fixture->loop = g_main_loop_new(NULL, TRUE); 55 g_main_loop_run(fixture->loop); 61 g_main_loop_unref(fixture->loop);
|
testdownload.c | 27 GMainLoop* loop; variable 76 g_main_loop_quit(loop); 177 loop = g_main_loop_new(NULL, TRUE); 179 g_main_loop_run(loop); 189 g_main_loop_unref(loop); 217 g_main_loop_quit(loop); 239 loop = g_main_loop_new(NULL, TRUE); 243 g_main_loop_run(loop); 247 g_main_loop_unref(loop);
|
testhittestresult.c | 32 static GMainLoop* loop; variable 62 loop = g_main_loop_new(NULL, TRUE); 69 g_main_loop_unref(loop); 117 g_main_loop_quit(loop); 134 g_main_loop_run(loop);
|
testmimehandling.c | 32 GMainLoop* loop; variable 97 g_main_loop_quit(loop); 143 loop = g_main_loop_new(NULL, TRUE); 154 g_main_loop_run(loop); 165 loop = g_main_loop_new(NULL, TRUE); 182 g_main_loop_run(loop);
|
testwebframe.c | 48 GMainLoop* loop = g_main_loop_new(NULL, TRUE); local 53 g_signal_connect(webView, "frame-created", G_CALLBACK(createFrameSignalTestFrameCreatedCallback), loop); 59 g_timeout_add(500, createFrameSignalTestTimeout, loop); 71 g_main_loop_run(loop); 121 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop) 124 g_main_loop_quit(loop); 128 static void print_timeout(GMainLoop* loop) 130 if (g_main_loop_is_running(loop)) 131 g_main_loop_quit(loop); 148 GMainLoop* loop = g_main_loop_new(NULL, TRUE) local [all...] |
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeThread.java | 76 Looper.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();
|
TestHandlerThread.java | 85 Looper.loop();
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
HandlerThread_Delegate.java | 77 Looper.loop();
|
/libcore/luni/src/main/java/java/util/ |
Random.java | 105 int rand = 0, count = 0, loop = 0; local 107 if (loop == 0) { 109 loop = 3; 111 loop--;
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 114 MachineLoop *loop = 0; local 139 // Get loop info for mi. 142 loop = Loops.getLoopFor(mbb); 143 loopDepth = loop ? loop->getLoopDepth() : 0; 144 isExiting = loop ? loop->isLoopExiting(mbb) : false; 152 // Give extra weight to what looks like a loop induction variable update.
|
/external/mesa3d/src/glsl/ |
loop_analysis.h | 40 * Fill in loop control fields 42 * Based on analysis of loop variables, this function tries to remove sequences 43 * in the loop of the form 51 * altogether. For example, if it is provable that one loop exit condition will 64 * Tracking for all variables used in a loop 74 * Loop whose variable state is being tracked by this structure 76 ir_loop *loop; member in class:loop_variable_state 84 * Variables whose values are constant within the body of the loop 91 * Induction variables for this loop 98 * Simple if-statements that lead to the termination of the loop [all...] |