HomeSort by relevance Sort by last modified time
    Searched full:quit (Results 51 - 75 of 1109) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
browser_shutdown.h 54 // "Quit" menu items) BrowserList will call SetTryingToQuit() to tell itself to
56 // If the quit is aborted, then the flag should be reset.
59 // except from appropriate places in BrowserList. To quit, use usual means,
browsing_data_helper_browsertest.h 36 MessageLoop::current()->Quit();
  /external/qemu/distrib/sdl-1.2.15/test/
loopwave.c 28 static void quit(int rc) function
80 quit(1);
100 quit(2);
testwm.c 17 static void quit(int rc) function
166 printf("Posting internal quit request\n");
311 /* This is important! Queue it if we want to quit. */
315 printf("Quit requested\n");
318 printf("Quit demanded\n");
413 quit(1);
416 /* Set an event filter that discards everything but QUIT */
419 /* Loop, waiting for QUIT */
428 printf("Handling internal quit request\n");
429 /* Fall through to the quit handler *
    [all...]
torturethread.c 17 static void quit(int rc) function
78 quit(1);
testbitmap.c 12 static void quit(int rc) function
94 quit(1);
102 quit(2);
119 quit(2);
148 quit(1);
testdyngl.c 31 static void quit(int rc) function
47 quit(1);
119 quit(1);
125 quit(1);
131 quit(1);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 64 Looper.getMainLooper().quit();
72 looper.quit();
97 looper.quit();
  /frameworks/av/media/libmedia/
SoundPoolThread.cpp 49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 ALOGV("return from quit");
72 quit();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/
Antlr3Test.mxml 25 fscommand( "quit" );
  /external/chromium/base/
message_pump_default.h 22 virtual void Quit();
message_pump_default.cc 18 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
60 void MessagePumpDefault::Quit() {
message_pump.h 95 // to see if it should quit. The Quit method is responsible for setting this
96 // flag. No further work is done once the quit flag is set.
109 // Quit immediately from the most recently entered run loop. This method may
111 virtual void Quit() = 0;
  /external/chromium/chrome/browser/ui/gtk/
process_singleton_dialog.cc 41 MessageLoop::current()->Quit();
  /external/chromium/chrome/browser/webdata/
web_data_service_test_util.h 28 MessageLoop::current()->Quit();
  /external/chromium/net/base/
test_completion_callback.cc 39 MessageLoop::current()->Quit();
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stdinB.gdb 25 quit
mcinfcallRU.stdinB.gdb 19 quit
  /external/zlib/src/examples/
fitblk.c 62 local void quit(char *why) function
138 quit("need one argument: size of output block");
141 quit("argument must be a number");
143 quit("need positive size of 8 or greater");
153 quit("out of memory");
160 quit("error reading input");
167 quit("error writing output");
188 quit("out of memory");
199 quit("out of memory");
214 quit("out of memory")
    [all...]
  /external/chromium/chrome/browser/extensions/
crx_installer_browsertest.cc 31 MessageLoopForUI::current()->Quit();
35 MessageLoopForUI::current()->Quit();
  /cts/tests/tests/os/src/android/os/cts/
LooperTest.java 150 // Just need to handle Looper#quit();
155 // Send message before Looper has quit.
159 mLooper.quit();
161 // Send message after Looper has quit.
210 Looper.myLooper().quit();
214 Looper.myLooper().quit();
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 137 quit()
144 quit()
155 quit()
166 quit()
175 quit()
192 quit()
p2p_listen.py 127 quit()
134 quit()
145 quit()
156 quit()
165 quit()
182 quit()
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 80 MessageLoop::current()->Quit();
87 MessageLoop::current()->Quit();
108 MessageLoop::current()->Quit();
160 MessageLoop::current()->Quit();
172 // This relies on the IPC listener class to quit the message loop itself when
232 MessageLoop::current()->Quit();
247 MessageLoop::current()->Quit();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 91 Looper.loop(); // Blocks forever until Looper.quit() is called.
92 Log.v(TAG, "initializeMessageLooper: quit.");
105 mLooper.quit();
106 // Looper.quit() is asynchronous. The looper may still has some
107 // preview callbacks in the queue after quit is called. The preview

Completed in 1520 milliseconds

1 23 4 5 6 7 8 91011>>