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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/service_worker/
service_worker_test_utils.h 16 const base::Closure& quit,
19 if (!quit.is_null())
20 BrowserThread::PostTask(run_quit_thread, FROM_HERE, quit);
25 const base::Closure& quit, Arg* out) {
26 return base::Bind(&ReceiveResult<Arg>, run_quit_thread, quit, out);
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 36 quit(); method
75 quit(); method
81 private void quit() { method in class:HandlerTester
82 mLooper.quit();
TestHandlerThread.java 51 mLooper.quit();
68 quit(); method
76 quit(); method
98 private void quit() { method in class:TestHandlerThread
  /external/chromium_org/media/audio/sounds/
test_data.cc 12 TestObserver::TestObserver(const base::Closure& quit)
14 quit_(quit),
test_data.h 27 TestObserver(const base::Closure& quit);
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 14 static void quit(int rc) function
37 quit(0);
54 quit(1);
65 quit(1);
76 quit(1);
testerror.c 14 static void quit(int rc) function
50 quit(1);
testoverlay2.c 46 static void quit(int rc) function
313 quit(10);
318 quit(10);
326 quit(10);
346 quit(10);
354 quit(10);
365 quit(10);
370 quit(10);
378 quit(10);
384 quit(0)
    [all...]
checkkeys.c 14 static void quit(int rc) function
104 quit(1);
112 quit(2);
loopwave.c 28 static void quit(int rc) function
80 quit(1);
100 quit(2);
testcursor.c 145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE; local
188 while (!quit) {
198 quit = SDL_TRUE;
202 quit = SDL_TRUE;
  /external/zlib/src/examples/
fitblk.c 62 local void quit(char *why) function
138 quit("need one argument: size of output block");
141 quit("argument must be a number");
143 quit("need positive size of 8 or greater");
153 quit("out of memory");
160 quit("error reading input");
167 quit("error writing output");
188 quit("out of memory");
199 quit("out of memory");
214 quit("out of memory")
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_func.cc 52 bool quit(false);
54 while (!quit)
58 TEST_LOG(" (0) Quit\n");
97 quit = true;
155 quit = true;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
LooperCompatUtils.java 39 looper.quit();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 24 boolean quit; field in class:ShadowLooper
48 while (!looper.quit) {
65 public void quit() {
66 if (this == shadowOf(getMainLooper())) throw new RuntimeException("Main thread not allowed to quit");
68 quit = true;
80 return quit;
153 if (!quit) {
162 if (!quit) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerThreadTest.java 25 handlerThread.quit();
49 assertTrue(handlerThread.quit());
60 assertFalse(shadowOf(looper).quit);
61 looper.quit();
64 assertTrue(shadowOf(looper).quit);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
main.cc 44 void HandleBrowserRequest(DataSocket* ds, bool* quit) {
46 assert(quit);
50 *quit = (path.compare("/quit") == 0);
52 if (*quit) {
97 bool quit = false; local
98 while (!quit) {
146 HandleBrowserRequest(s, &quit);
147 if (quit) {
  /frameworks/base/core/java/android/os/
HandlerThread.java 94 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
102 * @return True if the looper looper has been asked to quit or false if the
107 public boolean quit() { method in class:HandlerThread
110 looper.quit();
123 * Any attempt to post messages to the queue after the looper is asked to quit will fail.
128 * Otherwise the looper is asked to quit and true is returned.
131 * @return True if the looper looper has been asked to quit or false if the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 18 server.quit()
25 server.quit()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 18 server.quit()
25 server.quit()
  /external/libnl/tests/
test-cache-mngr.c 4 static int quit = 0; variable
26 quit = 1;
60 while (!quit) {
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 162 quit()
176 quit()
183 quit()
199 quit()
240 quit()
247 quit()
273 quit()
279 quit()
285 quit()
294 quit()
    [all...]
p2p_find.py 137 quit()
144 quit()
155 quit()
166 quit()
175 quit()
192 quit()
p2p_listen.py 127 quit()
134 quit()
145 quit()
156 quit()
165 quit()
182 quit()
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 81 int quit, resultat, event_mask, mouse_event; local
87 quit =
111 quit = do_messages(this, buffer);
140 if ((resultat & MU_TIMER) || quit)
176 int quit, check_mouse_mode; local
179 quit = check_mouse_mode = 0;
184 quit=1;
275 return quit;

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>