Searched defs:cleanup (Results 101 - 125 of 265) sorted by relevance

1234567891011

/external/chromium_org/third_party/icu/source/i18n/
H A Dregexst.cpp251 // regex_cleanup Memory cleanup function, free/delete all
256 RegexStaticSets::cleanup(void) { function in class:RegexStaticSets
266 return RegexStaticSets::cleanup();
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dtools_common.sh60 cleanup() { function
406 trap cleanup EXIT
/external/chromium_org/third_party/polymer/components-chromium/core-shared-lib/
H A Dcore-shared-lib-extracted.js87 this.cleanup();
92 this.cleanup();
98 cleanup: function() {
/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/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java217 public void cleanup () method in class:AbstractReportGenerator
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java94 public void cleanup() method in class:ReportGenerator
98 super.cleanup();
/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/icu/icu4c/source/i18n/
H A Ddecfmtst.cpp137 cleanup();
167 cleanup();
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! function in class:DecimalFormatStaticSets
192 // decfmt_cleanup Memory cleanup function, free/delete all
H A Dregexst.cpp251 // regex_cleanup Memory cleanup function, free/delete all
256 RegexStaticSets::cleanup(void) { function in class:RegexStaticSets
266 return RegexStaticSets::cleanup();
/external/libvpx/libvpx/test/
H A Dtools_common.sh43 cleanup() { function
424 trap cleanup EXIT
/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/unittest2/test/
H A Dtest_runner.py40 def cleanup(): function in function:Test_TextTestRunner.testRunnerRegistersResult
42 self.addCleanup(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/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/smack/asmack-master/
H A Dbuild.bash13 svn cleanup
414 cleanup() { function
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java148 void cleanup() { method in class:PacketReader
H A DPacketWriter.java135 void cleanup() { method in class:PacketWriter
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIBBTransferNegotiator.java110 public void cleanup() { method in class:IBBTransferNegotiator
H A DSocks5TransferNegotiator.java120 public void cleanup() { method in class:Socks5TransferNegotiator
H A DStreamNegotiator.java165 public abstract void cleanup(); method in class:StreamNegotiator
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DsuggestionPicker.js79 SuggestionPicker.prototype.cleanup = function() {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltztst.cpp234 void CalendarTimeZoneTest::cleanup() function in class:CalendarTimeZoneTest
/external/deqp/execserver/
H A DxsPosixTestProcess.cpp243 cleanup();
264 void PosixTestProcess::cleanup (void) function in class:xs::PosixTestProcess
/external/dhcpcd/
H A Deloop.c252 cleanup(void) function
291 atexit(cleanup);
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java51 // TODO: this is prototype quality, needs major cleanup
92 public void cleanup () method in class:ReportGenerator
97 super.cleanup ();

Completed in 1849 milliseconds

1234567891011