Searched refs:cleanup (Results 251 - 275 of 547) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.h96 void Cleanup(const char* cleanup);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream_unittest.py58 self.meter.cleanup()
H A Dprinting_unittest.py118 # This test verifies that calling cleanup repeatedly and deleting
121 printer.cleanup()
122 printer.cleanup()
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames_impl.h202 void cleanup();
H A Didentifier_info.cpp32 UBool IdentifierInfo::cleanup() { function in class:IdentifierInfo
50 return IdentifierInfo::cleanup();
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/icu/source/test/intltest/
H A Dcaltztst.cpp234 void CalendarTimeZoneTest::cleanup() function in class:CalendarTimeZoneTest
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h201 void(*cleanup)(void *arg), void *arg);
/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm129 void cleanup (void);
182 void LocalTestProcess::cleanup (void)
/external/e2fsprogs/e2fsck/
H A Dutil.c535 goto cleanup;
538 goto cleanup;
541 goto cleanup;
568 cleanup:
/external/fio/
H A Dioengine.h143 void (*cleanup)(struct thread_data *); member in struct:ioengine_ops
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.h202 void cleanup();
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/icu/icu4c/source/test/intltest/
H A Dcaltztst.cpp234 void CalendarTimeZoneTest::cleanup() function in class:CalendarTimeZoneTest
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c224 cleanup: NULL
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java165 public void cleanup() { method in class:FaultTolerantNegotiator
H A DSocks5TransferNegotiator.java120 public void cleanup() { method in class:Socks5TransferNegotiator
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c879 goto cleanup;
888 goto cleanup;
895 goto cleanup;
903 cleanup:
/external/chromium_org/remoting/host/win/
H A Dhost_service.cc327 goto cleanup;
347 cleanup:
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp156 // Tasks could be put on the message loop after the cleanup task,
290 void WorkerThread::cleanup() function in class:blink::WorkerThread
298 // If Oilpan is enabled, we detach of the context/global scope, with the final heap cleanup below sweeping it out.
331 // It's not safe to call clearScript until all the cleanup tasks posted by functions initiated by WorkerThreadShutdownStartTask have completed.
333 workerGlobalScope->thread()->m_thread->postTask(new Task(WTF::bind(&WorkerThread::cleanup, workerGlobalScope->thread())));
358 // with all the cleanup tasks the databases post first.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.pxd9 # cdef public object cleanup
/external/dhcpcd/
H A Deloop.c252 cleanup(void) function
291 atexit(cleanup);
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java94 public void cleanup() method in class:ReportGenerator
98 super.cleanup();
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java364 current.cleanup ();
434 private void cleanup () method in class:Logger
/external/lldb/test/settings/
H A DTestSettings.py118 def cleanup(): function in function:SettingsCommandTestCase.test_set_frame_format
122 # Execute the cleanup function during test case tear down.
123 self.addTearDownHook(cleanup)

Completed in 603 milliseconds

<<11121314151617181920>>