HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 201 - 225 of 464) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 273 private void cleanup() { method in class:DeviceChooserDialog
280 cleanup(); method
286 cleanup(); method
751 public void cleanup() { method in class:DeviceChooserDialog.NonRunningAvdFilter
  /external/dhcpcd/
eloop.c 252 cleanup(void) function
291 atexit(cleanup);
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 94 public void cleanup() method in class:ReportGenerator
98 super.cleanup();
  /external/emma/core/java12/com/vladium/logging/
Logger.java 364 current.cleanup ();
434 private void cleanup () method in class:Logger
  /external/icu4c/i18n/
regexst.cpp 248 // regex_cleanup Memory cleanup function, free/delete all
253 RegexStaticSets::cleanup(void) { function in class:RegexStaticSets
262 return RegexStaticSets::cleanup();
tzgnames.cpp 278 cleanup();
334 cleanup();
344 cleanup();
350 cleanup();
367 cleanup();
386 TimeZoneGenericNames::cleanup() { function in class:TimeZoneGenericNames
    [all...]
ucol_elm.cpp 164 goto cleanup;
220 cleanup:
255 goto cleanup;
264 goto cleanup;
277 goto cleanup;
287 goto cleanup;
296 goto cleanup;
308 goto cleanup;
322 goto cleanup;
334 goto cleanup;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 467 * and making necessary cleanup operations.
479 * and making necessary cleanup operations.
636 stateManager.cleanup();
640 audioRenderer.cleanup();
  /external/oprofile/module/x86/
op_nmi.c 323 goto cleanup;
339 cleanup:
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 358 void SVGPathBlender::cleanup() function in class:SVGPathBlender
364 m_consumer->cleanup();
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 46 void cleanup();
96 void tst_QWebHistory::cleanup() function in class:tst_QWebHistory
  /external/zlib/contrib/delphi/
zlibd32.mak 91 # cleanup
  /external/zlib/contrib/pascal/
zlibd32.mak 91 # cleanup
  /frameworks/base/core/java/android/preference/
VolumePreference.java 113 cleanup(); method
125 private void cleanup() { method in class:VolumePreference
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 75 cleanup(); method
256 void cleanup() { method in class:RequestHandler
  /sdk/manifmerger/tests/src/com/android/manifmerger/
ManifestMergerTestCase.java 122 public void cleanup() { method in class:ManifestMergerTestCase.TestFiles
409 testFiles.cleanup();
  /external/srec/srec/EventLog/src/
riff.c 736 goto cleanup;
743 goto cleanup;
751 goto cleanup;
764 goto cleanup;
835 goto cleanup;
838 cleanup:
  /external/tcpdump/
tcpdump.c 104 static RETSIGTYPE cleanup(int);
953 (void)setsignal(SIGPIPE, cleanup);
955 (void)setsignal(SIGTERM, cleanup);
956 (void)setsignal(SIGINT, cleanup);
959 if ((oldhandler = setsignal(SIGHUP, cleanup)) != SIG_DFL)
1089 cleanup(int signo _U_) function
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 538 goto cleanup;
544 goto cleanup;
550 goto cleanup;
556 goto cleanup;
562 goto cleanup;
568 goto cleanup;
575 goto cleanup;
581 goto cleanup;
588 goto cleanup;
710 cleanup
    [all...]
rbbitst.cpp 670 goto cleanup; /* something went wrong, error already output */
676 goto cleanup;
706 goto cleanup;
721 goto cleanup;
727 goto cleanup;
734 goto cleanup;
741 goto cleanup;
747 goto cleanup;
753 goto cleanup;
768 goto cleanup;
    [all...]
  /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/bluetooth/bluez/compat/
pand.c 71 static int cleanup; variable
385 if (terminate && cleanup) {
737 cleanup = 1;
  /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);

Completed in 714 milliseconds

1 2 3 4 5 6 7 891011>>