| /external/dbus/test/ |
| test-names.c | 4 static DBusLoop *loop; variable 61 loop = _dbus_loop_new (); 62 if (loop == NULL) 65 if (!test_connection_setup (loop, connection))
|
| /external/grub/docs/ |
| boot.S.texi | 72 loop: hlt 73 jmp loop
|
| /external/webkit/Source/WebKit/qt/tests/benchmarks/loading/ |
| tst_loading.cpp | 27 * Starts an event loop that runs until the given signal is received. 28 Optionally the event loop 36 QEventLoop loop; local 37 QObject::connect(obj, signal, &loop, SLOT(quit())); 41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); 45 loop.exec();
|
| /external/webkit/Source/WebKit/qt/tests/ |
| util.h | 30 * Starts an event loop that runs until the given signal is received. 31 * Optionally the event loop 39 QEventLoop loop; local 40 QObject::connect(obj, signal, &loop, SLOT(quit())); 44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); 48 loop.exec();
|
| /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/ |
| util.h | 30 * Starts an event loop that runs until the given signal is received. 31 * Optionally the event loop 39 QEventLoop loop; local 40 QObject::connect(obj, signal, &loop, SLOT(quit())); 44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); 48 loop.exec();
|
| /frameworks/av/services/audioflinger/ |
| LibsndfileSource.h | 30 // If 'loop' is true and it permits seeking, then we'll act as an infinite source 31 LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop = false);
|
| LibsndfileSource.cpp | 26 LibsndfileSource::LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop) : 30 mLooping(loop && sfinfo.seekable), 62 // We didn't read any frames during the current loop cycle, so disable
|
| /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--;
|
| /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/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/valgrind/main/memcheck/tests/ |
| sbfragment.c | 45 int loop; local 47 // two optional arguments: [nr of loop] [debug] 49 loop = atoi(argv[1]); 51 loop = 3000; 64 for (i = 0; i < loop; i++) 77 printf ("after %d loops, last size block requested %lu\n", loop, bigsize);
|
| /external/bluetooth/glib/glib/ |
| gmain.h | 1 /* gmain.h - the GLib Main loop 166 void g_main_loop_run (GMainLoop *loop); 167 void g_main_loop_quit (GMainLoop *loop); 168 GMainLoop *g_main_loop_ref (GMainLoop *loop); 169 void g_main_loop_unref (GMainLoop *loop); 170 gboolean g_main_loop_is_running (GMainLoop *loop); 171 GMainContext *g_main_loop_get_context (GMainLoop *loop); 231 /* ============== Compat main loop stuff ================== */ 238 #define g_main_run(loop) g_main_loop_run(loop) [all...] |
| /external/chromium/base/ |
| message_pump_glib_unittest.cc | 20 // This class injects dummy "events" into the GLib loop. When "handled" these 137 // Quits the current message loop. 142 // Returns a new task that quits the main loop. 147 // Posts a task on the current message loop. 170 MessageLoop* loop() const { return loop_; } function in class:__anon2712::MessagePumpGLibTest 188 loop()->PostTask(FROM_HERE, NewQuitTask()); 189 loop()->Run(); 195 loop()->Run(); 214 loop()->Run(); 224 loop()->Run() [all...] |
| /external/speex/ |
| Android.mk | 34 LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays 52 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| SSLEngineDataStream.java | 74 loop: 80 break loop; local
|
| /external/chromium/chrome/common/ |
| worker_thread_ticker_unittest.cc | 48 MessageLoop loop; local 66 MessageLoop loop; local 83 MessageLoop loop; local 100 MessageLoop loop; local
|
| /external/webkit/Source/WebCore/html/ |
| HTMLMarqueeElement.h | 50 int loop() const;
|
| /external/webrtc/src/system_wrappers/interface/ |
| file_wrapper.h | 38 bool loop = false, 73 // called with |loop| == true or |readOnly| == true.
|
| /system/vold/ |
| Loop.h | 21 #include <linux/loop.h> 25 class Loop {
|
| /external/chromium/chrome/browser/ |
| user_style_sheet_watcher_unittest.cc | 28 MessageLoop loop(MessageLoop::TYPE_UI); 32 BrowserThread browser_ui_thread(BrowserThread::UI, &loop); 44 loop.RunAllPending();
|
| /external/dbus/test/name-test/ |
| test-activation-forking.py | 14 loop = gobject.MainLoop() variable 40 loop.quit() 59 loop.run()
|
| /frameworks/native/services/surfaceflinger/tests/vsync/ |
| vsync.cpp | 54 sp<Looper> loop = new Looper(false); local 55 loop->addFd(myDisplayEvent.getFd(), 0, ALOOPER_EVENT_INPUT, receiver, 62 int32_t ret = loop->pollOnce(-1);
|
| /external/icu4c/test/intltest/ |
| dtfmtrtts.cpp | 26 // Warning -- makes test run infinite loop!!! 163 // Special infinite loop test mode for finding hard to reproduce errors 165 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp)); 328 // We go through this loop until we achieve a match or until 329 // the maximum loop count is reached. We record the points at 332 int loop; local 335 for(loop = 0; loop < DEPTH; ++loop) { 336 if (loop > 0) [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| tree-flow.h | 252 /* Use this to terminate the FOR_EACH_IMM_USE_STMT loop early. Failure to 415 extern void debug_loop (struct loop *, int); 625 /* Description of number of iterations of a loop. All the expressions inside 626 the structure can be evaluated at the end of the loop's preheader 627 (and due to ssa form, also anywhere inside the body of the loop). */ 636 the loop will exit in the first iteration (i.e. 640 a loop (provided that assumptions == true and 642 of executions of the latch of the loop. */ 644 the loop. */ 646 /* The simplified shape of the exit condition. The loop exits i [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| tree-flow.h | 252 /* Use this to terminate the FOR_EACH_IMM_USE_STMT loop early. Failure to 415 extern void debug_loop (struct loop *, int); 625 /* Description of number of iterations of a loop. All the expressions inside 626 the structure can be evaluated at the end of the loop's preheader 627 (and due to ssa form, also anywhere inside the body of the loop). */ 636 the loop will exit in the first iteration (i.e. 640 a loop (provided that assumptions == true and 642 of executions of the latch of the loop. */ 644 the loop. */ 646 /* The simplified shape of the exit condition. The loop exits i [all...] |