/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | upb.c | 79 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()
|
D | upb.int.h | 12 uint32_t *cleanups; member
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-heap-elide.ll | 104 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/ |
D | test_runner.py | 57 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/ |
D | test_runner.py | 20 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/ |
D | tsd.c | 13 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/ |
D | ChangeLog | 18 - (mkfs.erofs) minor code cleanups; 32 - (mkfs.erofs) minor code cleanups;
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local 266 cleanups.ForceCleanup(); in EmitTryCatchStmt() 323 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
|
D | CGExprAgg.cpp | 1018 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/ |
D | CGObjCRuntime.cpp | 245 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/ |
D | ast-dump-objc-arc-json.m | 31 // CHECK-NEXT: "cleanups": [
|
/external/autotest/server/site_tests/bluetooth_AdapterQuickHealth/ |
D | control.quick_health | 25 cleanups between each test and test batches, saving the auto-test ramp up
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-linetable-autorelease.m | 3 // ARC cleanups should be at the closing '}'.
|
/external/clang/test/CodeGenObjC/ |
D | arc-linetable-autorelease.m | 3 // ARC cleanups should be at the closing '}'.
|
/external/fsverity-utils/ |
D | NEWS.md | 39 * Lots of cleanups and other small improvements.
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | module-inlining.ll | 5 ; inlining (incl. function cleanups ran after inlining), main will be reduced to
|
/external/clang/test/CodeGenObjCXX/ |
D | literals.mm | 57 // Check cleanups 109 // Check cleanups
|
/external/ltp/ |
D | TODO | 33 Shell tests cleanups
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | literals.mm | 63 // Check cleanups 115 // Check cleanups
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.21.txt | 79 pathname cleanups performed by make -M, so I don't have to fix them up 113 Miscellaneous code cleanups:
|
D | v1.45.3.txt | 52 Various regression test cleanups.
|
D | v1.04.txt | 19 Lots of miscellaneous linking/installation cleanups:
|
D | v1.25.txt | 5 there are a number of embarrassing bug fixes and cleanups applied.
|
/external/llvm-project/llvm/test/CodeGen/AVR/integration/ |
D | blink.ll | 6 ; Derived from the following C program (with some cleanups):
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_case.py | 60 cleanups = [] 63 cleanups.append((1, args, kwargs)) 66 cleanups.append((2, args, kwargs)) 80 cleanups, [
|