/external/chromium_org/content/plugin/ |
plugin_thread.cc | 57 // Ensure that we don't wait indefinitely for the plugin to shutdown. 58 // as the browser does not terminate plugin processes on shutdown. 121 // For OOP plugins the plugin dll will be unloaded during process shutdown 142 void PluginThread::Shutdown() { 143 ChildThread::Shutdown();
|
/external/chromium_org/content/renderer/pepper/ |
pepper_platform_audio_input.cc | 59 void PepperPlatformAudioInput::ShutDown() { 62 // Make sure we don't call shutdown more than once. 92 // If shutdown has occurred, |client_| will be NULL and the handles will be 99 // Must dereference the client only on the main thread. Shutdown may have 238 // Shutdown has occurred.
|
pepper_platform_audio_output.cc | 58 void PepperPlatformAudioOutput::ShutDown() { 86 // Must dereference the client only on the main thread. Shutdown may have 161 // Make sure we don't call shutdown more than once.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 112 * 3. Supporting optional run-after-shutdown parameters, which 113 * leads to overrides of shutdown methods to remove and cancel 114 * tasks that should NOT be run after shutdown, as well as 116 * with a shutdown. 125 * False if should cancel/suppress periodic tasks on shutdown. 130 * False if should cancel non-periodic tasks on shutdown. 275 * and run-after-shutdown parameters. 292 * run-after-shutdown parameters. 328 * due to shutdown policy. Invoked within super.shutdown 730 public void shutdown() { method in class:ScheduledThreadPoolExecutor [all...] |
/external/chromium_org/ash/wm/ |
power_button_controller_unittest.cc | 108 // Test the lock-to-shutdown flow for non-Chrome-OS hardware that doesn't 150 // We shouldn't progress towards the shutdown state, however. 164 // (as shutdown is in progress). 167 // containers are animated during shutdown. 210 // Press the power button and check that we start the shutdown timer. 219 // Release the power button before the shutdown timer fires. 227 // Press the button again and make the shutdown timeout fire this time. 228 // Check that we start the timer for actually requesting the shutdown. 244 // When the timout fires, we should request a shutdown. 316 // When we release the power button, the lock-to-shutdown timer should b [all...] |
/art/test/079-phantom/src/ |
Bitmap.java | 53 public static void shutDown() { 54 sWatcher.shutDown(); 148 public void shutDown() {
|
/dalvik/tests/079-phantom/src/ |
Bitmap.java | 53 public static void shutDown() { 54 sWatcher.shutDown(); 148 public void shutDown() {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
TextToSpeechActivity.java | 39 * <li>Shutdown TextToSpeech in onDestroy.</li> 78 // Don't forget to shutdown! 81 mTts.shutdown();
|
/external/chromium/base/threading/ |
worker_pool_posix.h | 9 // worker threads are not joined during process shutdown. This means that 11 // shutdown, but also means that process shutdown may "leak" objects. Note that
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_collection_impl.cc | 37 Shutdown(); 141 // When exiting, we need to shutdown all renderers in 149 void BalloonCollectionImpl::Shutdown() {
|
/external/chromium/chrome/browser/profiles/ |
profile_keyed_service_factory.h | 20 // shutdown/destruction order. In each derived classes' constructors, the 80 // does a two pass shutdown. 83 // usually call ProfileKeyedService::Shutdown(), which gives each
|
/external/chromium_org/base/threading/ |
worker_pool_posix.h | 9 // worker threads are not joined during process shutdown. This means that 11 // shutdown, but also means that process shutdown may "leak" objects. Note that
|
/external/chromium_org/cc/resources/ |
worker_pool.h | 99 // guarantees completion of all pending tasks at shutdown. 104 // Tells the worker pool to shutdown and returns once all pending tasks have 106 virtual void Shutdown();
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_extra_parts_x11.cc | 38 // during the shutdown process. 48 // to get the error. We can't call shutdown from this thread without 84 // we can't shutdown properly while creating and initializing services.
|
/external/chromium_org/chrome/browser/download/ |
download_service.cc | 137 void DownloadService::Shutdown() { 139 // Normally the DownloadManager would be shutdown later, after the Profile 144 BrowserContext::GetDownloadManager(profile_)->Shutdown();
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
header_bar.css | 70 #login-header-bar #shutdown-button, 80 html[dir=rtl] #login-header-bar #shutdown-button, 87 #login-header-bar #shutdown-button {
|
/external/chromium_org/chrome/test/webdriver/test/ |
chromedriver_test.py | 60 def Shutdown(self): 62 self._server.shutdown() 90 ChromeDriverTest._https_server.Shutdown()
|
/external/chromium_org/chrome_frame/test/net/ |
fake_external_tab.h | 50 virtual void Shutdown(); 88 virtual void Shutdown(); 117 // Within its context, the Initialize() and Shutdown() routines above
|
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_keyed_service_factory.h | 24 // shutdown/destruction order. In each derived classes' constructors, the 85 // does a two pass shutdown. 88 // usually call BrowserContextKeyedService::Shutdown(), which gives each
|
/external/chromium_org/content/browser/ |
browser_main_runner.cc | 36 Shutdown(); 90 // to browser_shutdown::Shutdown or BrowserProcess::EndSession. 117 virtual void Shutdown() OVERRIDE {
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store_perftest.cc | 92 pool_owner_->pool()->Shutdown(); 93 // ~SequencedWorkerPoolOwner blocks on pool shutdown. 105 pool_owner_->pool()->Shutdown();
|
/external/chromium_org/content/child/npapi/ |
plugin_lib.h | 73 // NPAPI method to shutdown a Plugin. 110 // Shutdown the plugin library. 111 void Shutdown();
|
/external/chromium_org/tools/android/forwarder2/ |
socket.h | 33 // Just a wrapper around unix socket shutdown(), see man 2 shutdown. 34 void Shutdown();
|
/frameworks/rs/driver/ |
rsdCore.cpp | 48 static void Shutdown(Context *rsc); 64 Shutdown, 230 void Shutdown(Context *rsc) {
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapResponse.java | 91 * e.g. "ALERT" for "* OK [ALERT] System shutdown in 10 minutes" 103 * e.g. "System shutdown in 10 minutes" for "* OK [ALERT] System shutdown in 10 minutes"
|