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

1 2 3 4 5 67 8 91011>>

  /external/llvm/utils/
test_debuginfo.pl 40 print OUTPUT "quit\n";
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetEventFilter.3 19 There is one caveat when dealing with the \fBSDL_QUITEVENT\fP event type\&. The event filter is only called when the window manager desires to close the application window\&. If the event filter returns 1, then the window will be closed, otherwise the window will remain open if possible\&. If the quit event is generated by an interrupt signal, it will bypass the internal queue and be delivered to the application at the next event poll\&.
SDL_Event.3 19 SDL_QuitEvent quit;
61 \fIApplication quit request event\fR
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QPEApp.cc 52 /* Quit the QPE Application, if there's nothing left to do */
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimppoll.c 180 ** in the background so I just post the quit message and hope the application
254 case 0: /* Quit Event */
255 /* No choice - have to quit */
260 case 8: /* Pre Quit */
  /external/qemu/hw/
watchdog.h 31 #define WDT_POWEROFF 3 /* Quit. */
  /external/qemu/
monitor.h 18 #define MONITOR_QUIT_DOESNT_EXIT 0x80 /* prevent 'quit' from exiting the emulator */
  /external/quake/quake/app/id1/
config.cfg 62 // // Generated by GLQuake. DO NOT MODIFY! // unbindconfig bind "TAB" "+showscores" bind "ENTER" "+jump" bind "ESCAPE" "togglemenu" bind "SPACE" "+jump" bind "+" "sizeup" bind "," "+moveleft" bind "-" "sizedown" bind "." "+moveright" bind "/" "impulse 10" bind "0" "impulse 0" bind "1" "impulse 1" bind "2" "impulse 2" bind "3" "impulse 3" bind "4" "impulse 4" bind "5" "impulse 5" bind "6" "impulse 6" bind "7" "impulse 7" bind "8" "impulse 8" bind "=" "sizeup" bind "\" "+mlook" bind "`" "toggleconsole" // Original Quake binding // bind "a" "+lookup" // bind "c" "+movedown" // bind "d" "+moveup" // bind "t" "messagemode" // bind "z" "+lookdown" bind "w" "+forward" bind "s" "+back" bind "a" "+left" bind "d" "+right" bind "q" "+lookup" bind "z" "+lookdown" bind "v" "+movedown" bind "f" "+moveup" bind "t" "messagemode" bind "~" "toggleconsole" bind "UPARROW" "+forward" bind "DOWNARROW" "+back" bind "LEFTARROW" "+left" bind "RIGHTARROW" "+right" bind "ALT" "+strafe" bind "CTRL" "+attack" bind "SHIFT" "+speed" bind "F1" "help" bind "F2" "menu_save" bind "F3" "menu_load" bind "F4" "menu_options" bind "F5" "menu_multiplayer" bind "F6" "echo Quicksaving...; wait; save quick" bind "F9" "echo Quickloading...; wait; load quick" bind "F10" "quit" bind "F11" "zoom_in" bind "F12" "screenshot" bind "INS" "+klook" bind "DEL" "+lookdown" bind "PGD (…)
  /external/quake/res/values/
strings.xml 40 <string name="download_activity_quit">Quit</string>
  /external/tinyxml/
tinystr.h 91 quit();
182 //Instead use the quit & re-init:
183 quit();
230 void quit()
  /external/valgrind/main/gdbserver_tests/
mcleak.stdinB.gdb 76 quit
nlcontrolc.stdinB.gdb 40 quit
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 51 &app, SLOT(quit()));
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.1 81 .B quit
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 80 { UCM_QUIT, "quit" },
90 char *exit_str = "quit";
142 " quit quit\n");
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
binary.sed 28 # q quit, print stack top if any (cq is quiet quit)
73 $b quit
93 :quit
binary2.sed 28 # q quit, print stack top if any (cq is quiet quit)
69 $b quit
120 :quit
binary3.sed 28 # q quit, print stack top if any (cq is quiet quit)
72 $b quit
106 :quit
  /external/chromium/base/threading/
thread.cc 18 // MessageLoop::Quit() is called directly, which is unexpected when using a
29 MessageLoop::current()->Quit();
169 // Assert that MessageLoop::Quit was called by ThreadQuitTask.
  /external/chromium/chrome/browser/ui/views/
html_dialog_view_browsertest.cc 89 MessageLoop::current()->Quit();
106 // Quit once the GDK_CONFIGURE event has been processed - seeing
110 MessageLoop::current()->Quit();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 45 sendCommand(commands.QUIT, [], message);
134 QUIT: "QUIT",
  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 53 MessageLoop::current()->Quit();
64 // MessageLoop's Quit method.
80 MessageLoop::current()->Quit();
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 216 the application should respond to the quit request,
228 virtual void Quit() {
231 BDirectWindow::Quit();
  /external/qemu/telephony/
test2.c 95 if ( !strcmp( cmd, "quit" ) ) {
100 client_append( client, "type 'quit' to quit\n", -1 );
  /external/quake/quake/src/QW/
cmds.txt 34 quit", CL_Quit_f
60 quit", CL_Quit_f
391 quit", SV_Quit_f

Completed in 1548 milliseconds

1 2 3 4 5 67 8 91011>>