Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/completion/
DTestCompletion.py205 self.expect(from_child, msg=COMPLETION_MSG(str_input, p), exe=False,
208 self.expect(from_child, msg=COMPLETION_MSG(str_input, p), exe=False,
/external/lldb/test/
Dlldbtest.py152 def COMPLETION_MSG(str_before, str_after): function