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

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/mojo/public/js/
threading.js 21 function quit() { [native code] } function
  /prebuilts/misc/windows/sdl2/test/
testerror.c 26 quit(int rc) function
67 quit(1);
testthread.c 27 quit(int rc) function
53 quit(0);
79 quit(1);
93 quit(1);
testdropfile.c 22 quit(int rc) function
56 quit(1);
61 quit(2);
88 quit(0);
  /external/vulkan-validation-layers/demos/smoke/
Game.cpp 32 void Game::quit() { function in class:Game
34 shell_->quit();
ShellXcb.h 29 void quit() { quit_ = true; } function in class:ShellXcb
  /external/libdaemon/examples/
testd.c 103 int fd, quit = 0; local
142 while (!quit) {
173 quit = 1;
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
RunLoop.java 14 * Start the run loop. It will continue until quit() is called.
24 * Quit the currently running run loop.
26 public void quit(); method in interface:RunLoop
  /external/libnl/tests/
test-cache-mngr.c 8 static int quit = 0; variable
30 quit = 1;
55 while (!quit) {
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_Suite_Events
57 """quit: Quit application
61 _subcode = 'quit'
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_suite_Events
57 """quit: Quit Navigator
61 _subcode = 'quit'
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 24 boolean quit; field in class:ShadowLooper
48 while (!looper.quit) {
65 public void quit() {
66 if (this == shadowOf(getMainLooper())) throw new RuntimeException("Main thread not allowed to quit");
68 quit = true;
80 return quit;
153 if (!quit) {
162 if (!quit) {
ShadowHandlerThread.java 58 public boolean quit() { method in class:ShadowHandlerThread
61 looper.quit();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBackgroundThread.java 17 instance.quit();
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_Suite_Events
57 """quit: Quit application
61 _subcode = 'quit'
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_suite_Events
57 """quit: Quit Navigator
61 _subcode = 'quit'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_Suite_Events
57 """quit: Quit application
61 _subcode = 'quit'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 56 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:Required_suite_Events
57 """quit: Quit Navigator
61 _subcode = 'quit'
  /frameworks/base/core/java/android/os/
HandlerThread.java 110 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
118 * @return True if the looper looper has been asked to quit or false if the
123 public boolean quit() { method in class:HandlerThread
126 looper.quit();
139 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
144 * Otherwise the looper is asked to quit and true is returned.
147 * @return True if the looper looper has been asked to quit or false if the
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 36 quit(); method
75 quit(); method
81 private void quit() { method in class:HandlerTester
82 mLooper.quit();
TestHandlerThread.java 51 mLooper.quit();
68 quit(); method
76 quit(); method
98 private void quit() { method in class:TestHandlerThread
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 135 def quit(self): member in class:MockFlimflam
137 self.mainloop.quit()
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit
94 def quit(self, _no_object=None, _attributes={}, **_arguments): member in class:builtin_Suite_Events
95 """quit: Quit an application
100 _subcode = 'quit'
  /external/python/cpython2/Mac/Demo/example2/
dnslookup-2.py 36 self.quititem = FrameWork.MenuItem(m, "Quit", "Q", self.quit)
38 def quit(self, *args): member in class:DNSLookup
  /external/vboot_reference/utility/
chromeos-tpm-recovery 35 quit() { function
253 quit "not a recovery image"
274 quit "unexpected boot reason $BOOT_REASON"
280 quit "tpmc or nvtool or tpm_takeownership are missing"
292 quit "could not set physical presence enable flags"
304 quit "could not turn physical presence on"
315 quit "dev mode is $DEV_MODE_NOW, but was $DEV_MODE_AT_BOOT at boot"

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>