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

1 2 3 4 5

  /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/valgrind/drd/tests/
pth_cleanup_handler.stderr.exp 2 Cleanup handler has been called.
3 Cleanup handler has been called.
  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 13 static void Cleanup() {
61 Cleanup();
72 Cleanup();
84 Cleanup();
96 Cleanup();
108 Cleanup();
  /external/tpm2/
ExecCommand.c 141 goto Cleanup;
145 goto Cleanup;
156 goto Cleanup;
161 goto Cleanup;
166 goto Cleanup;
174 goto Cleanup;
185 goto Cleanup;
191 goto Cleanup;
206 goto Cleanup;
218 goto Cleanup;
    [all...]
  /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...]
filesystem_verifier_action.h 59 // Used for testing. Return true if Cleanup() has not yet been called due
93 void Cleanup(ErrorCode code);
postinstall_runner_action.h 86 // Cleanup the setup made when running postinstall for a given partition.
87 // Unmount and remove the mountpoint directory if needed and cleanup the
89 void Cleanup();
  /external/autotest/client/deps/glbench/src/
glx_stuff.h 19 virtual void Cleanup();
egl_stuff.h 22 virtual void Cleanup();
glinterface.h 43 virtual void Cleanup() = 0;
waffle_stuff.h 22 virtual void Cleanup();
main.cc 122 g_main_gl_interface->Cleanup();
186 g_main_gl_interface->Cleanup();
  /external/clang/lib/CodeGen/
EHScopeStack.h 1 //===-- EHScopeStack.h - Stack for cleanup IR generation --------*- C++ -*-===//
35 /// the innermost cleanup. When a (normal) cleanup is popped, any
36 /// unresolved fixups in that scope are threaded through the cleanup.
79 /// Denotes a cleanup that should run when a scope is exited using exceptional
83 /// Denotes a cleanup that should run when a scope is exited using normal
137 /// Information for lazily generating a cleanup. Subclasses must be
139 /// allocated on the cleanup stack and freely copied and moved
142 /// Cleanup implementations should generally be declared in an
144 class Cleanup {
    [all...]
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...]
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
hooks_android.cpp 21 extern void Cleanup();
  /external/v8/tools/gyp/pylib/gyp/
xml_fix.py 62 def Cleanup(self):
69 self.Cleanup()
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 50 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
51 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
182 template <typename T, typename Cleanup = CrashRecoveryContextDeleteCleanup<T> >
184 CrashRecoveryContextCleanup *cleanup;
188 : cleanup(Cleanup::create(x)) {
189 if (cleanup)
190 cleanup->getContext()->registerCleanup(cleanup);
196 if (cleanup && !cleanup->cleanupFired
    [all...]
  /external/webrtc/webrtc/base/
sslstreamadapterhelper.cc 114 Cleanup();
120 Cleanup();
sslstreamadapterhelper.h 68 virtual void Cleanup() = 0;
  /external/libweave/src/commands/
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));
  /sdk/files/
post_tools_install.bat 45 if not exist "%src%" goto Cleanup
49 :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

Completed in 1727 milliseconds

1 2 3 4 5