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

<<11121314151617181920>>

  /frameworks/base/core/java/android/os/
MessageQueue.java 33 // True if the message queue can be quit.
168 // Process the quit message now that all pending messages have been handled.
222 void quit(boolean safe) { method in class:MessageQueue
224 throw new RuntimeException("Main thread not allowed to quit.");
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 86 public void quit() { method in class:AudioPlaybackHandler
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 84 Looper.myLooper().quit();
  /frameworks/base/docs/html/training/notepad/
notepad-extra-credit.jd 46 If it gets stuck on the waiting... screen, quit the emulator and Eclipse,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 143 Log.v(TAG, "initializeMessageLooper: quit.");
153 mLooper.quit();
154 // Looper.quit() is asynchronous. The looper may still has some
155 // preview callbacks in the queue after quit is called. The preview
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 84 // After the timeout, pretend the user clicked the quit button
StrictModeViolationDialog.java 81 // After the timeout, pretend the user clicked the quit button
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 58 print OUTPUT "quit\n";
  /frameworks/volley/tests/src/com/android/volley/
CacheDispatcherTest.java 59 mDispatcher.quit();
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
AddressList.java 125 if (line.length() == 0 || line.toLowerCase().equals("exit") || line.toLowerCase().equals("quit")) {
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 118 mRendererHandlerThread.quit();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 35 #define SIGQUIT 3 /* Quit (POSIX). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
timed.h 92 "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 35 #define SIGQUIT 3 /* Quit (POSIX). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
timed.h 92 "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 35 #define SIGQUIT 3 /* Quit (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
timed.h 92 "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT",
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 47 mQuitAction = ActionFactory.QUIT.create(window);
  /system/core/sh/
shell.h 49 * a quit signal will generate a core dump.
  /external/chromium/base/threading/
thread.h 96 // the thread object once it is known that the thread has quit.
104 // NOTE: You must not call this MessageLoop's Quit method directly. Use
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 95 // We must quit the message loop (if running) to return control to the test.
96 // Note, calling Quit() directly will checkfail if the loop isn't running,
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 58 MessageLoop::current()->Quit();
91 MessageLoop::current()->Quit();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 112 " quit Quits the application.\n"
120 " quit Quits the application.\n"
137 " quit Quits the application.\n"
164 if (command == "quit") {
165 Quit();
325 Quit();
671 void CallClient::Quit() {
672 talk_base::Thread::Current()->Quit();
  /external/quake/quake/src/QW/client/
menu.c 906 /* QUIT MENU */
915 " Are you gonna quit ",
927 " to quit? ",
931 " for trying to quit! ",
935 " Press Y to quit like a ",
941 " quit, I will summon ",
947 " quit. Press Y to return",
950 " If you quit now, I'll ",
  /external/quake/src/com/android/quake/
QuakeLib.java 185 * Tell Quake to quit. It will write out its config files and so forth.
187 public native void quit(); method in class:QuakeLib

Completed in 1432 milliseconds

<<11121314151617181920>>