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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/build/
install-build-deps-android.sh 28 cleanup() { function
34 trap cleanup EXIT
  /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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
cleanup.c 2 * 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 != NULL
    [all...]
  /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
  /bootable/recovery/
verifier_test.sh 52 cleanup() { function
105 # --------------- cleanup ----------------------
107 cleanup
  /external/bison/build-aux/
gnu-web-doc-update 139 cleanup() function
148 trap cleanup 0
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathStringBuilder.h 34 virtual void cleanup() { m_stringBuilder.clear(); } function in class:WebCore::SVGPathStringBuilder
  /frameworks/base/tools/obbtool/
mkobb.sh 87 cleanup() { function
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 117 cleanup() { function
217 # call cleanup() on exit
218 trap cleanup 0
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 158 cleanup() { function
258 # call cleanup() on exit
259 trap cleanup 0
  /external/chromium_org/chrome/installer/mac/
dmgdiffer.sh 87 cleanup() { function
446 trap cleanup EXIT HUP INT QUIT TERM
dirdiffer.sh 173 cleanup() { function
470 trap cleanup EXIT HUP INT QUIT TERM
dirpatcher.sh 109 cleanup() { function
318 trap cleanup EXIT HUP INT QUIT TERM
  /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();
  /hardware/libhardware/include/hardware/
bt_gatt.h 50 void (*cleanup)( void ); member in struct:__anon32812
  /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/chromium_org/remoting/host/installer/mac/
do_signing.sh 177 cleanup() { function
231 cleanup
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 55 InspectorTest.switchToView("Containment", cleanup);
58 function cleanup()

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011>>