/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
appquit.sed | 1 # Test appending quit
|
/external/jmonkeyengine/engine/src/android/res/values/ |
strings.xml | 5 <string name="quit">Quit</string>
|
/external/e2fsprogs/lib/ss/ |
test_script | 7 quit
|
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/SDLMain.nib/ |
classes.nib | 5 ACTIONS = {makeFullscreen = id; quit = id; };
|
/external/webkit/Source/WebCore/manual-tests/ |
quit-inside-unload.html | 9 alert("Now Quit Safari. Do not dismiss this alert first.");
|
/system/core/adb/ |
console.c | 35 #define QUIT "quit\n" 41 adb_write( fd, QUIT, sizeof(QUIT)-1 );
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_login_status_consumer.h | 34 MessageLoop::current()->Quit(); 39 MessageLoop::current()->Quit(); 48 MessageLoop::current()->Quit(); 57 MessageLoop::current()->Quit(); 62 MessageLoop::current()->Quit(); 67 MessageLoop::current()->Quit(); 73 MessageLoop::current()->Quit(); 79 MessageLoop::current()->Quit();
|
owner_manager_unittest.h | 54 MessageLoop::current()->Quit(); 59 MessageLoop::current()->Quit(); 94 MessageLoop::current()->Quit(); 109 MessageLoop::current()->Quit(); 132 MessageLoop::current()->Quit();
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
quit_app.applescript | 7 quit
|
/external/jmonkeyengine/engine/src/android/res/menu/ |
options.xml | 10 android:title="@string/quit"
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_QuitEvent.3 | 3 SDL_QuitEvent \- Quit requested event 20 As can be seen, the SDL_QuitEvent structure serves no useful purpose\&. The event itself, on the other hand, is very important\&. If you filter out or ignore a quit event then it is impossible for the user to close the window\&. On the other hand, if you do accept a quit event then the application window will be closed, and screen updates will still report success event though the application will no longer be visible\&. 25 The macro \fBSDL_QuitRequested\fP will return non-zero if a quit event is pending
|
/external/chromium/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller.h | 18 // The user quit without having the feature enabled. 36 // to "Hold Cmd+Q to Quit". 58 // If the user did not confirm quit, send this message to give the user 59 // instructions on how to quit. 62 // Returns the Accelerator for the Quit menu item.
|
/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);
|
/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);
|
/development/cmds/monkey/ |
example_script.txt | 56 # quit 57 quit
|
/external/chromium/chrome/browser/automation/ |
automation_provider_list_mac.mm | 10 // We need to explicitly quit the application here because on Mac
|
/external/valgrind/main/gdbserver_tests/ |
mcmain_pic.stdinB.gdb | 16 quit
|
mcwatchpoints.stdinB.gdb | 25 quit
|
mssnapshot.stdinB.gdb | 22 quit
|
/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
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ |
ExitAction.java | 33 putValue(NAME, "Quit"); 34 putValue(SHORT_DESCRIPTION, "Quit"); 35 putValue(LONG_DESCRIPTION, "Quit");
|
/external/qemu/distrib/sdl-1.2.15/include/ |
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
|
/prebuilts/tools/darwin-x86/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
|
/prebuilts/tools/linux-x86/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
|