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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/test/chromedriver/
commands.cc 117 // Uses a nested run loop to block this thread until all the quit
158 if (!session->quit && session->chrome->HasCrashedWebView()) {
159 session->quit = true;
162 Status quit_status = session->chrome->Quit();
209 if (session->quit) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 98 "\t-n\tDon't prompt for quit\n",
150 int quit = 0; local
280 puts("Press any button to quit...");
282 while (!quit)
309 quit = 1;
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 94 quit();
183 //Instead use the quit & re-init:
184 quit();
239 void quit()
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 98 "\t-n\tDon't prompt for quit\n",
150 int quit = 0; local
280 puts("Press any button to quit...");
282 while (!quit)
309 quit = 1;
  /external/qemu/distrib/sdl-1.2.15/test/
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 */
testoverlay.c 25 static void quit(int rc) function
467 quit(1);
488 quit(1);
525 quit(1);
535 quit(1);
573 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...]
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 94 quit();
183 //Instead use the quit & re-init:
184 quit();
239 void quit()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 145 mLooper.quit();
202 mLooper.quit();
212 // nothing left to do, quit
240 mLooper.quit();
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 40 int *width, int *height, int *quit);
288 int *quit
318 *quit = 1;
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 137 mLooper.quit();
191 mLooper.quit();
201 // nothing left to do, quit
224 mLooper.quit();
  /packages/services/Telephony/src/com/android/phone/
Ringer.java 299 public void quit() { method in class:Ringer.Worker
300 mLooper.quit();
354 getLooper().quit();
  /external/chromium_org/content/browser/service_worker/
service_worker_browsertest.cc 46 const base::Closure& quit,
49 original_message_loop->PostTask(FROM_HERE, quit);
79 const base::Closure& quit,
93 if (!quit.is_null())
94 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, quit);
99 const base::Closure& quit,
102 return base::Bind(&ReceiveFetchResult, run_quit_thread, quit,
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 98 // Synchronize on quit[0] to avoid teardown-related crashes.
99 private final Boolean[] quit = new Boolean[] { false }; field in class:AppRTCDemoActivity
275 synchronized (quit[0]) {
276 if (quit[0]) {
643 synchronized (quit[0]) {
644 if (quit[0]) {
647 quit[0] = true;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 61 /|?q/b quit
126 : quit
127 t quit
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/banners/
InstallerDelegateTest.java 85 mThread.quit();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 77 self.quit()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
sampstat 80 quit()
  /external/fio/
client.h 86 client_cmd_op *quit; member in struct:client_ops
  /frameworks/volley/tests/src/com/android/volley/
CacheDispatcherTest.java 59 mDispatcher.quit();
NetworkDispatcherTest.java 59 mDispatcher.quit();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 68 # If this is Idle's last window then quit the mainloop
71 self.quit()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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'

Completed in 534 milliseconds

1 2 3 45 6 7 8 91011>>