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

1 2

  /external/chromium/chrome/browser/
process_singleton_mac.cc 51 Cleanup();
92 Cleanup();
109 void ProcessSingleton::Cleanup() {
process_singleton_win.cc 202 void ProcessSingleton::Cleanup() {
process_singleton_linux.cc     [all...]
  /sdk/files/
post_tools_install.bat 45 if not exist "%src%" goto Cleanup
49 :Cleanup
  /external/chromium/chrome/browser/download/
drag_download_util.cc 96 void PromiseFileFinalizer::Cleanup() {
104 NewRunnableMethod(this, &PromiseFileFinalizer::Cleanup));
110 NewRunnableMethod(this, &PromiseFileFinalizer::Cleanup));
  /external/chromium/chrome/browser/extensions/
user_script_listener.cc 28 AddRef(); // Will be balanced in Cleanup().
70 NewRunnableMethod(this, &UserScriptListener::Cleanup));
104 void UserScriptListener::Cleanup() {
  /external/chromium/chrome/browser/importer/
external_process_importer_client.cc 43 AddRef(); // balanced in Cleanup.
68 void ExternalProcessImporterClient::Cleanup() {
115 Cleanup();
  /external/chromium/chrome/browser/web_resource/
web_resource_service.cc 124 AddRef(); // balanced in Cleanup.
165 Cleanup();
170 Cleanup();
174 void Cleanup() {
  /external/chromium/net/tools/flip_server/
spdy_interface.h 82 // SMInterface's Cleanup is currently only called by SMConnection after a
84 // to do any cleanup at this time.
87 virtual void Cleanup() {}
streamer_interface.cc 103 connection_->Cleanup("Server Reset");
112 void StreamerSM::Cleanup() {
http_interface.cc 189 void HttpSM::Cleanup() {
192 connection_->Cleanup("request complete");
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");
  /external/clang/lib/CodeGen/
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...]
CodeGenFunction.h 85 /// the innermost cleanup. When a (normal) cleanup is popped, any
86 /// unresolved fixups in that scope are threaded through the cleanup.
178 /// Information for lazily generating a cleanup. Subclasses must be
180 /// allocated on the cleanup stack and freely copied and moved
183 /// Cleanup implementations should generally be declared in an
185 class Cleanup {
201 /// isForEH - true if the current emission is for an EH cleanup.
209 /// isEHCleanupKind - true if the cleanup was pushed as an EH
210 /// cleanup
    [all...]
CGCleanup.cpp 13 // A "cleanup" is a piece of code which needs to be executed whenever
125 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); local
126 if (cleanup.isActive()) return si;
127 si = cleanup.getEnclosingNormalCleanup();
136 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); local
137 if (cleanup && !cleanup->isActive()) {
138 si = cleanup->getEnclosingEHScope();
151 assert(((Size % sizeof(void*)) == 0) && "cleanup type is misaligned");
176 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin())
261 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); local
    [all...]
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 75 Cleanup();
372 void URLRequestAutomationJob::Cleanup() {
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 173 Cleanup();
330 Cleanup();
392 Cleanup();
499 Cleanup();
504 void OpenSSLStreamAdapter::Cleanup() {
505 LOG(LS_INFO) << "Cleanup";
openssladapter.cc 248 Cleanup();
319 Cleanup();
339 Cleanup();
384 OpenSSLAdapter::Cleanup() {
385 LOG(LS_INFO) << "Cleanup";
519 Cleanup();
schanneladapter.cc 115 Cleanup();
392 SChannelAdapter::Cleanup() {
612 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(),
  /build/tools/releasetools/
common.py 504 def Cleanup():
  /external/chromium/chrome/browser/history/
history.cc 149 // Shutdown the backend. This does nothing if Cleanup was already invoked.
150 Cleanup();
195 void HistoryService::Cleanup() {
329 DCHECK(thread_) << "History service being called after cleanup";
665 Cleanup();
  /external/pcre/
pcrecpp.cc 99 void RE::Cleanup() {
107 Cleanup();
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 277 this, &SynchConfigGetter::Cleanup));
316 // [Runs on |io_thread_|] Signals |event_| on cleanup completion.
317 void Cleanup() {
    [all...]
  /external/v8/tools/
test.py 365 self.Cleanup()
389 def Cleanup(self):
    [all...]

Completed in 716 milliseconds

1 2