HomeSort by relevance Sort by last modified time
    Searched refs:Cleanup (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/valgrind/main/drd/tests/
pth_cleanup_handler.stderr.exp 2 Cleanup handler has been called.
3 Cleanup handler has been called.
  /external/chromium/chrome/browser/download/
drag_download_util.h 53 void Cleanup();
drag_download_util.cc 96 void PromiseFileFinalizer::Cleanup() {
104 NewRunnableMethod(this, &PromiseFileFinalizer::Cleanup));
110 NewRunnableMethod(this, &PromiseFileFinalizer::Cleanup));
  /external/chromium/chrome/browser/
process_singleton_mac.cc 51 Cleanup();
92 Cleanup();
109 void ProcessSingleton::Cleanup() {
process_singleton_mac_unittest.cc 74 ps.Cleanup();
105 ps1.Cleanup();
112 ps2.Cleanup();
132 ps1.Cleanup();
139 ps2.Cleanup();
process_singleton.h 98 void Cleanup();
173 // |Create()| and |Cleanup()|. Two instances cannot have a lock on
  /external/chromium/chrome/browser/extensions/
user_script_listener.h 65 // Cleanup on UI thread.
66 void Cleanup();
user_script_listener.cc 28 AddRef(); // Will be balanced in Cleanup().
70 NewRunnableMethod(this, &UserScriptListener::Cleanup));
104 void UserScriptListener::Cleanup() {
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h 74 void Cleanup();
openssladapter.h 73 void Cleanup();
opensslstreamadapter.h 130 void Cleanup();
opensslstreamadapter.cc 173 Cleanup();
330 Cleanup();
392 Cleanup();
499 Cleanup();
504 void OpenSSLStreamAdapter::Cleanup() {
505 LOG(LS_INFO) << "Cleanup";
  /external/clang/lib/CodeGen/
CGTemporaries.cpp 19 struct DestroyTemporary : EHScopeStack::Cleanup {
CGCleanup.h 54 /// Whether this cleanup needs to be run along normal edges.
57 /// Whether this cleanup needs to be run along exception edges.
60 /// Whether this cleanup is currently active.
63 /// Whether the normal cleanup should test the activation flag.
66 /// Whether the EH cleanup should test the activation flag.
69 /// The amount of extra storage needed by the Cleanup.
74 /// this one). If this is the top cleanup scope, all the fixups
94 enum Kind { Cleanup, Catch, Terminate, Filter };
134 /// Objective C @finally blocks are represented using a cleanup scope
204 /// A cleanup scope which generates the cleanup blocks lazily
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 134 OsclMem::Cleanup();
135 OsclErrorTrap::Cleanup();
136 OsclBase::Cleanup();
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 53 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
178 template <typename T, typename Cleanup = CrashRecoveryContextDeleteCleanup<T> >
180 CrashRecoveryContextCleanup *cleanup; member in class:llvm::CrashRecoveryContextCleanupRegistrar
183 : cleanup(Cleanup::create(x)) {
184 if (cleanup)
185 cleanup->getContext()->registerCleanup(cleanup);
193 if (cleanup && !cleanup->cleanupFired
    [all...]
  /external/chromium/net/tools/flip_server/
sm_interface.h 45 virtual void Cleanup() = 0;
sm_connection.cc 240 Cleanup("OnShutdown");
244 void SMConnection::Cleanup(const char* cleanup) {
245 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup; local
301 Cleanup("HandleEvents");
484 Cleanup("DoRead");
519 sm_interface_->Cleanup();
615 Cleanup("DoWrite");
streamer_interface.cc 103 connection_->Cleanup("Server Reset");
112 void StreamerSM::Cleanup() {
  /sdk/files/
post_tools_install.bat 45 if not exist "%src%" goto Cleanup
49 :Cleanup
  /external/chromium/chrome/browser/importer/
external_process_importer_client.cc 43 AddRef(); // balanced in Cleanup.
68 void ExternalProcessImporterClient::Cleanup() {
115 Cleanup();
external_process_importer_client.h 48 void Cleanup();
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 83 void Cleanup();
  /external/chromium/chrome/browser/web_resource/
web_resource_service.cc 124 AddRef(); // balanced in Cleanup.
165 Cleanup();
170 Cleanup();
174 void Cleanup() {
  /external/llvm/tools/gold/
gold-plugin.cpp 70 std::vector<sys::Path> Cleanup;
461 Cleanup.push_back(sys::Path(objPath));
469 for (int i = 0, e = Cleanup.size(); i != e; ++i)
470 if (Cleanup[i].eraseFromDisk(false, &ErrMsg))
471 (*message)(LDPL_ERROR, "Failed to delete '%s': %s", Cleanup[i].c_str(),

Completed in 476 milliseconds

1 2 3 4