HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 251 - 275 of 514) sorted by null

<<11121314151617181920>>

  /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
  /bootable/recovery/applypatch/
applypatch.sh 78 cleanup() { function
97 cleanup leave_tmp
343 # --------------- cleanup ----------------------
345 cleanup
  /external/icu4c/test/perf/convperf/
convperf.h 118 UBool cleanup; member in class:ICUOpenAllConvertersFunction
124 cleanup = callCleanup;
133 if (cleanup) {
  /external/openssl/crypto/x509/
x509_lu.c 201 ret->cleanup = 0;
214 static void cleanup(X509_OBJECT *a) function
249 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
x509_vfy.h 205 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_st
255 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 523 cleanup(); method
552 cleanup(); method
558 // mPosterBytes will never be created, so no need to call cleanup.
562 private void cleanup() { method in class:HTML5VideoViewProxy.PosterDownloader
  /external/icu4c/i18n/
ucol_res.cpp 58 // used for cleanup in ucol_cleanup
434 goto cleanup;
451 goto cleanup;
462 goto cleanup;
469 goto cleanup;
492 goto cleanup;
508 cleanup:
    [all...]
dtfmtsym.cpp     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 425 /* Handle the RC_CLOSE event for the cleanup */
789 ** Function cleanup
791 ** Description Shuts down the AV interface and does the cleanup
796 static void cleanup(void) function
819 cleanup,
  /external/chromium/net/tools/flip_server/
sm_connection.cc 240 Cleanup("OnShutdown");
244 void SMConnection::Cleanup(const char* cleanup) {
245 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup; local
301 Cleanup("HandleEvents");
484 Cleanup("DoRead");
519 sm_interface_->Cleanup();
615 Cleanup("DoWrite");
  /external/dhcpcd/
if-bsd.c 95 cleanup(void) function
281 atexit(cleanup);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 51 // TODO: this is prototype quality, needs major cleanup
92 public void cleanup () method in class:ReportGenerator
97 super.cleanup ();
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 84 public void cleanup () method in class:ReportGenerator
88 super.cleanup ();
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 245 public void cleanup() { method in class:SimpleWaterProcessor
586 public void cleanup() { method in class:SimpleWaterProcessor.RefractionProcessor
  /external/openssh/
Android.mk 11 cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
  /external/openssl/crypto/ecdsa/
ecdsatest.c 120 fake_rand.cleanup = old_rand->cleanup;
493 /* cleanup */
  /external/openssl/include/openssl/
x509_vfy.h 205 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_st
255 int (*cleanup)(X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
  /external/oprofile/module/ia64/
op_pmu.c 593 goto cleanup;
609 cleanup:
  /external/oprofile/utils/
ophelp.c 346 static void cleanup(void) function
372 atexit(cleanup);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 305 goto cleanup;
309 cleanup:
  /external/qemu/hw/
qdev.c 374 NetCleanup *cleanup,
380 receive, receive_iov, cleanup, opaque);
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 391 void SVGPathParser::cleanup() function in class:WebCore::SVGPathParser
396 m_consumer->cleanup();
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 252 def cleanup(self): member in class:Printer
259 self.cleanup()
  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 148 goto cleanup;
156 cleanup:

Completed in 1381 milliseconds

<<11121314151617181920>>