Searched defs:cleanup (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/chromium_org/build/
H A Dinstall-build-deps-android.sh26 cleanup() { function
32 trap cleanup EXIT
/external/chromium_org/third_party/closure_compiler/
H A Dbump_compiler_version12 cleanup() { function
16 trap cleanup SIGINT SIGHUP SIGTERM
28 cleanup
36 cleanup
/external/strace/tests/
H A Ddetach-running.test22 cleanup() function
34 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
42 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
47 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
51 cleanup
56 cleanup
H A Ddetach-sleeping.test23 cleanup() function
35 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
48 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
52 cleanup
57 cleanup
H A Ddetach-stopped.test24 cleanup() function
37 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
51 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
56 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
60 cleanup
65 cleanup
/external/bzip2/
H A Dxmlproc.sh62 cleanup() { function
84 cleanup $xmlfmtfile
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
/external/clang/test/CodeGenCXX/
H A Dnew-array-init-exceptions.cpp11 void cleanup(int n) { function
29 void cleanup() { function
/external/libunwind/src/unwind/
H A DDeleteException.c31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; local
33 if (cleanup)
34 (*cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exception_object);
/external/bison/build-aux/
H A Dgnu-web-doc-update139 cleanup() function
148 trap cleanup 0
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcleanup.c2 * cleanup.c
54 * This function pops the most recently pushed cleanup
55 * handler. If execute is nonzero, then the cleanup handler
60 * if nonzero, execute the cleanup handler
64 * This function pops the most recently pushed cleanup
65 * handler. If execute is nonzero, then the cleanup handler
68 * of common cleanup code.
76 ptw32_cleanup_t *cleanup; local
78 cleanup = (ptw32_cleanup_t *) pthread_getspecific (ptw32_cleanupKey);
80 if (cleanup !
99 ptw32_push_cleanup(ptw32_cleanup_t * cleanup, ptw32_cleanup_callback_t routine, void *arg) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
H A Dcharacter_fallback_test.js27 function cleanup() { function
33 PerfTestRunner.measureTime({ run: test, done: cleanup, description: "Per-character font fallback" });
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Diosbuild.sh178 cleanup() { function
204 trap cleanup EXIT
/external/chromium_org/chrome/installer/linux/debian/
H A Dbuild.sh117 cleanup() { function
217 # call cleanup() on exit
218 trap cleanup 0
/external/chromium_org/chrome/installer/linux/rpm/
H A Dbuild.sh164 cleanup() { function
268 # call cleanup() on exit
269 trap cleanup 0
/external/chromium_org/chrome/installer/mac/
H A Ddmgdiffer.sh87 cleanup() { function
434 trap cleanup EXIT HUP INT QUIT TERM
H A Ddirdiffer.sh173 cleanup() { function
470 trap cleanup EXIT HUP INT QUIT TERM
H A Ddirpatcher.sh109 cleanup() { function
318 trap cleanup EXIT HUP INT QUIT TERM
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrameStub.cpp81 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dinternal.h123 void (*cleanup)(void); member in struct:st_CRYPTO_EX_DATA_IMPL
/external/chromium_org/remoting/host/installer/mac/
H A Ddo_signing.sh191 cleanup() { function
245 cleanup
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
H A Dheap-snapshot-performance-test.js55 InspectorTest.switchToView("Containment", cleanup);
58 function 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/libxml/src/include/libxml/
H A Duri.h43 int cleanup; /* parsing potentially unclean URI */ member in struct:_xmlURI
/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/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java32 void cleanup (); method in interface:IReportGenerator

Completed in 999 milliseconds

1234567891011