Searched refs:cleanup (Results 51 - 75 of 547) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/library_dirs/
H A Dgyptest-library-dirs.py50 test.cleanup()
/external/clang/test/CodeGenCXX/
H A Dexceptions.cpp343 // We passed the first null check; activate that cleanup and continue.
347 // Create the first A temporary and activate that cleanup.
357 // that cleanup, and continue.
362 // Build the second A temporary and activate that cleanup.
366 // Build the inner B object and deactivate the inner delete cleanup.
371 // Build the outer B object and deactivate the outer delete cleanup.
430 extern void cleanup();
434 A::~A() try { cleanup(); } catch (...) { return; }
441 B::~B() try { cleanup(); } catch (...) {}
449 C::~C() try { cleanup(); } catc
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbb_inode.c77 goto cleanup;
88 goto cleanup;
91 goto cleanup;
105 goto cleanup;
111 goto cleanup;
114 goto cleanup;
124 goto cleanup;
134 goto cleanup;
136 cleanup:
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
H A DByteArrayFetcher.java27 public void cleanup() { method in class:ByteArrayFetcher
/external/icu/icu4c/source/i18n/
H A Ddecfmtst.h57 void cleanup();
/external/ppp/pppd/
H A Dpppox.c39 .cleanup = NULL,
/external/chromium_org/build/
H A Dinstall-build-deps-android.sh26 cleanup() { function
32 trap cleanup EXIT
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathUtilities.cpp108 parser->cleanup();
123 parser->cleanup();
139 parser->cleanup();
158 parser->cleanup();
181 blender->cleanup();
198 parser->cleanup();
215 parser->cleanup();
232 parser->cleanup();
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dinternal.h100 int (*cleanup)(EVP_CIPHER_CTX *); member in struct:evp_cipher_st
120 void (*cleanup)(struct evp_aead_ctx_st *); member in struct:evp_aead_st
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h37 mCleanupMethod = &(cleanup<TYPE>);
47 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc97 void(*cleanup)(void *arg), void *arg) {
101 pthread_cleanup_push(cleanup, arg);
/external/lldb/test/functionalities/data-formatter/data-formatter-globals/
H A DTestDataFormatterGlobals.py42 def cleanup(): function in function:GlobalsDataFormatterTestCase.data_formatter_commands
46 # Execute the cleanup function during test case tear down.
47 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A DTestDataFormatterLibccIterator.py50 def cleanup(): function in function:LibcxxIteratorDataFormatterTestCase.data_formatter_commands
57 # Execute the cleanup function during test case tear down.
58 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/
H A DTestDataFormatterLibcxxString.py51 def cleanup(): function in function:LibcxxStringDataFormatterTestCase.data_formatter_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/
H A DTestDataFormatterLibcxxVBool.py50 def cleanup(): function in function:LibcxxVBoolDataFormatterTestCase.data_formatter_commands
57 # Execute the cleanup function during test case tear down.
58 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A DTestDataFormatterStdIterator.py51 def cleanup(): function in function:StdIteratorDataFormatterTestCase.data_formatter_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/
H A DTestDataFormatterStdString.py51 def cleanup(): function in function:StdStringDataFormatterTestCase.data_formatter_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
H A DTestDataFormatterStdVBool.py51 def cleanup(): function in function:StdVBoolDataFormatterTestCase.data_formatter_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-10642615/
H A DTest-rdar-10642615.py51 def cleanup(): function in function:Radar10642615DataFormatterTestCase.data_formatter_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-10887661/
H A DTestRdar10887661.py51 def cleanup(): function in function:Rdar10887661TestCase.capping_test_commands
58 # Execute the cleanup function during test case tear down.
59 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-11086338/
H A DTestRdar11086338.py51 def cleanup(): function in function:DataFormatterRdar11086338TestCase.rdar11086338_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-11628688/
H A DTestFormattersBoolRefPtr.py51 def cleanup(): function in function:DataFormatterOSTypeTestCase.ostype_data_formatter_commands
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-11773899/
H A DTestFormattersBoolRefPtr.py51 def cleanup(): function in function:DataFormatterBoolRefPtr.boolrefptr_data_formatter_commands
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-12529957/
H A DTestRdar12529957.py51 def cleanup(): function in function:DataFormatterRdar12529957TestCase.rdar12529957_tester
56 # Execute the cleanup function during test case tear down.
57 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-13338477/
H A DTest-rdar-13338477.py50 def cleanup(): function in function:Radar13338477DataFormatterTestCase.data_formatter_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)

Completed in 388 milliseconds

1234567891011>>