Searched refs:cleanup (Results 176 - 200 of 547) sorted by relevance

1234567891011>>

/external/openssl/crypto/rand/
H A Drand_lib.c142 if (meth && meth->cleanup)
143 meth->cleanup();
/external/valgrind/main/drd/
H A Ddrd_clientobj.c172 * removed from the client object set after the cleanup function has been
173 * called such that if the cleanup function can still use the function
190 tl_assert(p->any.cleanup);
191 (*p->any.cleanup)(p);
/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_lib.h194 void (*cleanup)( void ); member in struct:__anon1147
/external/bluetooth/bluedroid/test/suite/support/
H A Dhal.c64 bt_interface->cleanup();
/external/chromium_org/build/android/
H A Dgenerate_emma_html.py47 option_parser.add_option('--cleanup', action='store_true',
82 if options.cleanup:
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_host.js139 cvox.ChromeVoxEventWatcher.cleanup(window);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.h117 void cleanup();
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.h63 static void cleanup();
/external/chromium_org/third_party/WebKit/Source/platform/audio/ipp/
H A DFFTFrameIPP.cpp92 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.hpp52 virtual void cleanup (void);
/external/e2fsprogs/lib/ext2fs/
H A Ddblist.c76 goto cleanup;
86 goto cleanup;
94 goto cleanup;
105 cleanup:
/external/fio/engines/
H A Drbd.c348 goto cleanup;
364 goto cleanup;
395 cleanup:
434 .cleanup = fio_rbd_cleanup,
/external/lldb/test/plugins/
H A Dbuilder_base.py125 def cleanup(sender=None, dictionary=None): function
126 """Perform a platform-specific cleanup after the test."""
134 # True signifies that we can handle cleanup.
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c165 static void cleanup( void ) function
438 cleanup,
478 cleanup();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchManager.cpp39 void cleanup();
228 void FetchManager::Loader::cleanup() function in class:blink::FetchManager::Loader
350 (*it)->cleanup();
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecfmtst.cpp137 cleanup();
167 cleanup();
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! function in class:DecimalFormatStaticSets
192 // decfmt_cleanup Memory cleanup function, free/delete all
H A Drbtz.cpp191 goto cleanup;
270 goto cleanup;
276 goto cleanup;
283 goto cleanup;
293 goto cleanup;
305 goto cleanup;
310 goto cleanup;
316 goto cleanup;
335 goto cleanup;
339 goto cleanup;
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c86 static void cleanup(/*@null@*/ /*@only@*/ yasm_object *object);
336 cleanup(NULL);
344 cleanup(NULL);
429 cleanup(object);
448 cleanup(object);
521 cleanup(object);
545 cleanup(object);
560 cleanup(object);
676 cleanup(NULL);
688 cleanup(NUL
764 cleanup(yasm_object *object) function
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecfmtst.cpp137 cleanup();
167 cleanup();
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! function in class:DecimalFormatStaticSets
192 // decfmt_cleanup Memory cleanup function, free/delete all
H A Drbtz.cpp191 goto cleanup;
270 goto cleanup;
276 goto cleanup;
283 goto cleanup;
293 goto cleanup;
305 goto cleanup;
310 goto cleanup;
316 goto cleanup;
335 goto cleanup;
339 goto cleanup;
[all...]
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c166 goto cleanup;
186 goto cleanup;
195 cleanup:
/external/libsepol/src/
H A Dexpand.c2752 goto cleanup;
2756 goto cleanup;
2760 goto cleanup;
2782 goto cleanup;
2790 goto cleanup;
2807 cleanup:
2988 goto cleanup;
2995 goto cleanup;
3001 goto cleanup;
3007 goto cleanup;
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c899 goto cleanup;
904 goto cleanup;
910 goto cleanup; /* readString() found an error and reported it */
916 goto cleanup;
921 goto cleanup;
925 goto cleanup;
927 cleanup:
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c899 goto cleanup;
904 goto cleanup;
910 goto cleanup; /* readString() found an error and reported it */
916 goto cleanup;
921 goto cleanup;
925 goto cleanup;
927 cleanup:
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py103 def cleanup(self): member in class:.Console
137 def cleanup(self): member in class:.Console
144 console.cleanup()
303 console.cleanup()
360 console.cleanup()
397 console.cleanup()
690 #~ console.cleanup()

Completed in 2404 milliseconds

1234567891011>>