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

1 2 3 4 5

  /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/zlib/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...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 22 * base background thread class. The class provides a synchronous quit method
35 public final void quit() { method in class:BackgroundThread
37 Log.d("ddms", "Waiting for BackgroundThread to quit");
45 /** returns if the thread was asked to quit. */
  /external/bluetooth/bluez/audio/
ipctest-init-shutdown.test 58 quit
ipctest-a2dp-resume-fast.test 82 quit
  /frameworks/base/core/java/android/os/
HandlerThread.java 88 * Ask the currently running looper to quit. If the thread has not
91 * quit and true is returned.
93 public boolean quit() { method in class:HandlerThread
96 looper.quit();
  /external/wpa_supplicant/wpa_gui/
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
  /external/wpa_supplicant/wpa_gui-qt4/
main.cpp 36 app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
main.cpp 22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 81 tester.quit();
102 tester.quit();
176 mLooper.quit();
211 public void quit() { method in class:MessageQueueTest.MessageQueueTestHelper
266 mLooper.quit();
303 quit(); method
311 quit(); method
315 private void quit() { method in class:MessageQueueTest.OrderTestHelper
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 80 int quit, resultat, event_mask, mouse_event; local
84 quit =
108 quit = do_messages(this, buffer);
131 if ((resultat & MU_TIMER) || quit)
171 int quit, posted, check_mouse_mode; local
174 quit = check_mouse_mode = 0;
179 quit=1;
270 return quit;
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/webkit/WebKit/qt/tests/
util.h 40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
  /external/bluetooth/bluez/test/
simple-agent 24 mainloop.quit()
74 mainloop.quit()
78 mainloop.quit()
test-discovery 20 mainloop.quit()
  /external/dbus/test/
test-shell-service.c 15 quit (void) function
88 quit ();
111 quit ();
  /external/clearsilver/cgi/
fcgi_hello.c 14 static bool quit = false; variable
  /external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 51 &app, SLOT(quit()));
  /frameworks/base/media/jni/soundpool/
SoundPoolThread.h 48 void quit();
SoundPoolThread.cpp 49 void SoundPoolThread::quit() { function in class:android::SoundPoolThread
58 LOGV("return from quit");
72 quit();
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-2.js 67 quit();
71 quit();
  /external/e2fsprogs/ext2ed/
main.c 93 * We just call the parser to get commands from the user. We quit when
199 int quit=0; local
210 while (!quit) {
263 quit=dispatch (command_line);
300 int quit=0; local
307 while (!quit) {
329 quit=dispatch (command_line);
366 if (strcasecmp (command,"quit")==0) return (1);
503 /* quit is handled differently */
505 if (strncmp ("quit",text,len)==0)
    [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) {

Completed in 526 milliseconds

1 2 3 4 5