Searched refs:cleanup1 (Results 1 - 5 of 5) sorted by relevance

/external/lldb/test/unittest2/test/
H A Dtest_case.py58 def cleanup1(*args, **kwargs): function in function:TestCleanUp.testCleanUp
64 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
68 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
92 def cleanup1(): function in function:TestCleanUp.testCleanUpWithErrors
98 test.addCleanup(cleanup1)
125 def cleanup1(): function in function:TestCleanUp.testCleanupInRun
126 ordering.append('cleanup1')
129 test.addCleanup(cleanup1)
141 'cleanup2', 'cleanup1', 'success'])
146 test.addCleanup(cleanup1)
166 def cleanup1(): function in function:TestCleanUp.testTestCaseDebugExecutesCleanups
[all...]
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c161 goto cleanup1;
198 cleanup1:
/external/openssl/crypto/objects/
H A Dobj_dat.c205 static IMPLEMENT_LHASH_DOALL_FN(cleanup1, ADDED_OBJ)
231 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c2323 goto cleanup1;
2353 goto cleanup1;
2405 cleanup1:
/external/icu/icu4c/source/common/
H A Dubidi.c2417 goto cleanup1;
2447 goto cleanup1;
2499 cleanup1:

Completed in 432 milliseconds