Home
last modified time | relevance | path

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

/external/lldb/test/source-manager/
DTestSourceManager.py108 self.expect("source list -n main", SOURCE_DISPLAYED_CORRECTLY,
127 self.expect("source list -f main.c -l %d" % self.line, SOURCE_DISPLAYED_CORRECTLY,
181 self.expect("source list -f main.c -l %d" % self.line, SOURCE_DISPLAYED_CORRECTLY,
/external/lldb/test/
Dlldbtest.py99 SOURCE_DISPLAYED_CORRECTLY = "Source code displayed correctly" variable