HomeSort by relevance Sort by last modified time
    Searched defs:quit (Results 76 - 100 of 641) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/test/
testrendercopyex.c 34 quit(int rc) function
161 quit(2);
173 quit(2);
206 quit(0);
testscale.c 36 quit(int rc) function
151 quit(2);
163 quit(2);
196 quit(0);
testspriteminimal.c 32 quit(int rc) function
133 quit(2);
137 quit(2);
167 quit(0);
teststreaming.c 55 void quit(int rc) function
72 quit(5);
108 quit(2);
122 quit(3);
128 quit(4);
134 quit(5);
137 /* Loop, waiting for QUIT or the escape key */
162 quit(0);
  /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/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 280 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Standard_Suite_Events
281 """quit: Quit the Finder
285 _subcode = 'quit'
  /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)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLooper.java 44 boolean quit; field in class:ShadowLooper
57 if (!shadowOf(looper).quit) {
58 looper.quit();
103 while (!quit) {
114 public void quit() { method in class:ShadowLooper
115 if (realObject == Looper.getMainLooper()) throw new RuntimeException("Main thread not allowed to quit");
121 quit(); method
126 quit = true;
139 return quit;
285 if (!quit) {
    [all...]
  /external/volley/src/main/java/com/android/volley/
CacheDispatcher.java 78 * Forces this dispatcher to quit immediately. If any requests are still in
81 public void quit() { method in class:CacheDispatcher
98 // We may have been interrupted because it was time to quit.
246 // Quit the current CacheDispatcher thread.
247 mCacheDispatcher.quit();
RequestQueue.java 144 mCacheDispatcher.quit();
148 mDispatcher.quit();
NetworkDispatcher.java 66 * Forces this dispatcher to quit immediately. If any requests are still in
69 public void quit() { method in class:NetworkDispatcher
89 // We may have been interrupted because it was time to 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();
  /cts/tests/camera/src/android/hardware/camera2/cts/
IdleUidTest.java 69 sCallbackThread.quit();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
poplib.py 51 QUIT quit()
65 authorization until QUIT, so be sure to get in, suck
66 the messages, and quit, each time you access the
187 NB: mailbox is locked by server from here to 'quit()'
248 def quit(self): member in class:POP3
251 resp = self._shortcmd('QUIT')
259 #__del__ = quit
280 NB: mailbox is locked by server from here to 'quit()'
391 def quit(self): member in class:.POP3_SSL
    [all...]
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 97 bool quit = false; local
98 ASSERT_EQ(0, pthread_create(&junk_thread, NULL, Junk, &quit));
107 quit = true;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PersistService.java 106 mServiceLooper.quit();
  /external/libvncserver/client_examples/
vnc2mpg.c 309 static rfbBool quit=FALSE; variable
312 quit=TRUE;
414 while(!quit) {
422 quit=TRUE;
431 quit=TRUE;
  /external/python/cpython2/Lib/
poplib.py 57 QUIT quit()
71 authorization until QUIT, so be sure to get in, suck
72 the messages, and quit, each time you access the
195 NB: mailbox is locked by server from here to 'quit()'
256 def quit(self): member in class:POP3
259 resp = self._shortcmd('QUIT')
267 #__del__ = quit
288 NB: mailbox is locked by server from here to 'quit()'
401 def quit(self) member in class:.POP3_SSL
    [all...]
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 197 self.quititem = MenuItem(m, "Quit", "Q", self.quit)
306 def quit(self, *args): member in class:Ped
  /external/python/cpython3/Lib/tkinter/
filedialog.py 130 self.master.mainloop() # Exited by self.quit(how)
139 def quit(self, how=None): member in class:FileDialog
141 self.master.quit() # Exit mainloop()
163 self.quit(self.get_selection())
206 self.quit()
236 self.quit(file)
264 self.quit(file)
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 64 Looper.getMainLooper().quit();
72 looper.quit();
97 looper.quit();
  /external/volley/src/test/java/com/android/volley/
NetworkDispatcherTest.java 57 mDispatcher.quit();
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.cpp 164 quit();
174 void ShellWin32::quit() { PostQuitMessage(0); } function in class:ShellWin32
186 bool quit = false; local
194 quit = true;
202 if (quit) break;
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 66 mHandlerThread.quit();
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 86 public void quit() { method in class:AudioPlaybackHandler

Completed in 565 milliseconds

1 2 34 5 6 7 8 91011>>