Home
last modified time | relevance | path

Searched refs:classCleanup (Results 1 – 8 of 8) sorted by relevance

/external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
DTestSingleQuoteInFilename.py17 def classCleanup(cls): member in SingleQuoteInCommandLineTestCase
/external/lldb/test/terminal/
DTestSTTYBeforeAndAfter.py16 def classCleanup(cls): member in CommandLineCompletionTestCase
/external/lldb/docs/testsuite/
Dbest-practices.txt83 cleanup hook with a class method named classCleanup , for example,
87 def classCleanup(cls):
Da-detailed-walkthrough.txt237 def classCleanup(cls):
252 checks whether the current class has an attribute named 'classCleanup', and
253 executes as a method if present. In this particular case, the classCleanup()
/external/lldb/test/functionalities/completion/
DTestCompletion.py16 def classCleanup(cls): member in CommandLineCompletionTestCase
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommand.py16 def classCleanup(cls): member in BreakpointCommandTestCase
/external/lldb/test/settings/
DTestSettings.py15 def classCleanup(cls): member in SettingsCommandTestCase
/external/lldb/test/
Dlldbtest.py795 cls.classCleanup()