Searched defs:Cleanup (Results 1 - 25 of 64) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dmingw-w64-seh-exceptions.cpp7 struct Cleanup { struct
8 ~Cleanup() {
14 Cleanup x;
H A Dexceptions-cxx-new.cpp44 struct Cleanup { struct
45 ~Cleanup() { f(-1); }
49 Cleanup C;
67 // CHECK-LABEL: define {{.*}} void @"\01??1Cleanup@@QAE@XZ"(
H A Dexceptions-cxx-ehsc.cpp4 struct Cleanup { ~Cleanup(); }; struct in namespace:test1
9 Cleanup x;
19 struct Cleanup { ~Cleanup(); }; struct in namespace:test2
24 Cleanup x;
H A Dmicrosoft-abi-dynamic-cast.cpp126 struct Cleanup { struct in namespace:PR25606
127 ~Cleanup();
134 Cleanup c;
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dcleanup.h37 // You can use Cleanup<F> directly, instead of using MakeCleanup and auto,
40 // You can call 'release()' on a Cleanup object to cancel the cleanup.
54 // destroyed. Cleanup<F> is the return type of gtl::MakeCleanup(F).
56 class Cleanup { class in namespace:tensorflow::gtl
58 Cleanup() : released_(true), f_() {} function in class:tensorflow::gtl::Cleanup
61 explicit Cleanup(G&& f) // NOLINT function in class:tensorflow::gtl::Cleanup
64 Cleanup(Cleanup&& src) // NOLINT function in class:tensorflow::gtl::Cleanup
67 // Implicitly move-constructible from any compatible Cleanup<G>.
69 // A moved-from Cleanup ca
71 Cleanup(Cleanup<G>&& src) // NOLINT function in class:tensorflow::gtl::Cleanup
[all...]
/external/autotest/server/cros/ap_configurators/
H A Dfetch_prebuilt_pyauto.py126 def Cleanup(self): member in class:FetchPrebuilt
/external/tensorflow/tensorflow/core/lib/io/
H A Diterator.h82 struct Cleanup { struct in class:tensorflow::table::Iterator
86 Cleanup* next;
88 Cleanup cleanup_;
/external/toolchain-utils/crosperf/
H A Dcrosperf.py58 def Cleanup(experiment): function
60 experiment.Cleanup()
119 atexit.register(Cleanup, experiment)
H A Dexperiment.py193 def Cleanup(self): member in class:Experiment
196 # We are using the file locks mechanism, so call machine_manager.Cleanup
198 self.machine_manager.Cleanup()
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc38 void EGLInterface::Cleanup() { function in class:EGLInterface
H A Dglx_stuff.cc63 void GLXInterface::Cleanup() { function in class:GLXInterface
H A Dwaffle_stuff.cc166 void WaffleInterface::Cleanup() { function in class:WaffleInterface
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Datrace_process_dump.cc69 Cleanup();
245 void AtraceProcessDump::Cleanup() { function in class:AtraceProcessDump
/external/toolchain-utils/
H A Dchromiumos_image_diff.py143 def Cleanup(self): member in class:ImageComparator
355 image_comparator.Cleanup()
/external/autotest/client/site_tests/cellular_ActivateLTE/
H A Dcellular_ActivateLTE.py34 def Cleanup(self): member in class:ActivationTest
63 self.Cleanup()
/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_perforce.py241 def Cleanup(self): member in class:VCSBinarySearcher
272 self.Cleanup()
320 def Cleanup(self): member in class:P4BinarySearcher
445 status = p4gccbs.Cleanup()
/external/toolchain-utils/dejagnu/
H A Dgdb_dejagnu.py219 def Cleanup(self): member in class:DejagnuExecuter
224 self._l.LogOutput('[Cleanup]: Deleting chroot inside \'{0}\''.format(
237 self._l.LogOutput('[Cleanup]: Deleting chromeos tree \'{0}\' ...'.format(
351 executer.Cleanup()
H A Drun_dejagnu.py159 self._l.LogOutput('[Cleanup] - Removing temp dir - {0}'.format(
163 def Cleanup(self): member in class:DejagnuExecuter
172 self._l.LogOutput('[Cleanup] - Unmounting directories ...')
178 self._l.LogOutput('[Cleanup]: Deleting chroot inside \'{0}\''.format(
191 self._l.LogOutput('[Cleanup]: Deleting chromeos tree \'{0}\' ...'.format(
412 executer.Cleanup()
/external/autotest/server/cros/
H A Dprovision.py336 class Cleanup(_SpecialTaskAction): class in inherits:_SpecialTaskAction
338 Cleanup runs after a test fails to try and remove artifacts of tests and
378 Cleanup.acts_on(label) or
/external/clang/lib/CodeGen/
H A DCGCall.h74 EHScopeStack::stable_iterator Cleanup; member in struct:clang::CodeGen::CallArgList::CallArgCleanup
106 void addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup, argument
109 ArgCleanup.Cleanup = Cleanup;
H A DCGCleanup.h86 /// The amount of extra storage needed by the Cleanup.
106 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; enumerator in enum:clang::CodeGen::EHScope::Kind
292 : EHScope(EHScope::Cleanup, enclosingEH),
355 EHScopeStack::Cleanup *getCleanup() {
356 return reinterpret_cast<EHScopeStack::Cleanup*>(getCleanupBuffer());
421 return (Scope->getKind() == Cleanup);
533 case EHScope::Cleanup:
/external/deqp/external/openglcts/modules/common/
H A DglcTestSubcase.cpp57 long SubcaseBase::Cleanup() function in class:deqp::SubcaseBase
271 if (subcase->Cleanup() == ERROR)
274 log.writeMessage("Test Cleanup() failed");
/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.cc153 if (!Cleanup()) {
166 bool Cleanup() { function in class:google_breakpad::AutoSymSrv
323 if (!symsrv.Cleanup()) {
/external/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h45 MBBOrBasicBlock Cleanup; member in struct:llvm::CxxUnwindMapEntry
/external/swiftshader/third_party/LLVM/tools/gold/
H A Dgold-plugin.cpp70 std::vector<sys::Path> Cleanup; member in namespace:__anon23135
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 1627 milliseconds

123