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

1 2

  /external/clang/test/CodeGenCXX/
mingw-w64-seh-exceptions.cpp 7 struct Cleanup {
8 ~Cleanup() {
14 Cleanup x;
exceptions-cxx-new.cpp 44 struct Cleanup {
45 ~Cleanup() { f(-1); }
49 Cleanup C;
55 // CHECK: to label %[[LEAVE_FUNC:.*]] unwind label %[[CLEANUP:.*]]
61 // CHECK: [[CLEANUP]]
67 // CHECK-LABEL: define {{.*}} void @"\01??1Cleanup@@QAE@XZ"(
microsoft-abi-dynamic-cast.cpp 126 struct Cleanup {
127 ~Cleanup();
134 Cleanup c;
  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 13 static void Cleanup() {
61 Cleanup();
72 Cleanup();
84 Cleanup();
96 Cleanup();
108 Cleanup();
  /external/v8/tools/gyp/pylib/gyp/
xml_fix.py 62 def Cleanup(self):
69 self.Cleanup()
  /sdk/files/
post_tools_install.bat 45 if not exist "%src%" goto Cleanup
49 :Cleanup
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 126 def Cleanup(self):
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 35 void EGLInterface::Cleanup() {
glx_stuff.cc 61 void GLXInterface::Cleanup() {
waffle_stuff.cc 164 void WaffleInterface::Cleanup() {
  /external/libweave/src/commands/
command_queue.cc 118 void CommandQueue::Cleanup(const base::Time& cutoff_time) {
135 Cleanup(now);
command_queue_unittest.cc 38 void Cleanup(const base::TimeDelta& interval) {
39 return queue_.Cleanup(task_runner_.GetClock()->Now() + interval);
126 Cleanup(base::TimeDelta::FromMinutes(1));
129 Cleanup(base::TimeDelta::FromMinutes(15));
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 110 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true.
117 void FilesystemVerifierAction::Cleanup(ErrorCode code) {
135 Cleanup(ErrorCode::kNewRootfsVerificationError);
137 Cleanup(ErrorCode::kSuccess);
160 return Cleanup(ErrorCode::kFilesystemVerifierError);
171 return Cleanup(ErrorCode::kFilesystemVerifierError);
201 Cleanup(ErrorCode::kError);
213 Cleanup(ErrorCode::kError);
220 return Cleanup(ErrorCode::kError);
227 return Cleanup(ErrorCode::kFilesystemVerifierError)
    [all...]
postinstall_runner_action.cc 110 // cleanup.
265 void PostinstallRunnerAction::Cleanup() {
285 Cleanup();
370 Cleanup();
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 129 void Cleanup() {
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 34 def Cleanup(self):
63 self.Cleanup()
  /external/autotest/server/cros/
provision.py 182 class Cleanup(_SpecialTaskAction):
184 Cleanup runs after a test fails to try and remove artifacts of tests and
189 'cleanup-reboot': actionables.RebootActionable(),
192 name = 'cleanup'
225 Cleanup.acts_on(label) or
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 165 def Cleanup(self):
208 self.Cleanup()
  /external/clang/lib/CodeGen/
CGCall.h 74 EHScopeStack::stable_iterator Cleanup;
106 void addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup,
109 ArgCleanup.Cleanup = Cleanup;
130 /// is used to cleanup objects that are owned by the callee once the call
137 /// The iterator pointing to the stack restore cleanup. We manually run and
138 /// deactivate this cleanup after the call in the unexceptional case because
CGCleanup.h 68 /// Whether this cleanup needs to be run along normal edges.
71 /// Whether this cleanup needs to be run along exception edges.
74 /// Whether this cleanup is currently active.
77 /// Whether this cleanup is a lifetime marker
80 /// Whether the normal cleanup should test the activation flag.
83 /// Whether the EH cleanup should test the activation flag.
86 /// The amount of extra storage needed by the Cleanup.
91 /// this one). If this is the top cleanup scope, all the fixups
111 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd };
151 /// Objective C \@finally blocks are represented using a cleanup scop
    [all...]
CGBlocks.h 163 EHScopeStack::stable_iterator Cleanup;
180 return Cleanup;
182 void setCleanup(EHScopeStack::stable_iterator cleanup) {
184 Cleanup = cleanup;
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 153 if (!Cleanup()) {
166 bool Cleanup() {
321 // Do the cleanup here even though it will happen when symsrv goes out of
323 if (!symsrv.Cleanup()) {
  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 44 MBBOrBasicBlock Cleanup;
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 183 Cleanup(Service::kStateIdle, Service::kFailureUnknown);
187 Cleanup(Service::kStateFailure, failure);
190 void L2TPIPSecDriver::Cleanup(Service::ConnectState state,
third_party_vpn_driver.cc 102 Cleanup(Service::kStateIdle, Service::kFailureUnknown,
160 Cleanup(Service::kStateFailure, Service::kFailureUnknown,
411 void ThirdPartyVpnDriver::Cleanup(Service::ConnectState state,
462 Cleanup(Service::kStateFailure, Service::kFailureInternal,
484 Cleanup(Service::kStateFailure, Service::kFailureInternal,
504 Cleanup(Service::kStateIdle, Service::kFailureUnknown,
514 Cleanup(Service::kStateFailure, Service::kFailureInternal,
523 Cleanup(Service::kStateFailure, Service::kFailureConnect,

Completed in 1435 milliseconds

1 2