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

12 3 4 5 6 7 8 91011>>

  /prebuilts/tools/windows/sdl/include/SDL/
SDL_quit.h 24 * Include file for SDL quit event handling
45 * quit events for that signal.
49 * There are no functions directly affecting the quit event
  /external/chromium/base/
message_loop_proxy_impl_unittest.cc 17 Quit();
20 void Quit() const {
47 test->Quit();
71 test_->Quit();
message_pump_glib_unittest.cc 139 MessageLoop::current()->Quit();
185 // Checks that Quit works and that the basic infrastructure is working.
187 // Quit from a task
193 // Quit from an event
236 // quit.
252 // quit.
277 // And then quit (relies on the condition tested by TestEventTaskInterleave).
287 // It will quit the main loop once enough tasks and events have been processed,
302 MessageLoop::current()->Quit();
314 MessageLoop::current()->Quit();
    [all...]
  /external/chromium/chrome/browser/first_run/
first_run_import_observer.cc 24 MessageLoop::current()->Quit();
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 18 // How long the user must hold down Cmd+Q to confirm the quit.
22 // quit.
216 // If this is the second of two such attempts to quit within a certain time
217 // interval, then just quit.
218 // Time of last quit attempt, if any.
224 // double-tap shortcut that allows for a quick quit path. For the users who
226 // logic will run and cause the quit to get committed. If the key
229 // the windows (without animation) to look like we've "quit" and then wait
230 // for the KeyUp event to commit the quit.
247 // Show the info panel that explains what the user must to do confirm quit
    [all...]
  /external/e2fsprogs/lib/ss/
std_rqs.ct 19 quit, q;
test_script_expected 19 test_icount: quit
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ExposeEvent.3 3 SDL_ExposeEvent \- Quit requested event
SDL_KillThread.3 12 \fBSDL_KillThread\fP gracelessly terminates the thread associated with \fBthread\fR\&. If possible, you should use some other form of IPC to signal the thread to quit\&.
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdinB.gdb 26 quit
nlpasssigalrm.stdinB.gdb 17 quit
nlsigvgdb.stdinB.gdb 16 quit
  /external/zxing/qr_scanner/res/values/
ids.xml 9 <item type="id" name="quit"/>
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
BaseActivity.java 28 menu.add("Quit");
36 } else if (item.getTitle() == "Quit") {
  /external/qemu/distrib/sdl-1.2.15/test/
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...]
threadwin.c 18 static void quit(int rc) function
106 /* This is important! Queue it if we want to quit. */
110 printf("Quit requested\n");
113 printf("Quit demanded\n");
188 /* Allow hitting <ESC> to quit the app */
287 quit(1);
295 /* Set an event filter that discards everything but QUIT */
312 quit(2);
323 /* Loop, waiting for QUIT */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 58 public boolean quit() { method in class:ShadowHandlerThread
61 looper.quit();
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/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 126 quit()
133 quit()
147 quit()
157 quit()
169 quit()
p2p_flush.py 126 quit()
133 quit()
147 quit()
156 quit()
168 quit()
p2p_stop_find.py 131 quit()
138 quit()
152 quit()
162 quit()
174 quit()
p2p_connect.py 162 quit()
176 quit()
183 quit()
199 quit()
240 quit()
247 quit()
273 quit()
279 quit()
285 quit()
294 quit()
    [all...]
  /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
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 84 * <p>If it is desirable to completely stop the state machine call <code>quit</code> or
675 /** true if StateMachine has quit */
762 * State entered when a valid quit message is handled.
876 * see if the last transition was to quit or halt.
897 * Cleanup all the static variables and the looper after the SM has been quit.
901 // If we made the thread then quit looper which stops the thread.
902 getLooper().quit();
1201 private final void quit() { method in class:StateMachine.SmHandler
1880 protected final void quit() { method in class:StateMachine
    [all...]

Completed in 401 milliseconds

12 3 4 5 6 7 8 91011>>