HomeSort by relevance Sort by last modified time
    Searched defs:cleanup (Results 1 - 25 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bzip2/
xmlproc.sh 62 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/
new-array-init-exceptions.cpp 11 void cleanup(int n) { function
29 void cleanup() { function
  /external/expat/amiga/
launch.c 36 void cleanup() __attribute__((destructor));
50 void cleanup() function
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
tst_hybridPixmap.cpp 36 void cleanup() function in class:tst_hybridPixmap
  /bootable/recovery/applypatch/
applypatch.sh 78 cleanup() { function
97 cleanup leave_tmp
343 # --------------- cleanup ----------------------
345 cleanup
imgdiff_test.sh 64 cleanup() { function
111 # --------------- cleanup ----------------------
113 cleanup
  /external/bison/build-aux/
gnu-web-doc-update 139 cleanup() function
148 trap cleanup 0
  /external/webkit/Source/WebCore/svg/
SVGPathStringBuilder.h 35 virtual void cleanup() { m_stringBuilder = StringBuilder(); } function in class:WebCore::SVGPathStringBuilder
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qwkpage/
tst_qwkpage.cpp 30 void cleanup();
45 void tst_QWKPage::cleanup() function in class:tst_QWKPage
  /external/webkit/Tools/Scripts/
parallelcl 15 sub cleanup(\@);
137 cleanup(@tmpFiles);
217 sub cleanup(\@) subroutine
  /frameworks/base/tools/obbtool/
mkobb.sh 87 cleanup() { function
  /bootable/recovery/
verifier_test.sh 52 cleanup() { function
99 # --------------- cleanup ----------------------
101 cleanup
  /external/emma/core/java12/com/vladium/emma/report/
IReportGenerator.java 32 void cleanup (); method in interface:IReportGenerator
  /external/icu4c/i18n/
smpdtfst.cpp 70 // smpdtfmt_cleanup Memory cleanup function, free/delete all
75 SimpleDateFormatStaticSets::cleanup(void) function in class:SimpleDateFormatStaticSets
87 return SimpleDateFormatStaticSets::cleanup();
  /external/openssh/regress/
test-exec.sh 167 cleanup () function
225 cleanup
396 cleanup
  /external/ppp/pppd/plugins/radius/
radattr.c 26 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/test/
testfile.c 25 static void cleanup( void ) { function
37 cleanup();
50 cleanup();
180 cleanup();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 122 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/Source/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 57 void cleanup();
78 void tst_Loading::cleanup() function in class:tst_Loading
  /external/webkit/Tools/wx/build/
waf_extensions.py 68 def cleanup(): function in function:exec_command
78 cleanup()
82 cleanup()
  /hardware/libhardware/include/hardware/
bt_gatt.h 50 void (*cleanup)( void ); member in struct:__anon20597
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
FlyCamAppState.java 87 public void cleanup() { method in class:FlyCamAppState
88 super.cleanup();
DebugKeysAppState.java 83 public void cleanup() { method in class:DebugKeysAppState
84 super.cleanup();
  /external/dropbear/
listener.h 39 void (*cleanup)(struct Listener*); member in struct:Listener
56 void (*cleanup)(struct Listener*));
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppState.java 43 * and are de-initialized upon a call to {@link AppState#cleanup()}.
115 * Cleanup the game state.
117 public void cleanup(); method in interface:AppState

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011>>