HomeSort by relevance Sort by last modified time
    Searched refs:quit (Results 126 - 150 of 362) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/
arguments.js 41 quit(2);
  /external/volley/src/main/java/com/android/volley/
CacheDispatcher.java 79 * Forces this dispatcher to quit immediately. If any requests are still in the queue, they are
82 public void quit() { method in class:CacheDispatcher
99 // We may have been interrupted because it was time to quit.
106 + "use quit() to terminate it");
267 // Quit the current CacheDispatcher thread.
268 mCacheDispatcher.quit();
  /external/python/cpython3/Tools/unittestgui/
unittestgui.py 315 # Area with buttons to start/stop tests and quit
328 command=self.top.quit).pack(side=tk.BOTTOM, fill=tk.X)
420 window.protocol('WM_DELETE_WINDOW', window.quit)
428 command=window.quit).pack(side=tk.BOTTOM)
429 window.bind('<Key-Return>', lambda e, w=window: w.quit())
470 root.protocol('WM_DELETE_WINDOW', root.quit)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLooperTest.java 136 Looper.getMainLooper().quit();
143 looper.quit();
169 looper.quit();
179 test.looper.quit();
248 shadowOf(mainLooper).quit = true;
265 assertThat(shadowOf(mainLooper).hasQuit()).named("quit").isFalse();
329 // 'quit' on background loopers once, which also resets the scheduler.
  /external/virglrenderer/scripts/
release.sh 181 # Exit on error if --no-quit was not specified
222 # Code 'return 1' on error to process next module if invoked with --no-quit
564 --no-quit Do not quit after error; just print error message
643 # Do not quit after error; just print error message
644 --no-quit)
689 # Exit on error if --no-quit no specified
  /cts/tests/camera/src/android/hardware/cts/
CameraTestCase.java 76 Looper.loop(); // Blocks forever until Looper.quit() is called.
77 if (VERBOSE) Log.v(TAG, "initializeMessageLooper: quit.");
97 mLooper.quit();
98 // Looper.quit() is asynchronous. The looper may still has some
99 // preview callbacks in the queue after quit is called. The preview
  /cts/tests/tests/media/src/android/media/cts/
EnumDevicesTest.java 178 * If this returns non-null, the caller is reponsible for calling quit()
223 myLooper.quit();
RoutingTest.java 210 * If this returns non-null, the caller is reponsible for calling quit()
296 myLooper.quit();
390 myLooper.quit();
659 myLooper.quit();
    [all...]
AudioRecordingConfigurationTest.java 100 mLooper.quit();
217 h.getLooper().quit();
  /external/catch2/scripts/
benchmarkCompile.py 120 parser.add_argument('-g', '--generate-files', action='store_true', help='Generate test files and quit')
  /external/e2fsprogs/tests/scripts/
resize_test 52 quit
  /external/openssh/
sshconnect1.c 225 int i, perm_ok = 1, type, quit; local
281 quit = 0;
284 quit = 1;
286 if (private != NULL || quit)
  /external/python/cpython2/Doc/includes/
email-dir.py 110 s.quit()
  /external/python/cpython2/Lib/idlelib/
FileList.py 63 self.root.quit()
  /external/python/cpython2/Tools/pynche/
pyColorChooser.py 107 q = Button(tk, text='Quit', command=self.__quit)
120 self.__root.quit()
  /external/python/cpython3/Lib/idlelib/
filelist.py 69 self.root.quit()
  /external/python/cpython3/Tools/pynche/
pyColorChooser.py 107 q = Button(tk, text='Quit', command=self.__quit)
120 self.__root.quit()
  /external/toolchain-utils/cros_utils/
email_sender.py 81 s.quit()
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 130 handlerThread.quit();
212 handlerThread.quit();
  /external/curl/docs/cmdline-opts/
version.d 3 Help: Show version number and quit
  /external/python/cpython3/Lib/
poplib.py 65 QUIT quit()
82 authorization until QUIT, so be sure to get in, suck
83 the messages, and quit, each time you access the
211 NB: mailbox is locked by server from here to 'quit()'
272 def quit(self): member in class:POP3
274 resp = self._shortcmd('QUIT')
301 #__del__ = quit
322 NB: mailbox is locked by server from here to 'quit()'
478 a.quit()
    [all...]
  /external/v8/tools/profviz/
stdio.js 49 quit(1);
  /external/syzkaller/vendor/google.golang.org/appengine/aetest/
instance_vm.go 107 // Call the quit handler on the admin server.
108 res, err := http.Get(i.adminURL + "/quit")
111 return fmt.Errorf("unable to call /quit handler: %v", err)
  /external/python/cpython3/Lib/test/
test_ftplib.py 206 self.push('221 quit ok')
562 self.assertEqual(self.client.quit(), '221 quit ok')
702 self.client.quit()
718 self.assertEqual(self.server.handler_instance.last_received_cmd, 'quit')
721 # QUIT sent inside the with block
725 self.client.quit()
726 self.assertEqual(self.server.handler_instance.last_received_cmd, 'quit')
729 # force a wrong response code to be sent on QUIT: error_perm
735 self.server.handler_instance.next_response = '550 error on quit'
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 288 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
305 quit = true;
306 Looper.myLooper().quit();

Completed in 901 milliseconds

1 2 3 4 56 7 8 91011>>