/external/qemu/distrib/sdl-1.2.15/test/ |
testbitmap.c | 12 static void quit(int rc) function 94 quit(1); 102 quit(2); 119 quit(2); 148 quit(1);
|
threadwin.c | 18 static void quit(int rc) function 106 /* This is important! Queue it if we want to quit. */ 110 printf("Quit requested\n"); 113 printf("Quit demanded\n"); 188 /* Allow hitting <ESC> to quit the app */ 287 quit(1); 295 /* Set an event filter that discards everything but QUIT */ 312 quit(2); 323 /* Loop, waiting for QUIT */
|
testdyngl.c | 31 static void quit(int rc) function 47 quit(1); 119 quit(1); 125 quit(1); 131 quit(1);
|
testoverlay2.c | 46 static void quit(int rc) function 313 quit(10); 318 quit(10); 326 quit(10); 346 quit(10); 354 quit(10); 365 quit(10); 370 quit(10); 378 quit(10); 384 quit(0) [all...] |
testsprite.c | 25 static void quit(int rc) function 211 quit(1); 220 quit(2); 225 quit(1); 233 quit(2);
|
testwin.c | 15 static void quit(int rc) function 288 quit(1); 298 quit(1); 308 quit(1); 319 quit(1); 350 quit(1);
|
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...] |
/frameworks/base/core/java/android/app/ |
IntentService.java | 136 mServiceLooper.quit();
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
HandlerThread_Delegate.java | 45 thread.quit(); 57 // record the thread so that it can be quit() on clean up.
|
/frameworks/volley/src/com/android/volley/ |
CacheDispatcher.java | 71 * Forces this dispatcher to quit immediately. If any requests are still in 74 public void quit() { method in class:CacheDispatcher 151 // We may have been interrupted because it was time to quit.
|
RequestQueue.java | 151 mCacheDispatcher.quit(); 155 mDispatchers[i].quit(); method
|
NetworkDispatcher.java | 65 * Forces this dispatcher to quit immediately. If any requests are still in 68 public void quit() { method in class:NetworkDispatcher 82 // We may have been interrupted because it was time to quit.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 125 self.master.mainloop() # Exited by self.quit(how) 134 def quit(self, how=None): member in class:FileDialog 136 self.master.quit() # Exit mainloop() 158 self.quit(self.get_selection()) 201 self.quit() 231 self.quit(file) 259 self.quit(file)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 125 self.master.mainloop() # Exited by self.quit(how) 134 def quit(self, how=None): member in class:FileDialog 136 self.master.quit() # Exit mainloop() 158 self.quit(self.get_selection()) 201 self.quit() 231 self.quit(file) 259 self.quit(file)
|
/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
|
/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();
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraTestThread.java | 79 mLooper.quit();
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
CellLocationTest.java | 45 mLooper.quit();
|
/external/openssh/ |
sshconnect1.c | 211 int i, perm_ok = 1, type, quit; local 267 quit = 0; 270 quit = 1; 274 if (private != NULL || 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/speech/tts/ |
AudioPlaybackHandler.java | 86 public void quit() { method in class:AudioPlaybackHandler
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
CameraTestThread.java | 79 mLooper.quit();
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMTestHandler.java | 79 if (looper != null) looper.quit();
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
UiAutomationShellWrapper.java | 67 mHandlerThread.quit();
|
/frameworks/volley/tests/src/com/android/volley/ |
CacheDispatcherTest.java | 59 mDispatcher.quit();
|