HomeSort by relevance Sort by last modified time
    Searched refs:cleanups (Results 1 - 22 of 22) sorted by null

  /external/jemalloc/src/
tsd.c 8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
52 pending[i] = cleanups[i]();
66 cleanups[ncleanups] = f;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /external/python/cpython2/Lib/unittest/test/
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),
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /external/python/cpython3/Lib/unittest/test/
test_runner.py 24 cleanups = []
27 cleanups.append((1, args, kwargs))
30 cleanups.append((2, args, kwargs))
40 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 130 // layout object. However, this is blocked on other cleanups to the
241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
265 // Leave any cleanups associated with the catch.
266 cleanups.ForceCleanup();
323 CodeGenFunction::RunCleanupsScope cleanups(CGF);
326 // ARC release and lock-release cleanups.
CGExprAgg.cpp 1185 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGObjC.cpp 826 // The constructor might require cleanups (in which case it's never
    [all...]
CGBlocks.cpp 560 /// a full-expression so that the block's cleanups are pushed at the
572 // pushing cleanups as necessary.
582 // If there are cleanups to emit, enter them (but inactive).
639 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
641 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGStmt.cpp 362 // We can't return an RValue here because there might be cleanups at
465 // normal cleanups. Jumps "in" to this label --- when permitted by
466 // the language --- may need to be routed around such cleanups.
506 // Reparent the labels if the new scope also has cleanups.
836 // Create a cleanup scope for the condition variable cleanups.
847 // If there are any cleanups between here and the loop-exit scope,
924 // If there are any cleanups between here and the loop-exit scope,
    [all...]
CGExpr.cpp 241 // __weak objects always get EH cleanups; otherwise, exceptions
1026 const auto *cleanups = cast<ExprWithCleanups>(E); local
    [all...]
  /external/capstone/packages/rpm/
capstone.spec 158 - Various cleanups.
  /external/clang/lib/Sema/
SemaLambda.cpp 603 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
605 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
608 if (cleanups) {
609 cleanups->setSubExpr(E);
    [all...]
SemaStmt.cpp 600 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
601 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 11593 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/strace/
strace.spec 326 - Cosmetic code cleanups (#159688).
343 - code cleanups (#143369, #143370)
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 1088 milliseconds