Searched refs:cleanup (Results 76 - 100 of 547) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/data-formatter/rdar-9973865/
H A DTest-rdar-9973865.py51 def cleanup(): function in function:Radar9973865DataFormatterTestCase.data_formatter_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/data-formatter/rdar-9973992/
H A DTest-rdar-9973992.py50 def cleanup(): function in function:Radar9973992DataFormatterTestCase.data_formatter_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)
/external/lldb/test/functionalities/recursion/
H A DTestValueObjectRecursion.py49 def cleanup(): function in function:ValueObjectRecursionTestCase.recursive_vo_commands
53 # Execute the cleanup function during test case tear down.
54 self.addTearDownHook(cleanup)
/external/lldb/test/python_api/rdar-12481949/
H A DTest-rdar-12481949.py50 def cleanup(): function in function:Radar12481949DataFormatterTestCase.rdar12481949_commands
54 # Execute the cleanup function during test case tear down.
55 self.addTearDownHook(cleanup)
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
H A DSDL_main.cpp80 CTrapCleanup* cleanup = CTrapCleanup::New(); local
118 //that cleanup below is not called at all - why?
125 delete cleanup;
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h37 mCleanupMethod = &(cleanup<TYPE>);
47 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.c159 goto cleanup;
166 goto cleanup;
172 cleanup:
200 goto cleanup;
208 cleanup:
236 goto cleanup;
248 cleanup:
/external/chromium_org/third_party/icu/source/common/
H A Dustr_wcs.cpp114 goto cleanup;
127 goto cleanup;
136 goto cleanup;
216 cleanup:
320 goto cleanup;
372 goto cleanup;
393 goto cleanup;
438 goto cleanup;
467 cleanup:
/external/icu/icu4c/source/common/
H A Dustr_wcs.cpp114 goto cleanup;
127 goto cleanup;
136 goto cleanup;
216 cleanup:
320 goto cleanup;
372 goto cleanup;
393 goto cleanup;
438 goto cleanup;
467 cleanup:
/external/android-clat/
H A Dgetaddr.c117 goto cleanup;
129 goto cleanup;
134 cleanup:
/external/chromium_org/third_party/skia/src/core/
H A DSkLazyPtr.h116 void cleanup(SkFontConfigInterfaceDirect*) {} function in class:Private::SkLazyPtr
117 template <typename U> void cleanup(U* ptr) { Destroy(ptr); } function in class:Private::SkLazyPtr
120 this->cleanup((T*)fPtr);
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DImageVideoModelLoader.java79 public void cleanup() { method in class:ImageVideoModelLoader.ImageVideoFetcher
82 streamFetcher.cleanup();
85 fileDescriptorFetcher.cleanup();
/external/skia/src/core/
H A DSkLazyPtr.h104 void cleanup(SkFontConfigInterfaceDirect*) {} function in class:Private::SkLazyPtr
105 template <typename U> void cleanup(U* ptr) { Destroy(ptr); } function in class:Private::SkLazyPtr
108 this->cleanup((T*)fPtr);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathBlender.h41 void cleanup();
H A DSVGPathConsumer.h49 virtual void cleanup() = 0;
H A DSVGPathParser.h44 void cleanup();
H A DSVGPathStringBuilder.h34 virtual void cleanup() OVERRIDE { m_stringBuilder.clear(); }
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltztst.h26 static void cleanup();
/external/clang/test/Sema/
H A Dwarn-unused-function.c52 char * const __attribute__((cleanup(cleanupMalloc))) a;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameModelLoader.java28 public void cleanup() { } method in class:GifFrameModelLoader.GifFrameDataFetcher
/external/icu/icu4c/source/test/intltest/
H A Dcaltztst.h26 static void cleanup();
/external/llvm/utils/
H A Dmakellvm4 onintr cleanup
5 alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto cleanup'
144 cleanup:
/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfst.cpp72 // smpdtfmt_cleanup Memory cleanup function, free/delete all
77 SimpleDateFormatStaticSets::cleanup(void) function in class:SimpleDateFormatStaticSets
89 return SimpleDateFormatStaticSets::cleanup();
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm.h101 void (*cleanup) (void); member in struct:__anon16370
225 void (*cleanup) (int); member in struct:__anon16372
/external/icu/icu4c/source/i18n/
H A Dsmpdtfst.cpp72 // smpdtfmt_cleanup Memory cleanup function, free/delete all
77 SimpleDateFormatStaticSets::cleanup(void) function in class:SimpleDateFormatStaticSets
89 return SimpleDateFormatStaticSets::cleanup();

Completed in 526 milliseconds

1234567891011>>