HomeSort by relevance Sort by last modified time
    Searched defs:Cleanup (Results 1 - 25 of 32) 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/skia/tools/
test_rendering.py 87 def Cleanup(render_dir_option, diff_dir_option, render_dir, diff_dir):
118 Cleanup(render_dir_option, diff_dir_option, render_dir, diff_dir)
  /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...]
CGBlocks.h 154 EHScopeStack::stable_iterator Cleanup;
166 return Cleanup;
168 void setCleanup(EHScopeStack::stable_iterator cleanup) {
170 Cleanup = cleanup;
CodeGenFunction.h 96 /// the innermost cleanup. When a (normal) cleanup is popped, any
97 /// unresolved fixups in that scope are threaded through the cleanup.
189 /// Information for lazily generating a cleanup. Subclasses must be
191 /// allocated on the cleanup stack and freely copied and moved
194 /// Cleanup implementations should generally be declared in an
196 class Cleanup {
212 /// isForEH - true if the current emission is for an EH cleanup.
220 /// isEHCleanupKind - true if the cleanup was pushed as an EH
221 /// cleanup
    [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/libppp/src/
main.c 112 Cleanup()
146 Cleanup();
  /external/llvm/tools/gold/
gold-plugin.cpp 67 std::vector<sys::Path> Cleanup;
450 Cleanup.push_back(sys::Path(objPath));
458 for (int i = 0, e = Cleanup.size(); i != e; ++i)
459 if (Cleanup[i].eraseFromDisk(false, &ErrMsg))
460 (*message)(LDPL_ERROR, "Failed to delete '%s': %s", Cleanup[i].c_str(),
  /build/tools/releasetools/
common.py 618 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/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...]

Completed in 1140 milliseconds

1 2