Home
last modified time | relevance | path

Searched refs:cleanups (Results 1 – 25 of 147) sorted by relevance

123456

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.c79 uint32_t cleanups; member
108 block->cleanups = 0; in upb_arena_addblock()
115 a->cleanups = &block->cleanups; in upb_arena_addblock()
190 a->cleanups = NULL; in upb_arena_init()
204 if (block->cleanups > 0) { in arena_dofree()
206 cleanup_ent *ptr = end - block->cleanups; in arena_dofree()
226 if (!a->cleanups || _upb_arenahas(a) < sizeof(cleanup_ent)) { in upb_arena_addcleanup()
233 (*a->cleanups)++; in upb_arena_addcleanup()
Dupb.int.h12 uint32_t *cleanups; member
/external/llvm-project/llvm/test/Transforms/Coroutines/
Dcoro-heap-elide.ll104 i8 1, label %cleanups
117 i8 1, label %cleanups
120 ; CHECK-LABEL: cleanups:
121 cleanups:
155 i8 1, label %cleanups
182 i8 1, label %cleanups
185 ; CHECK-LABEL: cleanups:
186 cleanups:
221 i8 1, label %cleanups
234 i8 1, label %cleanups
[all …]
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py57 cleanups = []
60 cleanups.append((1, args, kwargs))
63 cleanups.append((2, args, kwargs))
73 … self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
407 cleanups = []
409 cleanups.append((args, kwargs))
418 self.assertEqual(cleanups,
566 cleanups = []
568 cleanups.append((args, kwargs))
584 self.assertEqual(cleanups,
[all …]
/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py20 cleanups = []
23 cleanups.append((1, args, kwargs))
26 cleanups.append((2, args, kwargs))
38 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
/external/jemalloc_new/src/
Dtsd.c13 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
186 pending[i] = cleanups[i](); in _malloc_thread_cleanup()
199 cleanups[ncleanups] = f; in malloc_tsd_cleanup_register()
/external/erofs-utils/
DChangeLog18 - (mkfs.erofs) minor code cleanups;
32 - (mkfs.erofs) minor code cleanups;
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
266 cleanups.ForceCleanup(); in EmitTryCatchStmt()
323 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
DCGExprAgg.cpp1018 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1185 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
1210 cleanups.push_back(CGF.EHStack.stable_begin()); in VisitInitListExpr()
1295 cleanups.push_back(CGF.EHStack.stable_begin()); in VisitInitListExpr()
1311 for (unsigned i = cleanups.size(); i != 0; --i) in VisitInitListExpr()
1312 CGF.DeactivateCleanupBlock(cleanups[i-1], cleanupDominator); in VisitInitListExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp245 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
272 cleanups.ForceCleanup(); in EmitTryCatchStmt()
329 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
/external/llvm-project/clang/test/AST/
Dast-dump-objc-arc-json.m31 // CHECK-NEXT: "cleanups": [
/external/autotest/server/site_tests/bluetooth_AdapterQuickHealth/
Dcontrol.quick_health25 cleanups between each test and test batches, saving the auto-test ramp up
/external/llvm-project/clang/test/CodeGenObjC/
Darc-linetable-autorelease.m3 // ARC cleanups should be at the closing '}'.
/external/clang/test/CodeGenObjC/
Darc-linetable-autorelease.m3 // ARC cleanups should be at the closing '}'.
/external/fsverity-utils/
DNEWS.md39 * Lots of cleanups and other small improvements.
/external/llvm-project/llvm/test/Transforms/Inline/
Dmodule-inlining.ll5 ; inlining (incl. function cleanups ran after inlining), main will be reduced to
/external/clang/test/CodeGenObjCXX/
Dliterals.mm57 // Check cleanups
109 // Check cleanups
/external/ltp/
DTODO33 Shell tests cleanups
/external/llvm-project/clang/test/CodeGenObjCXX/
Dliterals.mm63 // Check cleanups
115 // Check cleanups
/external/e2fsprogs/doc/RelNotes/
Dv1.21.txt79 pathname cleanups performed by make -M, so I don't have to fix them up
113 Miscellaneous code cleanups:
Dv1.45.3.txt52 Various regression test cleanups.
Dv1.04.txt19 Lots of miscellaneous linking/installation cleanups:
Dv1.25.txt5 there are a number of embarrassing bug fixes and cleanups applied.
/external/llvm-project/llvm/test/CodeGen/AVR/integration/
Dblink.ll6 ; Derived from the following C program (with some cleanups):
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_case.py60 cleanups = []
63 cleanups.append((1, args, kwargs))
66 cleanups.append((2, args, kwargs))
80 cleanups, [

123456