Searched refs:addCleanup (Results 1 – 10 of 10) sorted by relevance
/external/lldb/test/unittest2/test/ |
D | test_discovery.py | 43 self.addCleanup(restore_listdir) 48 self.addCleanup(restore_isdir) 54 self.addCleanup(restore_isfile) 85 self.addCleanup(restore_listdir) 88 self.addCleanup(restore_isdir) 91 self.addCleanup(restore_isfile) 143 self.addCleanup(restore_isfile) 148 self.addCleanup(restore_path) 163 self.addCleanup(restore_isdir) 193 self.addCleanup(restore) [all …]
|
D | test_program.py | 26 self.addCleanup(restoreParseArgs) 31 self.addCleanup(removeTest) 222 self.addCleanup(restore)
|
D | test_case.py | 64 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 65 test.addCleanup(cleanup2) 98 test.addCleanup(cleanup1) 99 test.addCleanup(cleanup2) 129 test.addCleanup(cleanup1) 130 test.addCleanup(cleanup2) 146 test.addCleanup(cleanup1) 156 self.addCleanup(cleanup1) 168 test.addCleanup(cleanup2)
|
D | test_runner.py | 42 self.addCleanup(cleanup)
|
D | test_suite.py | 324 self.addCleanup(sys.modules.pop, 'Module')
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 325 void addCleanup(MachineBasicBlock *LandingPad);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 474 MMI->addCleanup(MBB); in AddCatchInfo() 504 MMI.addCleanup(MBB); in AddLandingPadInfo()
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 452 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineModuleInfo
|
/external/lldb/test/unittest2/ |
D | case.py | 254 def addCleanup(self, function, *args, **kwargs): member in TestCase
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
D | case.py | 237 def addCleanup(self, function, *args, **kwargs): member in TestCase
|