Searched refs:endstr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/assert_messages_test/ |
| H A D | TestAssertMessages.py | 46 dict(startstr="dog", endstr="cat"), 59 dict(startstr=" prompt -- ", endstr="foo"), 86 dict(startstr="012", endstr="789", substrs=["345", "678"], 103 startstr="cat", endstr="rabbit", substrs=["abc", "def"]),
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/ |
| H A D | TestWatchLocationWithWatchSet.py | 77 endstr=' = 0') 103 endstr=' = 99')
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/ |
| H A D | TestWatchLocation.py | 85 endstr=' = 0')
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceDumpInstructions.py | 222 endstr='no more data\n')
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 2237 endstr=None, argument 2279 if msg and not (patterns or startstr or endstr or substrs or error): 2344 if endstr and matched == matching: 2345 matched = output.endswith(endstr) 2347 expecting_str, endstr, found_str(matched)))
|