/prebuilt/windows/sdl/include/SDL/ |
SDL_events.h | 60 SDL_QUIT, /* User-requested quit */ 198 /* The "quit requested" event */ 232 SDL_QuitEvent quit; member in union:SDL_Event 305 If the quit event is generated by an interrupt signal, it will bypass the
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 96 mLooper.quit(); 120 mLooper.quit();
|
/development/cmds/monkey/ |
README.NETWORK.txt | 111 quit 113 Fully quit the monkey and accept no new sessions.
|
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 96 printf("Type \"quit\" to exit the test.\n"); 99 if(!strcmp(q,"quit\n")) break;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
10.1.3-2.js | 67 quit(); 71 quit();
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.os.HandlerThread.html | 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/os/HandlerThread.html#quit()" target="_top"><code>quit</code></A>()</nobr>
|
/frameworks/base/core/java/com/android/internal/util/ |
HierarchicalStateMachine.java | 72 * If it is desirable to completely stop the state machine call <code>quit</code>. This 468 /** The quit object */ 548 * State entered when a valid quit message is handled. 628 * see if the last transition was to quit or halt. 637 // If we made the thread then quit looper 638 getLooper().quit(); 942 private final void quit() { method in class:HierarchicalStateMachine.HsmHandler 1273 public final void quit() { method in class:HierarchicalStateMachine [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 144 Looper.loop(); // Blocks forever until Looper.quit() is called. 145 Log.v(TAG, "initializeMessageLooper: quit."); 492 mLooper.quit();
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 372 public void quit() { method in class:SoundPoolTest.TestThread 380 if (DEBUG) Log.d(LOG_TAG, "quit"); 393 mThread.quit();
|
/system/core/adb/ |
services.c | 132 // quit, and init will restart us as root 157 // quit, and init will restart us in TCP mode 171 // quit, and init will restart us in USB mode
|
/cts/tests/tests/database/src/android/database/cts/ |
ContentObserverTest.java | 90 looper.quit();
|
/external/clearsilver/python/examples/trans/ |
README | 14 mysql> quit
|
/external/clearsilver/util/ |
filter.h | 24 * your filter quit
|
/external/kernel-headers/original/asm-arm/ |
termios.h | 25 /* intr=^C quit=^| erase=del kill=^U
|
/external/netcat/scripts/ |
probe | 26 echo QUIT | $UCMD -w 8 -r "$1" 25 158 159 119 110 109 1109 142-144 220 23 2>&1
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgevents.c | 36 return 1; /* Intercept the event's normal quit handling */
|
/external/qemu/hw/ |
watchdog.c | 109 case WDT_POWEROFF: /* same as 'quit' command in monitor */
|
/external/quake/quake/src/QW/client/ |
cvar.h | 29 file when the game is quit:
|
/external/quake/quake/src/WinQuake/ |
cvar.h | 29 file when the game is quit:
|
masterMain.cpp | 80 {"quit", "()V", (void*)qquit },
|
/external/tcpdump/ |
print-timed.c | 42 "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT",
|
/external/webkit/WebCore/platform/ |
ThreadTimers.cpp | 37 // Fire timers for this length of time, and then quit to let the run loop process user input events.
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.h | 115 void quit();
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentQueryMapTest.java | 84 Looper.myLooper().quit();
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseCursorTest.java | 324 boolean quit = false; field in class:DatabaseCursorTest.TestObserver 340 quit = true; 341 Looper.myLooper().quit(); 371 if (!observer.quit) {
|