HomeSort by relevance Sort by last modified time
    Searched full:quit (Results 326 - 350 of 1109) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 103 // TestFinished() will post a quit message to break this loop when the page
111 // Wait to join the watchdog thread. (up to 1s, then quit)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 81 Log.v(TAG, "quit looper");
97 mHandler.getLooper().quit();
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 151 mCacheDispatcher.quit();
155 mDispatchers[i].quit(); method
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 163 // Make sure thread has started before telling it to quit.
172 mServiceLooper.quit();
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 472 // QUIT command
473 private static final String QUIT = "quit";
737 // Do quit checking here
738 if (QUIT.equals(command)) {
740 Log.d(TAG, "Quit requested");
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 254 MessageLoop::current()->Quit();
525 MessageLoop::current()->Quit();
562 // |verifier| will send quit message once all the requests have finished.
580 MessageLoop::current()->Quit();
619 // |verifier| will send quit message once all the requests have finished.
653 MessageLoop::current()->Quit();
702 // |verifier| will send quit message once all the requests have finished.
721 // Quit after returning from OnCompleted (to give it a chance at
756 // |verifier| will send quit message once all the requests have finished.
776 MessageLoop::current()->Quit();
    [all...]
  /external/chromium/base/
message_loop.cc 255 void MessageLoop::Quit() {
260 NOTREACHED() << "Must be inside Run to call Quit";
267 pump_->Quit();
269 NOTREACHED() << "Must be inside Run to call Quit";
624 pump_->Quit();
message_pump_mac.mm 476 void MessagePumpCFRunLoop::Quit() {
485 // other run loops, just mark this object to quit the innermost Run as
496 // Quit was called while loops other than those managed by this object
530 void MessagePumpNSRunLoop::Quit() {
574 void MessagePumpNSApplication::Quit() {
message_pump_libevent.cc 212 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
266 void MessagePumpLibevent::Quit() {
observer_list_unittest.cc 144 void Quit() {
310 threaded_observer[index]->Quit();
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 120 mSynthHandler.quit();
122 mAudioPlaybackHandler.quit();
296 public void quit() { method in class:TextToSpeechService.SynthHandler
298 getLooper().quit();
348 Log.w(TAG, "SynthThread has 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();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 74 MessageLoopForUI::current()->Quit();
123 MessageLoopForUI::current()->Quit();
190 MessageLoopForUI::current()->Quit();
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 64 MessageLoopForUI::current()->Quit();
81 // Quit once the BackgroundContents has been loaded.
83 MessageLoopForUI::current()->Quit();
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlevent.html 105 SDL_QuitEvent quit;
330 >quit</I
338 >Application quit request event</A
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 265 boolean quit = false; field in class:DatabaseCursorTest.TestObserver
281 quit = true;
282 Looper.myLooper().quit();
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 61 /|?q/b quit
126 : quit
127 t quit
  /external/chromium/chrome/browser/history/
history_unittest.cc 129 MessageLoop::current()->Quit();
133 MessageLoop::current()->Quit();
139 MessageLoop::current()->Quit();
215 MessageLoop::current()->Quit();
237 MessageLoop::current()->Quit();
809 MessageLoop::current()->Quit();
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 50 QUIT
91 return Verify("QUIT\r\n", data, QUIT, "221 Goodbye.\r\n");
783 EXPECT_EQ(FtpSocketDataProvider::QUIT, ctrl_socket->state());
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 237 break; /* last argv already terminated; quit */
295 "\nPress Q, Esc or mouse button 1 after image is displayed to quit.\n"
296 "Press Q or Esc to quit this usage screen.\n"
417 /* wait for the user to tell us when to quit */
420 "Done. Press Q, Esc or mouse button 1 (within image window) to quit.\n");
667 /* wait for the user to tell us when to quit */
  /cts/tests/tests/media/src/android/media/cts/
PresetReverbTest.java 354 Looper.loop(); // Blocks forever until Looper.quit() is called.
365 mLooper.quit();
VisualizerTest.java 315 Looper.loop(); // Blocks forever until Looper.quit() is called.
326 mLooper.quit();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 103 Log.v(TAG, "quit looper");
118 mHandler.getLooper().quit();
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 96 mLooper.quit();
120 mLooper.quit();
  /external/chromium/chrome/browser/
app_controller_mac.mm 235 // to quit (and thus cancel downloads). Only check if we're not already
246 // Check if the user really wants to quit by employing the confirm-to-quit
268 // Reset the "trying to quit" state, so that closing all browser windows
287 // http://dev.chromium.org/developers/design-documents/confirm-to-quit-experiment
    [all...]

Completed in 767 milliseconds

<<11121314151617181920>>