/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-103602.js | 77 quit(); // if const is not supported, this testcase is over -
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/ |
browser.js | 142 function quit() function
|
/external/webkit/Source/WebCore/bindings/js/ |
JSGeolocationCustom.cpp | 64 // quit so as not to risk overwriting the exception.
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 61 // quit so as not to risk overwriting the exception.
|
/external/webkit/Source/WebCore/plugins/qt/ |
PluginContainerQt.cpp | 43 // and thus make Qt not quit the event loop after the last window
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginProcess.cpp | 118 // The UI process has crashed, just go ahead and quit.
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellMac.mm | 119 // TestFinished() will post a quit message to break this loop when the page
|
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.h | 127 void quit();
|
DumpRenderTreeQt.cpp | 494 QObject::connect(this, SIGNAL(quit()), qApp, SLOT(quit()), Qt::QueuedConnection); 665 emit quit(); 673 emit quit(); 707 emit quit(); [all...] |
/external/webkit/Tools/Scripts/ |
run-mangleme-tests | 130 die "Timed out waiting for httpd to quit" unless $retryCount;
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
user.py | 114 print "Please quit the editor application when done editing."
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-signals.py | 86 gobject.MainLoop().quit()
|
/frameworks/av/include/media/ |
SoundPool.h | 213 void quit();
|
/frameworks/av/media/libmedia/ |
SoundPool.cpp | 81 mDecodeThread->quit(); 82 quit(); 168 void SoundPool::quit() function in class:android::SoundPool 174 ALOGV("return from quit");
|
/frameworks/base/cmds/media/src/com/android/commands/media/ |
Media.java | 194 } else if ("q".equals(line) || "quit".equals(line)) {
|
/frameworks/base/core/java/android/app/ |
IntentService.java | 136 mServiceLooper.quit();
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadTest.java | 75 mHandlerThread.quit();
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 110 // loop until we need to quit
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
parallelism | 86 # other, then make will quit without waiting for the rest of the jobs to die.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
FilteringPipeline.java | 222 sPipeline.mHandlerThread.quit();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
mainloop-api.h | 116 void (*quit)(pa_mainloop_api*a, int retval); member in struct:pa_mainloop_api
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop-api.h | 116 void (*quit)(pa_mainloop_api*a, int retval); member in struct:pa_mainloop_api
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop-api.h | 116 void (*quit)(pa_mainloop_api*a, int retval); member in struct:pa_mainloop_api
|
/frameworks/base/core/java/android/os/ |
Handler.java | 340 * the looper is quit before the delivery time of the message 362 * the looper is quit before the delivery time of the message 386 * if the looper is quit before the delivery time of the message 555 * the looper is quit before the delivery time of the message 581 * the looper is quit before the delivery time of the message
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 206 mockTransport.expect("QUIT", ""); 211 mockTransport.expect("QUIT", ""); 218 mockTransport.expect("QUIT", ""); 249 // one extra QUIT before we spin it up again 250 mockTransport.expect("QUIT", ""); 253 mockTransport.expect("QUIT", ""); [all...] |