/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 35 __BIONIC_SIGDEF(SIGQUIT,3,"Quit")
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_events.h | 65 SDL_QUIT, /**< User-requested quit */ 205 /** The "quit requested" event */ 239 SDL_QuitEvent quit; member in union:SDL_Event 320 * If the quit event is generated by an interrupt signal, it will bypass the
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_events.h | 65 SDL_QUIT, /**< User-requested quit */ 205 /** The "quit requested" event */ 239 SDL_QuitEvent quit; member in union:SDL_Event 320 * If the quit event is generated by an interrupt signal, it will bypass the
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_events.h | 65 SDL_QUIT, /**< User-requested quit */ 205 /** The "quit requested" event */ 239 SDL_QuitEvent quit; member in union:SDL_Event 320 * If the quit event is generated by an interrupt signal, it will bypass the
|
/system/core/toolbox/ |
kill.c | 22 _SIG(QUIT),
|
/cts/tests/tests/database/src/android/database/cts/ |
ContentObserverTest.java | 69 looper.quit(); 115 looper.quit();
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneStateListenerTest.java | 55 mLooper.quit(); 106 mLooper.quit();
|
/development/cmds/monkey/ |
README.NETWORK.txt | 111 quit 113 Fully quit the monkey and accept no new sessions.
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
README.txt | 70 >quit 81 quit
|
/external/chromium/base/ |
message_loop.h | 207 // Use QuitTask if you need to Quit another thread's MessageLoop, but note 212 void Quit(); 214 // This method is a variant of Quit, that does not wait for pending messages 218 // Invokes Quit on the current MessageLoop when run. Useful to schedule an 219 // arbitrary MessageLoop to Quit. 223 MessageLoop::current()->Quit(); 339 // Used to record that Quit() was called, or that we should quit the pump
|
message_pump_glib.h | 44 // The nested loop is exited by either posting a quit, or returning false 88 virtual void Quit();
|
/external/chromium/chrome/browser/automation/ |
automation_tab_helper_browsertest.cc | 64 // and quit the message loop when the redirect has completed. This expects 79 MessageLoopForUI::current(), &MessageLoop::Quit));
|
/external/chromium/chrome/browser/extensions/ |
extension_apitest.cc | 75 MessageLoopForUI::current()->Quit(); 83 MessageLoopForUI::current()->Quit();
|
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.cc | 232 MessageLoop::current()->Quit(); 242 MessageLoop::current()->Quit();
|
/external/chromium/net/disk_cache/ |
disk_cache_test_util.cc | 177 MessageLoop::current()->Quit(); 185 MessageLoop::current()->Quit();
|