HomeSort by relevance Sort by last modified time
    Searched refs:ShutDown (Results 1 - 10 of 10) sorted by null

  /external/guava/src/com/google/common/base/internal/
Finalizer.java 130 } catch (ShutDown shutDown) { /* ignore */ }
136 private void cleanUp(Reference<?> reference) throws ShutDown {
150 throw new ShutDown();
169 private Method getFinalizeReferentMethod() throws ShutDown {
181 throw new ShutDown();
206 private static class ShutDown extends Exception { }
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 35 index_->ShutDown();
in_memory_url_index.h 120 void ShutDown();
in_memory_url_index.cc 158 void InMemoryURLIndex::ShutDown() {
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 139 void ShutDown();
291 // Called to shutdown operations on the io_thread.
441 // cause a race condition at shutdown time that leads to a database leak.
safe_browsing_service.cc 180 void SafeBrowsingService::ShutDown() {
481 ShutDown();
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 161 // We need to shutdown the SdchDictionaryFetcher as it regularly holds
163 // a PostDelayedTask onto the IO thread. This shutdown call will both discard
165 SdchDictionaryFetcher::Shutdown();
200 resource_dispatcher_host()->safe_browsing_service()->ShutDown();
203 resource_dispatcher_host()->Shutdown();
206 ExtensionTabIdMap::GetInstance()->Shutdown();
241 resource_dispatcher_host()->download_file_manager()->Shutdown();
242 resource_dispatcher_host()->save_file_manager()->Shutdown();
246 // message loop from the previous call to shutdown the DownloadFileManager,
308 // Allow UI and IO threads to do blocking IO on shutdown, since we do a lo
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 561 self.Shutdown()
567 # if we are already initialized, shutdown first
570 self.ShutDown()
614 def Shutdown (self):
616 eas_logger.debug('EAS.Shutdown')
630 # shutdown library
925 self.Shutdown()
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 356 milliseconds