Home
last modified time | relevance | path

Searched refs:CLEANUP (Results 1 – 25 of 58) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Didnaref.cpp150 goto CLEANUP; in convertToPuny()
158 goto CLEANUP; in convertToPuny()
171 goto CLEANUP; in convertToPuny()
180 goto CLEANUP; in convertToPuny()
189 CLEANUP: in convertToPuny()
231 goto CLEANUP; in convertFromPuny()
238 goto CLEANUP; in convertFromPuny()
243 CLEANUP: in convertFromPuny()
304 goto CLEANUP; in idnaref_toASCII()
317 goto CLEANUP; in idnaref_toASCII()
[all …]
Dnptrans.cpp221 goto CLEANUP; in process()
234 goto CLEANUP; in process()
253 goto CLEANUP; in process()
269 CLEANUP: in process()
/external/llvm-project/polly/lib/External/isl/imath/
Dimrat.c35 do{if((res = (E)) != MP_OK) goto CLEANUP; ++(C);}while(0)
284 goto CLEANUP; in mp_rat_div()
286 goto CLEANUP; in mp_rat_div()
289 CLEANUP: in mp_rat_div()
314 goto CLEANUP; in mp_rat_add_int()
317 goto CLEANUP; in mp_rat_add_int()
320 goto CLEANUP; in mp_rat_add_int()
324 CLEANUP: in mp_rat_add_int()
338 goto CLEANUP; in mp_rat_sub_int()
341 goto CLEANUP; in mp_rat_sub_int()
[all …]
Dimath.c164 CLEANUP: \
172 goto CLEANUP; \
879 goto CLEANUP; in mp_int_div()
890 goto CLEANUP; in mp_int_div()
899 if ((res = s_udiv_knuth(qout, rout)) != MP_OK) goto CLEANUP; in mp_int_div()
902 if (q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP; in mp_int_div()
903 if (r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP; in mp_int_div()
921 if (q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP; in mp_int_div()
922 if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP; in mp_int_div()
943 goto CLEANUP; in mp_int_mod()
[all …]
/external/icu/icu4c/source/common/
Duidna.cpp234 goto CLEANUP; in _internal_toASCII()
262 goto CLEANUP; in _internal_toASCII()
272 goto CLEANUP; in _internal_toASCII()
276 goto CLEANUP; in _internal_toASCII()
313 goto CLEANUP; in _internal_toASCII()
323 goto CLEANUP; in _internal_toASCII()
344 goto CLEANUP; in _internal_toASCII()
353 goto CLEANUP; in _internal_toASCII()
362 goto CLEANUP; in _internal_toASCII()
373 goto CLEANUP; in _internal_toASCII()
[all …]
/external/ltp/testcases/kernel/containers/pidns/
Dpidns04.c59 #define CLEANUP cleanup macro
118 tst_brkm(TFAIL | TTERRNO, CLEANUP, "clone failed"); in main()
120 tst_brkm(TFAIL | TERRNO, CLEANUP, "wait failed"); in main()
131 tst_brkm(TFAIL, CLEANUP, in main()
141 CLEANUP(); in main()
/external/ltp/include/old/
Dcleanup.c32 #ifndef CLEANUP
34 #define CLEANUP dummy_cleanup macro
38 static void CLEANUP(void) __attribute__ ((unused));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D2-2.c95 #define CLEANUP(n) void clnp##n(void * arg)\ macro
101 CLEANUP(1)
102 CLEANUP(2)
103 CLEANUP(3)
D3-2.c97 #define CLEANUP(n) void clnp##n(void * arg)\ macro
104 CLEANUP(1)
105 CLEANUP(2)
106 CLEANUP(3)
/external/icu/icu4c/source/test/cintltst/
Dnfsprep.c84 goto CLEANUP; in nfs4_prepare()
100 goto CLEANUP; in nfs4_prepare()
112 goto CLEANUP; in nfs4_prepare()
123 CLEANUP: in nfs4_prepare()
242 goto CLEANUP; in nfs4_mixed_prepare()
255 goto CLEANUP; in nfs4_mixed_prepare()
270 CLEANUP: in nfs4_mixed_prepare()
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc67 CLEANUP(); in TEST()
92 CLEANUP(); in TEST()
146 CLEANUP(); in TEST()
202 CLEANUP(); in TEST()
237 CLEANUP(); in TEST()
264 CLEANUP(); in TEST()
290 CLEANUP(); in TEST()
320 CLEANUP(); in TEST()
346 CLEANUP(); in TEST()
372 CLEANUP(); in TEST()
[all …]
Dtest-disasm-fp-aarch64.cc51 CLEANUP(); in TEST()
66 CLEANUP(); in TEST()
132 CLEANUP(); in TEST()
166 CLEANUP(); in TEST()
186 CLEANUP(); in TEST()
212 CLEANUP(); in TEST()
250 CLEANUP(); in TEST()
266 CLEANUP(); in TEST()
386 CLEANUP(); in TEST()
Dtest-disasm-sve-aarch64.cc66 CLEANUP(); in TEST()
111 CLEANUP(); in TEST()
158 CLEANUP(); in TEST()
203 CLEANUP(); in TEST()
220 CLEANUP(); in TEST()
362 CLEANUP(); in TEST()
410 CLEANUP(); in TEST()
442 CLEANUP(); in TEST()
498 CLEANUP(); in TEST()
570 CLEANUP(); in TEST()
[all …]
/external/ltp/testcases/kernel/syscalls/mq_open/
Dmq_open01.c236 goto CLEANUP; in do_test()
246 goto CLEANUP; in do_test()
259 goto CLEANUP; in do_test()
265 goto CLEANUP; in do_test()
276 CLEANUP: in do_test()
/external/llvm-project/llvm/test/Transforms/SROA/
Dphi-with-duplicate-pred.ll12 ; CHECK-NEXT: br label [[CLEANUP:%.*]]
22 … i16 [ [[G_0_SROA_SPECULATE_LOAD_CLEANUP]], [[CLEANUP]] ], [ [[G_0_SROA_SPECULATE_LOAD_CLEANUP]], …
/external/google-breakpad/android/
Dcommon-functions.sh68 local CLEANUP CLEANUPS
72 for CLEANUP in $CLEANUPS; do
73 ($CLEANUP)
/external/vixl/test/aarch32/
Dtest-disasm-a32.cc63 #define CLEANUP() macro
389 CLEANUP(); in TEST_T32()
404 CLEANUP(); in TEST_T32()
498 CLEANUP(); in TEST()
616 CLEANUP(); in TEST()
636 CLEANUP(); in TEST()
726 CLEANUP(); in TEST()
824 CLEANUP(); in TEST()
919 CLEANUP(); in TEST()
1167 CLEANUP(); in TEST()
[all …]
/external/ltp/testcases/kernel/fs/fs_di/
Dfs_di62 CLEANUP=${CLEANUP:="ON"}
95 if [ "$CLEANUP" = "ON" ]; then
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dsink-into-catchswitch.ll25 ; CHECK-NEXT: [[CLEANUP:%.*]] = cleanuppad within none []
26 ; CHECK-NEXT: call void @release(i64 [[PHI]]) [ "funclet"(token [[CLEANUP]]) ]
27 ; CHECK-NEXT: cleanupret from [[CLEANUP]] unwind to caller
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dpr27163.ll28 ; CHECK-NEXT: [[CLEANUP:%.*]] = cleanuppad within none []
29 ; CHECK-NEXT: call void @release(i64 [[PHI]]) [ "funclet"(token [[CLEANUP]]) ]
30 ; CHECK-NEXT: cleanupret from [[CLEANUP]] unwind to caller
/external/e2fsprogs/intl/
Dvasnprintf.c121 #define CLEANUP() \ in VASNPRINTF() macro
128 CLEANUP (); in VASNPRINTF()
805 CLEANUP (); in VASNPRINTF()
863 CLEANUP (); in VASNPRINTF()
872 CLEANUP (); in VASNPRINTF()
/external/curl/tests/data/
Dtest506108 CLEANUP
137 CLEANUP
162 CLEANUP
193 CLEANUP
225 CLEANUP
/external/llvm-project/llvm/test/Transforms/SCCP/
Dipsccp-ssa-copy-nested-conds.ll15 ; CHECK-NEXT: br label [[CLEANUP:%.*]]
35 ; CHECK-NEXT: br label [[CLEANUP]]
38 ; CHECK-NEXT: br label [[CLEANUP]]
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dmultiblock-malloc-free.ll245 ; CHECK-NEXT: br i1 [[TOBOOL]], label [[CLEANUP:%.*]], label [[IF_THEN:%.*]]
257 ; CHECK-NEXT: br label [[CLEANUP]]
264 ; CHECK-NEXT: br i1 [[TOBOOL8]], label [[IF_THEN9:%.*]], label [[CLEANUP]]
267 ; CHECK-NEXT: br label [[CLEANUP]]
317 ; CHECK-NEXT: br i1 [[TOBOOL]], label [[CLEANUP:%.*]], label [[IF_END:%.*]]
330 ; CHECK-NEXT: br label [[CLEANUP]]
334 ; CHECK-NEXT: br label [[CLEANUP]]
/external/jsoncpp/.travis_scripts/
Dmeson_builder.sh79 if ${CLEANUP+false}; then

123