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

123456789

/external/chromium_org/build/
H A Dinstall-build-deps-android.sh28 cleanup() { function
34 trap cleanup EXIT
/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/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/Source/core/svg/
H A DSVGPathStringBuilder.h34 virtual void cleanup() { m_stringBuilder.clear(); } function in class:WebCore::SVGPathStringBuilder
H A DSVGPathSegListBuilder.h46 virtual void cleanup() function in class:WebCore::SVGPathSegListBuilder
H A DSVGPathTraversalStateBuilder.h43 virtual void cleanup() { m_traversalState = 0; } function in class:WebCore::SVGPathTraversalStateBuilder
/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.sh158 cleanup() { function
258 # call cleanup() on exit
259 trap cleanup 0
/external/chromium_org/chrome/installer/mac/
H A Ddmgdiffer.sh87 cleanup() { function
446 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/openssh/regress/
H A Dtest-exec.sh167 cleanup () function
225 cleanup
396 cleanup
/external/chromium_org/remoting/host/installer/mac/
H A Ddo_signing.sh177 cleanup() { function
231 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/WebKit/Source/core/platform/audio/
H A DFFTFrameStub.cpp86 void FFTFrame::cleanup() function in class:WebCore::FFTFrame
/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/openssl/openssl/crypto/rand/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/dropbear/
H A Dlistener.h39 void (*cleanup)(struct Listener*); member in struct:Listener
56 void (*cleanup)(struct Listener*));
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java32 void cleanup (); method in interface:IReportGenerator
/external/icu4c/i18n/
H A Dsmpdtfst.cpp70 // smpdtfmt_cleanup Memory cleanup function, free/delete all
75 SimpleDateFormatStaticSets::cleanup(void) function in class:SimpleDateFormatStaticSets
87 return SimpleDateFormatStaticSets::cleanup();
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DFlyCamAppState.java87 public void cleanup() { method in class:FlyCamAppState
88 super.cleanup();
/external/libxml2/include/libxml/
H A Duri.h43 int cleanup; /* parsing potentially unclean URI */ member in struct:_xmlURI

Completed in 619 milliseconds

123456789