/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...] |
/external/openssl/crypto/engine/ |
eng_table.c | 247 int initres, loop = 0; local 280 ret = sk_ENGINE_value(fnd->sk, loop++);
|
/external/skia/src/utils/unix/ |
SkOSWindow_Unix.cpp | 97 void SkOSWindow::loop() function in class:SkOSWindow 102 bool loop = true; local 104 while (loop) { 130 loop = false;
|
/external/webkit/Source/WebKit/gtk/tests/ |
testdomdomwindow.c | 35 GMainLoop* loop; member in struct:__anon16387 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);
|
testloading.c | 63 GMainLoop *loop; member in struct:__anon16393 75 fixture->loop = g_main_loop_new(NULL, TRUE); 88 g_main_loop_unref(fixture->loop); 109 g_main_loop_quit(fixture->loop); 165 g_main_loop_run(fixture->loop); 191 g_main_loop_quit(fixture->loop); 220 g_main_loop_run(fixture->loop); 266 g_main_loop_quit(fixture->loop); 289 g_main_loop_run(fixture->loop); 312 g_main_loop_quit(fixture->loop); [all...] |
testwebdatasource.c | 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) 73 g_main_loop_quit(loop); 76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) 107 g_main_loop_quit(loop); 110 static gboolean wait_timer_fired(GMainLoop* loop) 113 g_main_loop_quit(loop); 121 GMainLoop* loop; local 125 loop = g_main_loop_new(NULL, TRUE); 126 g_signal_connect(view, "notify::load-status", G_CALLBACK(notify_load_status_cb), loop); 129 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop); 160 GMainLoop* loop; local 206 GMainLoop* loop; local [all...] |
testwebview.c | 34 GMainLoop* loop; variable 78 g_main_loop_quit(loop); 114 loop = g_main_loop_new(NULL, TRUE); 124 g_main_loop_run(loop); 134 GMainLoop* loop = (GMainLoop*)data; local 135 g_main_loop_quit(loop); 156 loop = g_main_loop_new(NULL, TRUE); 163 G_CALLBACK(map_event_cb), loop); 164 g_main_loop_run(loop); 168 g_main_loop_run(loop); [all...] |
/frameworks/av/media/libstagefright/foundation/ |
ALooper.cpp | 47 return mLooper->loop(); 103 } while (loop()); 150 // the loop() function will return and never be called again. 183 bool ALooper::loop() { function in class:android::ALooper 213 // delivering the message). We have made sure, however, that loop()
|
/frameworks/base/core/java/android/webkit/ |
WebCoreThreadWatchdog.java | 224 Looper.loop();
|
WebSyncManager.java | 90 Looper.loop(); 142 * the queue to break the sync loop
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SingleThreadNamedTaskExecutor.java | 66 loop(); method 72 private void loop() { method in class:SingleThreadNamedTaskExecutor.Worker
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
PackageIconLoaderTest.java | 77 Looper.loop();
|
/cts/tests/tests/os/src/android/os/cts/ |
LooperTest.java | 56 Looper.loop(); 137 Looper.loop(); 175 Looper.loop();
|
TokenWatcherTest.java | 56 Looper.loop();
|
/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:__anon3116::MessagePumpGLibTest 188 loop()->PostTask(FROM_HERE, NewQuitTask()); 189 loop()->Run(); 195 loop()->Run(); 214 loop()->Run(); 224 loop()->Run() [all...] |
observer_list_unittest.cc | 110 loop_ = new MessageLoop(); // Fire up a message loop. 114 //LOG(ERROR) << "Loop 0x" << std::hex << loop_ << " done. " << 199 MessageLoop loop; local 213 loop.RunAllPending(); 220 loop.RunAllPending(); 252 MessageLoop loop; local 266 loop.RunAllPending(); 269 // A test driver for a multi-threaded notification loop. Runs a number 276 MessageLoop loop; local 306 loop.RunAllPending() [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_win.cc | 75 // This task enqueues a mouse event on the event loop, so that the view 127 // loop) have been processed by the time this is sent. 213 MessageLoopForUI* loop = MessageLoopForUI::current(); local 214 bool did_allow_task_nesting = loop->NestableTasksAllowed(); 215 loop->SetNestableTasksAllowed(true); 217 loop->Run(&handler); 218 loop->SetNestableTasksAllowed(did_allow_task_nesting);
|
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.cc | 396 MessageLoop* loop = g_db_thread.Get().message_loop(); local 402 loop->PostDelayedTask(FROM_HERE, NewRunnableMethod( 412 loop->PostTask(FROM_HERE, NewRunnableMethod( 537 MessageLoop* loop = g_db_thread.Get().message_loop(); local 538 loop->PostTask(FROM_HERE, NewRunnableMethod( 562 MessageLoop* loop = g_db_thread.Get().message_loop(); local 563 loop->PostTask(FROM_HERE,
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.cc | 52 // Due to synchronization of the IO loop, the caller will always be alive 281 // classes using the the UI message loop. Defer to their handling. 416 MessageLoop* loop = MessageLoop::current(); local 417 bool did_allow_nestable_tasks = loop->NestableTasksAllowed(); 418 loop->SetNestableTasksAllowed(true); 419 loop->PostDelayedTask( 424 loop->Run(); 425 loop->SetNestableTasksAllowed(did_allow_nestable_tasks);
|
/external/dbus/bus/ |
expirelist.c | 35 DBusLoop *loop; member in struct:BusExpireList 52 bus_expire_list_new (DBusLoop *loop, 65 list->loop = loop; 76 if (!_dbus_loop_add_timeout (list->loop, 97 _dbus_loop_remove_timeout (list->loop, list->timeout, 170 * a busy loop) 334 DBusLoop *loop; local 345 loop = _dbus_loop_new (); 346 _dbus_assert (loop != NULL) [all...] |
/external/dnsmasq/src/ |
util.c | 70 int r; int i; int loop; local 75 for (loop = 0;loop < 2;++loop) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
SQL_Results.java | 259 loop: for (int idx=0; idx < builds[0].length(); idx++) { 263 break loop; local 267 continue loop; local
|
/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...] |
/external/linux-tools-perf/util/ |
svghelper.c | 61 int loop = 100; local 66 while (loop--) {
|
/external/llvm/examples/BrainF/ |
BrainF.cpp | 21 // [ while(*h) { Start loop 22 // ] } End loop 191 int loop; local 294 // Make part of PHI instruction now, wait until end of loop to finish 315 // Reading stdin loop 316 loop = (cursym == SYM_NONE) 319 while(loop) { 327 loop = 0; 338 // loop = 1 343 // loop = [all...] |