HomeSort by relevance Sort by last modified time
    Searched refs:quit (Results 26 - 50 of 371) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/test/
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);
testcdrom.c 12 static void quit(int rc) function
108 quit(0);
125 quit(2);
201 quit(1);
testgamma.c 12 static void quit(int rc) function
100 quit(1);
113 quit(1);
148 case SDL_QUIT: /* Quit now */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 58 public boolean quit() { method in class:ShadowHandlerThread
61 looper.quit();
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 126 quit()
133 quit()
147 quit()
157 quit()
169 quit()
p2p_flush.py 126 quit()
133 quit()
147 quit()
156 quit()
168 quit()
p2p_stop_find.py 131 quit()
138 quit()
152 quit()
162 quit()
174 quit()
p2p_invite.py 155 quit()
162 quit()
181 quit()
186 quit()
p2p_group_add.py 173 quit()
180 quit()
210 quit()
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 64 Looper.getMainLooper().quit();
72 looper.quit();
97 looper.quit();
  /frameworks/base/core/java/android/os/
Looper.java 68 * {@link #quit()}.
107 * {@link #quit()} to end the loop.
205 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
215 public void quit() { method in class:Looper
216 mQueue.quit(false);
227 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
232 mQueue.quit(true);
  /frameworks/av/media/libmedia/
SoundPoolThread.h 46 void quit();
SoundPoolThread.cpp 49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 ALOGV("return from quit");
72 quit();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 46 q = Button(None, {'text': 'Quit',
47 'command': t.quit,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 46 q = Button(None, {'text': 'Quit',
47 'command': t.quit,
  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 48 static int check_window_event(void *x11_display, void *win, int *width, int *height, int *quit);
119 int check_window_event(void *win_display, void *drawble, int *width, int *height, int *quit)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 94 public void quit() { method in class:ProcessingTaskController
95 mHandlerThread.quit();
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 45 assertTrue("The looper should have been running.", looperThread.quit());
58 assertTrue("The looper should have been running.", looperThread.quit());
275 mLooper.quit();
312 quit(); method
320 quit(); method
324 private void quit() { method in class:MessageQueueTest.OrderTestHelper
LooperTest.java 144 // Just need to handle Looper#quit();
149 // Send message before Looper has quit.
153 mLooper.quit();
155 // Send message after Looper has quit.
204 Looper.myLooper().quit();
208 Looper.myLooper().quit();
  /external/e2fsprogs/ext2ed/
main.c 93 * We just call the parser to get commands from the user. We quit when
199 int quit=0; local
210 while (!quit) {
263 quit=dispatch (command_line);
300 int quit=0; local
307 while (!quit) {
329 quit=dispatch (command_line);
366 if (strcasecmp (command,"quit")==0) return (1);
503 /* quit is handled differently */
505 if (strncmp ("quit",text,len)==0)
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 23 public static volatile boolean quit = false; field in class:Main
122 quit = true;
170 while (!Main.quit) {
206 while (!Main.quit) {
321 while (!Main.quit) {
  /external/tinyxml/
tinystr.h 91 quit();
182 //Instead use the quit & re-init:
183 quit();
230 void quit()
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java 105 Message quit = Message.obtain(decodeThread.getHandler(), R.id.quit); local
106 quit.sendToTarget();

Completed in 1043 milliseconds

12 3 4 5 6 7 8 91011>>