Home
last modified time | relevance | path

Searched refs:addTearDownCleanup (Results 1 – 2 of 2) sorted by relevance

/external/lldb/test/functionalities/target_command/
DTestTargetCommand.py27 self.addTearDownCleanup(dictionary=da)
31 self.addTearDownCleanup(dictionary=db)
35 self.addTearDownCleanup(dictionary=dc)
47 self.addTearDownCleanup(dictionary=d)
57 self.addTearDownCleanup(dictionary=d)
/external/lldb/test/
Dlldbtest.py1047 def addTearDownCleanup(self, dictionary): member in Base