/bionic/libc/arch-mips/syscalls/ |
shutdown.S | 4 .globl shutdown 6 .ent shutdown 8 shutdown: label 22 .end shutdown
|
/bionic/libc/arch-arm/syscalls/ |
shutdown.S | 6 ENTRY(shutdown) function 15 END(shutdown)
|
/external/chromium/chrome/browser/profiles/ |
profile_keyed_service.h | 11 // Many services that hang off Profile have a two-pass shutdown. Many 12 // subsystems need a first pass shutdown phase where they drop references. Not 18 // The first pass is to call Shutdown on a ProfileKeyedService. 19 virtual void Shutdown() {}
|
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_keyed_service.h | 15 // Many services that hang off BrowserContext have a two-pass shutdown. Many 16 // subsystems need a first pass shutdown phase where they drop references. Not 22 // The first pass is to call Shutdown on a BrowserContextKeyedService. 23 virtual void Shutdown() {}
|
/external/chromium_org/chrome_frame/ |
scoped_initialization_manager_unittest.cc | 17 virtual void Shutdown() = 0; 29 static void Shutdown() { 31 delegate_->Shutdown(); 45 MOCK_METHOD0(Shutdown, void()); 65 // Test that Initialize and Shutdown are called in order for the simple case. 70 EXPECT_CALL(mock_traits_delegate_, Shutdown()); 75 // Test that Initialize and Shutdown are called in order only once despite 81 EXPECT_CALL(mock_traits_delegate_, Shutdown());
|
scoped_initialization_manager.h | 15 // shared object to initialize and shutdown the object's dependencies. |Traits| 17 // and Shutdown. Traits::Initialize will be invoked when the first instance of 18 // this class is created and Traits::Shutdown will be invoked when the last one 38 Traits::Shutdown();
|
/external/chromium_org/webkit/support/ |
platform_support.h | 15 // Called before WebKit::shutdown(). 18 // Called after WebKit::shutdown().
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_configuration.h | 17 // rather than making it a Singleton, to ensure clean startup and shutdown. 25 // by Shutdown(). 30 void Shutdown();
|
input_method_configuration.cc | 61 void Shutdown() { 68 InputMethodManager::Shutdown(); 72 IBusBridge::Shutdown(); 74 IBusDaemonController::Shutdown(); 76 DVLOG(1) << "InputMethodManager shutdown";
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime_mac.mm | 5 // This file contains the penultimate pieces of the Mac shutdown puzzle. For 6 // an in-depth overview of the Mac shutdown path, see the comment above 19 // final step in shutdown is to post the NSApplicationWillTerminateNotification
|
/external/chromium_org/ui/keyboard/ |
keyboard_test_suite.cc | 17 virtual void Shutdown() OVERRIDE; 27 void KeyboardTestSuite::Shutdown() { 28 ui::test::UITestSuite::Shutdown();
|
/external/chromium_org/ui/message_center/test/ |
run_all_unittests.cc | 20 virtual void Shutdown() OVERRIDE; 30 void MessageCenterTestSuite::Shutdown() { 31 ui::test::UITestSuite::Shutdown();
|
/bionic/libc/arch-x86/syscalls/ |
shutdown.S | 6 ENTRY(shutdown) function 25 END(shutdown)
|
/external/chromium/chrome/browser/ |
browser_shutdown.h | 13 // Should Shutdown() delete the ResourceBundle? This is normally true, but set 30 // Called when the browser starts shutting down so that we can measure shutdown 34 // Get the current shutdown type. 43 void Shutdown(); 45 // Called at startup to create a histogram from our previous shutdown time. 51 // should not shutdown when the last browser window closes if there are any 53 // When the user explicitly chooses to shutdown the app (via the "Exit" or 55 // initiate a shutdown when the last window closes.
|
/external/chromium_org/chrome/browser/ |
browser_shutdown.h | 25 // Called when the browser starts shutting down so that we can measure shutdown 29 // Get the current shutdown type. 32 // Performs the shutdown tasks that need to be done before 38 // Performs the remaining shutdown tasks after all threads but the 45 // Called at startup to create a histogram from our previous shutdown time. 51 // should not shutdown when the last browser window closes if there are any 53 // When the user explicitly chooses to shutdown the app (via the "Exit" or 55 // initiate a shutdown when the last window closes.
|
/external/chromium_org/base/threading/ |
sequenced_worker_pool.h | 31 // allows you to specify what should happen to your tasks on shutdown. 60 // This class may be leaked on shutdown to facilitate fast shutdown. The 61 // expected usage, however, is to call Shutdown(), which correctly accounts 66 // not enforce shutdown semantics or allow us to specify how many worker 75 // shutdown. 77 // Tasks posted with this mode which have not run at shutdown will be 79 // shutdown will be ignored (the worker thread will not be joined). 82 // shutdown. For example, you might be doing a slow DNS lookup and if it's 83 // blocked on the OS, you may not want to stop shutdown, since the resul [all...] |
/external/chromium_org/ash/wm/ |
lock_state_controller_impl2.h | 37 // * StartLockAnimation (bool shutdown after lock) - starts lock that can be 48 // shutdown is made. 154 // Starts timer for gap between lock and shutdown. 160 // Starts timer for undoable shutdown animation. 166 // Starts timer for final shutdown animation. 168 // white" shutdown animation. 174 // Starts shutdown animation that can be cancelled and starts pre-shutdown 178 // Starts non-cancellable animation and starts real shutdown timer that 226 // Indicates whether controller should proceed to (cancellable) shutdown afte [all...] |
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service_factory.h | 17 // May return null during browser startup and shutdown. Do not hold 20 // during shutdown. 28 // Called by ChromeBrowserMainPartsChromeOS in order to shutdown the 32 static void Shutdown();
|
/external/chromium_org/content/public/browser/ |
browser_shutdown.h | 12 // This can be used for as-fast-as-possible shutdown, in cases where 13 // time for shutdown is limited and we just need to write out as much 16 // This causes the shutdown sequence embodied by 22 // As this violates the normal order of shutdown, likely leaving the
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
shutdown.c | 10 int shutdown(int fd, int how) { function
|
/frameworks/base/services/java/com/android/server/power/ |
ShutdownThread.java | 55 // maximum time we wait for the shutdown broadcast before going on. 71 // Provides shutdown assurance in case the system_server is killed 72 public static final String SHUTDOWN_ACTION_PROPERTY = "sys.shutdown.requested"; 94 * Request a clean shutdown, waiting for subsystems to clean up their 98 * @param context Context used to display the shutdown progress dialog. 101 public static void shutdown(final Context context, boolean confirm) { method in class:ShutdownThread 112 Log.d(TAG, "Request to shutdown already running, returning."); 125 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior); 175 * Request a clean shutdown, waiting for subsystems to clean up their 179 * @param context Context used to display the shutdown progress dialog [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
shutdown_button.h | 18 // Initializes shutdown button. 21 // Layout the shutdown button at the right bottom corner of
|
/external/chromium/net/ocsp/ |
nss_ocsp.h | 21 // on shutdown. 24 // This should be called once on shutdown to stop issuing URLRequests for OCSP.
|
/external/chromium_org/cc/test/ |
cc_test_suite.cc | 33 void CCTestSuite::Shutdown() { 36 base::TestSuite::Shutdown();
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_fetcher_factory.h | 22 // In some tests, the template url fetcher needs to be shutdown to 23 // remove any dangling url requests before the io_thread is shutdown
|