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

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_invite.py 155 quit()
162 quit()
181 quit()
186 quit()
  /frameworks/av/media/libmedia/
SoundPoolThread.h 46 void quit();
  /frameworks/base/core/java/android/os/
Looper.java 70 * {@link #quit()}.
109 * {@link #quit()} to end the loop.
208 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
218 public void quit() { method in class:Looper
219 mQueue.quit(false);
230 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
235 mQueue.quit(true);
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 176 MessageLoopForUI::current()->Quit();
386 MessageLoopForUI::current()->Quit();
391 MessageLoopForUI::current()->Quit();
396 MessageLoopForUI::current()->Quit();
402 MessageLoopForUI::current()->Quit();
407 MessageLoopForUI::current()->Quit();
412 MessageLoopForUI::current()->Quit();
417 MessageLoopForUI::current()->Quit();
428 MessageLoopForUI::current()->Quit();
442 MessageLoopForUI::current()->Quit();
    [all...]
  /dalvik/tests/074-gc-thrash/src/
Main.java 23 public static volatile boolean quit = false; field in class:Main
122 quit = true;
170 while (!Main.quit) {
206 while (!Main.quit) {
321 while (!Main.quit) {
  /external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc 89 static void Quit() {
127 .WillOnce(Invoke(OnlineAttemptTest::Quit))
154 .WillOnce(Invoke(OnlineAttemptTest::Quit))
185 .WillOnce(Invoke(OnlineAttemptTest::Quit))
211 .WillOnce(Invoke(OnlineAttemptTest::Quit))
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 25 static void quit(int rc) function
211 quit(1);
220 quit(2);
225 quit(1);
233 quit(2);
testwin.c 15 static void quit(int rc) function
288 quit(1);
298 quit(1);
308 quit(1);
319 quit(1);
350 quit(1);
  /bionic/libc/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(QUIT,3,"Quit")
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(QUIT,3,"Quit")
  /external/chromium/base/threading/
simple_thread.cc 104 // Tell all our threads to quit their worker loop.
144 // A NULL delegate pointer signals us to quit.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/
script-001.js 84 js> quit()
119 js> quit()
  /external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 38 QObject::connect(obj, signal, &loop, SLOT(quit()));
42 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 55 } else if (message.what == R.id.quit) {
57 Looper.myLooper().quit();
  /frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
BatteryWaster.java 137 mThread.quit();
184 public void quit() { method in class:BatteryWaster.SpinThread
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(QUIT,3,"Quit")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(QUIT,3,"Quit")
  /cts/tests/src/android/view/cts/
WindowStubActivity.java 42 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Quit").setShortcut('1', 'q');
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 265 mLooper.quit();
282 quit(); method
290 quit(); method
318 private void quit() { method in class:MessengerTest.MessengerTestHelper
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 45 mLooper.quit();
  /external/chromium/chrome/browser/
plugin_data_remover_browsertest.cc 42 MessageLoop::current()->Quit();
sanity_uitest.cc 53 // doesn't do anything other than cause Chrome to quit on startup on
  /external/chromium/chrome/browser/search_engines/
template_url_scraper_unittest.cc 41 MessageLoop::current()->Quit();
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.h 34 MessageLoop::current()->Quit();
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 69 void Quit() { quitting_.Notify(); }

Completed in 889 milliseconds

1 2 3 4 56 7 8 91011>>