Searched defs:quit (Results 1 - 25 of 73) sorted by relevance

123

/external/libmojo/mojo/public/js/
H A Dthreading.js21 function quit() { [native code] } function
/external/libdaemon/examples/
H A Dtestd.c103 int fd, quit = 0; local
142 while (!quit) {
173 quit = 1;
/external/vulkan-validation-layers/demos/smoke/
H A DShellXcb.h29 void quit() { quit_ = true; } function in class:ShellXcb
H A DShellWayland.h28 void quit() { quit_ = true; } function in class:ShellWayland
H A DShellAndroid.cpp183 void ShellAndroid::quit() function in class:ShellAndroid
H A DShellWin32.cpp193 quit();
203 void ShellWin32::quit() function in class:ShellWin32
219 bool quit = false; local
227 quit = true;
235 if (quit)
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DRunLoop.java14 * Start the run loop. It will continue until quit() is called.
26 public void quit(); method in interface:RunLoop
/external/libnl/tests/
H A Dtest-cache-mngr.c8 static int quit = 0; variable
30 quit = 1;
55 while (!quit) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandlerThread.java58 public boolean quit() { method in class:ShadowHandlerThread
61 looper.quit();
H A DShadowLooper.java24 boolean quit; field in class:ShadowLooper
48 while (!looper.quit) {
65 public void quit() { method in class:ShadowLooper
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) {
/external/vboot_reference/utility/
H A Dchromeos-tpm-recovery35 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"
/external/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java70 * Forces this dispatcher to quit immediately. If any requests are still in
73 public void quit() { method in class:CacheDispatcher
150 // We may have been interrupted because it was time to quit.
H A DNetworkDispatcher.java66 * Forces this dispatcher to quit immediately. If any requests are still in
69 public void quit() { method in class:NetworkDispatcher
92 // We may have been interrupted because it was time to quit.
/external/autotest/client/common_lib/
H A Dmail_unittest.py29 def quit(self): member in class:SMTP
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dmain.cc27 void HandleBrowserRequest(DataSocket* ds, bool* quit) { argument
29 assert(quit);
33 *quit = (path.compare("/quit") == 0);
35 if (*quit) {
80 bool quit = false; local
81 while (!quit) {
129 HandleBrowserRequest(s, &quit);
130 if (quit) {
/external/autotest/client/cros/
H A Dmainloop.py27 self.main_loop.quit()
59 def quit(self): member in class:ExceptionForwardingMainLoop
60 self.main_loop.quit()
119 self.quit()
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
H A Dmock_lorgnette.py108 self.quit()
125 def quit(self): member in class:MockLorgnette
127 self.mainloop.quit()
/external/autotest/client/site_tests/network_ShillInitScripts/
H A Dmock_flimflam.py135 def quit(self): member in class:MockFlimflam
137 self.mainloop.quit()
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DBaseRunLoop.java40 public void quit() { method in class:BaseRunLoop
/external/zlib/src/examples/
H A Dfitblk.c62 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("ou
[all...]
/external/google-breakpad/src/client/mac/tests/
H A Dminidump_generator_test.cc97 bool quit = false; local
98 ASSERT_EQ(0, pthread_create(&junk_thread, NULL, Junk, &quit));
107 quit = true;
/external/ltp/tools/netpipe-2.4/
H A DTCP.c345 char *quit = "QUIT"; local
347 write(p->commfd, quit, 5);
348 read(p->commfd, quit, 5);
351 read(p->commfd, quit, 5);
352 write(p->commfd, quit, 5);
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp44 void EventState::setQuitFlag (bool quit) argument
47 m_quit = quit;
/external/deqp/framework/platform/wayland/
H A DtcuWayland.cpp46 void EventState::setQuitFlag (bool quit) argument
49 m_quit = quit;
/external/libvncserver/client_examples/
H A Dvnc2mpg.c309 static rfbBool quit=FALSE; variable
312 quit=TRUE;
414 while(!quit) {
422 quit=TRUE;
431 quit=TRUE;

Completed in 2966 milliseconds

123