Searched refs:cleanup (Results 26 - 50 of 547) sorted by relevance

1234567891011>>

/external/libsepol/tests/
H A Dtest-cond.c42 goto cleanup;
46 goto cleanup;
51 goto cleanup;
56 cleanup:
/external/valgrind/main/drd/
H A Ddrd_clientobj.h57 void (*cleanup)(union drd_clientobj*); member in struct:any
66 void (*cleanup)(union drd_clientobj*); member in struct:mutex_info
81 void (*cleanup)(union drd_clientobj*); member in struct:cond_info
93 void (*cleanup)(union drd_clientobj*); member in struct:hb_info
103 void (*cleanup)(union drd_clientobj*); member in struct:semaphore_info
118 void (*cleanup)(union drd_clientobj*); member in struct:barrier_info
135 void (*cleanup)(union drd_clientobj*); member in struct:rwlock_info
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp52 // cleanup code crashes.
107 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) argument
109 if (!cleanup)
112 head->prev = cleanup;
113 cleanup->next = head;
114 head = cleanup;
118 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { argument
119 if (!cleanup)
121 if (cleanup == head) {
122 head = cleanup
[all...]
/external/bluetooth/bluedroid/hci/include/
H A Dhci.h68 tHCI_CLEANUP cleanup; member in struct:__anon1157
/external/bzip2/
H A Dxmlproc.sh62 cleanup() { function
84 cleanup $xmlfmtfile
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexst.h40 static UBool cleanup();
H A Duspoof_wsconf.cpp138 goto cleanup;
146 goto cleanup;
152 goto cleanup;
175 goto cleanup;
178 goto cleanup;
202 goto cleanup;
206 goto cleanup;
233 goto cleanup;
243 goto cleanup;
252 goto cleanup;
[all...]
H A Ddecfmtst.h57 void cleanup();
/external/deqp/execserver/
H A DxsTestProcess.hpp46 virtual void cleanup (void) = DE_NULL;
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java32 void cleanup (); method in interface:IReportGenerator
/external/icu/icu4c/source/i18n/
H A Dregexst.h40 static UBool cleanup();
H A Duspoof_wsconf.cpp138 goto cleanup;
146 goto cleanup;
152 goto cleanup;
175 goto cleanup;
178 goto cleanup;
202 goto cleanup;
206 goto cleanup;
233 goto cleanup;
243 goto cleanup;
252 goto cleanup;
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp26 void cleanup(int *p) { function
27 int n [[gnu::cleanup(cleanup)]];
/external/android-clat/
H A Dnetlink_msg.c132 goto cleanup;
135 goto cleanup;
138 goto cleanup;
141 goto cleanup;
145 cleanup:
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop_net.c82 goto cleanup;
88 goto cleanup;
97 goto cleanup;
102 goto cleanup;
126 cleanup:
/external/e2fsprogs/lib/ext2fs/
H A Dinitialize.c127 goto cleanup;
132 goto cleanup;
137 goto cleanup;
158 goto cleanup;
177 goto cleanup;
181 goto cleanup;
216 goto cleanup;
234 goto cleanup;
249 goto cleanup;
271 goto cleanup;
[all...]
H A Drw_bitmaps.c185 goto cleanup;
188 goto cleanup;
198 goto cleanup;
201 goto cleanup;
213 goto cleanup;
220 goto cleanup;
233 goto cleanup;
240 goto cleanup;
260 goto cleanup;
268 goto cleanup;
[all...]
H A Dget_pathname.c110 goto cleanup;
114 goto cleanup;
117 goto cleanup;
123 goto cleanup;
135 goto cleanup;
148 cleanup:
/external/libsepol/src/
H A Dmodule.c482 goto cleanup;
490 goto cleanup;
499 goto cleanup;
508 goto cleanup;
516 goto cleanup;
526 goto cleanup;
535 goto cleanup;
542 goto cleanup;
549 goto cleanup;
558 goto cleanup;
[all...]
H A Dlink.c380 goto cleanup;
385 goto cleanup;
398 goto cleanup;
407 goto cleanup;
413 goto cleanup;
417 goto cleanup;
425 cleanup:
477 goto cleanup;
482 goto cleanup;
496 goto cleanup;
[all...]
/external/openssl/crypto/evp/
H A Devp_locl.h134 key_len, iv_len, flags, init_key, cleanup, \
141 cleanup, \
150 iv_len, flags, init_key, cleanup, set_asn1, \
153 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
156 iv_len, cbits, flags, init_key, cleanup, \
159 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
163 iv_len, cbits, flags, init_key, cleanup, \
166 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
170 flags, init_key, cleanup, set_asn1, \
173 0, flags, init_key, cleanup, set_asn
298 void (*cleanup)(EVP_PKEY_CTX *ctx); member in struct:evp_pkey_method_st
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-shared-lib/
H A Dcore-shared-lib-extracted.js87 this.cleanup();
92 this.cleanup();
98 cleanup: function() {
/external/oprofile/daemon/liblegacy/
H A Dp_module.h64 unsigned long cleanup; member in struct:old_mod_routines
76 unsigned long cleanup; /* cleanup routine */ member in struct:old_module
150 unsigned tgt_long cleanup; member in struct:module
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrameStub.cpp81 void FFTFrame::cleanup() function in class:blink::FFTFrame
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dinternal.h123 void (*cleanup)(void); member in struct:st_CRYPTO_EX_DATA_IMPL

Completed in 3596 milliseconds

1234567891011>>