Searched refs:cleanup (Results 101 - 125 of 547) sorted by relevance

1234567891011>>

/external/lldb/test/expression_command/issue_11588/
H A DTest11588.py20 def cleanup(): function in function:Issue11581TestCase.test_11581_commands
24 # Execute the cleanup function during test case tear down.
25 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py27 def cleanup(): function in function:ImportTestCase.run_test
36 # Execute the cleanup function during test case tear down.
37 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
H A DTestDataFormatterDisabling.py49 def cleanup(): function in function:DataFormatterDisablingTestCase.data_formatter_commands
61 # Execute the cleanup function during test case tear down.
62 self.addTearDownHook(cleanup)
95 # last check - our cleanup will re-enable everything
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py48 def cleanup(): function in function:LibcxxMultiSetDataFormatterTestCase.data_formatter_commands
55 # Execute the cleanup function during test case tear down.
56 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py48 def cleanup(): function in function:LibcxxSetDataFormatterTestCase.data_formatter_commands
55 # Execute the cleanup function during test case tear down.
56 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/format-propagation/
H A DTestFormatPropagation.py51 def cleanup(): function in function:FormatPropagationTestCase.propagate_test_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-10449092/
H A DTest-rdar-10449092.py50 def cleanup(): function in function:Radar10449092DataFormatterTestCase.data_formatter_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-11988289/
H A DTestRdar 11988289.py51 def cleanup(): function in function:DataFormatterRdar11988289TestCase.rdar11988289_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-12437442/
H A DTestRdar12437442.py51 def cleanup(): function in function:DataFormatterRdar12437442TestCase.rdar12437442_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-3534688/
H A DTestFormattersOneIsSingular.py51 def cleanup(): function in function:DataFormatterOneIsSingularTestCase.oneness_data_formatter_commands
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/inferior-changed/
H A DTestInferiorChanged.py18 self.cleanup()
28 self.cleanup()
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp53 CTrapCleanup* cleanup = CTrapCleanup::New(); local
56 delete cleanup;
138 * TerminateThread() doesn't perform stack and DLL cleanup.
/external/libcxxabi/src/
H A Dcxa_vector.cpp213 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor );
218 cleanup.release (); // We're good!
237 st_cxa_cleanup cleanup ( array_address, idx, element_size, destructor );
242 cleanup.release (); // We're good!
259 st_cxa_cleanup cleanup ( array_address, idx, element_size, destructor );
270 cleanup.release (); // We're still good!
/external/openssl/crypto/rsa/
H A Drsa_oaep.c127 goto cleanup;
152 goto cleanup;
157 goto cleanup;
162 goto cleanup;
199 goto cleanup;
206 cleanup:
/external/valgrind/main/perf/
H A Dvg_perf42 # - cleanup: <post-test cleanup cmd to run> (default: none)
87 my $cleanup; # cleanup command to run
191 ($vgopts, $prog, $args, $prereq, $cleanup)
207 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
208 $cleanup = $1;
257 # Successful run; cleanup
384 if (defined $cleanup) {
385 (system("$cleanup")
[all...]
H A Dvg_perf.in42 # - cleanup: <post-test cleanup cmd to run> (default: none)
87 my $cleanup; # cleanup command to run
191 ($vgopts, $prog, $args, $prereq, $cleanup)
207 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
208 $cleanup = $1;
257 # Successful run; cleanup
384 if (defined $cleanup) {
385 (system("$cleanup")
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
H A DTestDataFormatterObjC.py243 def cleanup(): function in function:ObjCDataFormatterTestCase.rdar11106605_commands
249 # Execute the cleanup function during test case tear down.
250 self.addTearDownHook(cleanup)
274 def cleanup(): function in function:ObjCDataFormatterTestCase.plain_data_formatter_commands
279 # Execute the cleanup function during test case tear down.
280 self.addTearDownHook(cleanup)
339 def cleanup(): function in function:ObjCDataFormatterTestCase.appkit_common_data_formatters_command
344 # Execute the cleanup function during test case tear down.
345 self.addTearDownHook(cleanup)
519 def cleanup() function in function:ObjCDataFormatterTestCase.expr_objc_data_formatter_commands
562 def cleanup(): function in function:ObjCDataFormatterTestCase.cf_data_formatter_commands
616 def cleanup(): function in function:ObjCDataFormatterTestCase.kvo_data_formatter_commands
[all...]
/external/qemu/include/net/
H A Dnet.h21 NetCleanup *cleanup; member in struct:VLANClientState
60 NetCleanup *cleanup,
144 NetCleanup *cleanup,
/external/zlib/src/examples/
H A Denough.c182 local void cleanup(void) function
303 cleanup();
466 /* set up globals for cleanup() */
528 cleanup();
540 cleanup();
557 cleanup();
570 cleanup();
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
H A Dheap-snapshot-performance-test.js55 InspectorTest.switchToView("Containment", cleanup);
58 function cleanup()
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp13 // A "cleanup" is a piece of code which needs to be executed whenever
130 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); local
131 if (cleanup.isActive()) return si;
132 si = cleanup.getEnclosingNormalCleanup();
141 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); local
142 if (cleanup && !cleanup->isActive()) {
143 si = cleanup->getEnclosingEHScope();
156 assert(((Size % sizeof(void*)) == 0) && "cleanup type is misaligned");
186 // Destroy the cleanup
265 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); local
1011 IsUsedAsEHCleanup(EHScopeStack &EHStack, EHScopeStack::stable_iterator cleanup) argument
[all...]
/external/lldb/test/functionalities/abbreviation/
H A DTestAbbreviations.py38 # Execute cleanup function during test tear down
39 def cleanup(): function in function:AbbreviationsTestCase.test_nonrunning_command_abbreviations
41 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/command_script/
H A DTestCommandScript.py35 def cleanup(): function in function:CmdPythonTestCase.pycmd_tests
45 # Execute the cleanup function during test case tear down.
46 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
H A DTestDataFormatterNamedSummaries.py49 def cleanup(): function in function:NamedSummariesDataFormatterTestCase.data_formatter_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A DTestDataFormatterScript.py49 def cleanup(): function in function:ScriptDataFormatterTestCase.data_formatter_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)

Completed in 273 milliseconds

1234567891011>>