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

1234567

/external/valgrind/tsan/
H A Dmk-self-contained-tsan-pin.sh32 cleanup() { function
35 # We will cleanup on exit.
36 trap cleanup EXIT
61 cleanup # the trap above will handle the cleanup only if we are in bash 3.x
H A Dmk-self-contained-valgrind.sh36 cleanup() { function
39 # We will cleanup on exit.
40 trap cleanup EXIT
64 cleanup # the trap above will handle the cleanup only if we are in bash 3.x
/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/expat/amiga/
H A Dlaunch.c36 void cleanup() __attribute__((destructor));
50 void cleanup() function
/external/webkit/Source/WebCore/svg/
H A DSVGPathStringBuilder.h35 virtual void cleanup() { m_stringBuilder = StringBuilder(); } function in class:WebCore::SVGPathStringBuilder
H A DSVGPathSegListBuilder.h46 virtual void cleanup() function in class:WebCore::SVGPathSegListBuilder
/external/webkit/Source/WebKit/qt/tests/hybridPixmap/
H A Dtst_hybridPixmap.cpp36 void cleanup() function in class:tst_hybridPixmap
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qwkpage/
H A Dtst_qwkpage.cpp30 void cleanup();
45 void tst_QWKPage::cleanup() function in class:tst_QWKPage
/external/webkit/Tools/Scripts/
H A Dparallelcl15 sub cleanup(\@);
137 cleanup(@tmpFiles);
217 sub cleanup(\@) subroutine
/external/openssh/regress/
H A Dtest-exec.sh167 cleanup () function
225 cleanup
396 cleanup
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm122 sub cleanup subroutine
127 } # end cleanup
381 cleanup();
408 Getopt::Mixed::cleanup();
548 Getopt::Mixed::cleanup();
558 Finally, you call Getopt::Mixed::cleanup when you're done. The
/external/webkit/Tools/wx/build/
H A Dwaf_extensions.py68 def cleanup(): function in function:exec_command
78 cleanup()
82 cleanup()
/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
/external/openssl/crypto/rand/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/openssl/include/openssl/
H A Drand.h85 void (*cleanup)(void); member in struct:rand_meth_st
/external/ppp/pppd/plugins/radius/
H A Dradattr.c26 static void cleanup(void *opaque, int arg);
45 /* calling cleanup() on link down is problematic because print_attributes()
48 add_notifier(&link_down_notifier, cleanup, NULL);
52 add_notifier(&exitnotify, cleanup, NULL);
94 * %FUNCTION: cleanup
104 cleanup(void *opaque, int arg) function
/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/qemu/distrib/sdl-1.2.15/test/
H A Dtestfile.c25 static void cleanup( void ) { function
37 cleanup();
50 cleanup();
180 cleanup();
/external/webkit/LayoutTests/storage/
H A Dtest-authorizer.js13 function cleanup(db) function
150 cleanup(db);
/external/webkit/Source/WebCore/platform/audio/
H A DFFTFrameStub.cpp86 void FFTFrame::cleanup() function in class:WebCore::FFTFrame

Completed in 491 milliseconds

1234567