Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DTraceFormatParserTest.java52 List<String> formatLine = in testParseFormatLine() local
63 TraceFormatItem parsedItem = mParser.parse(formatLine); in testParseFormatLine()
77 List<String> formatLine = Arrays.asList("print fmt: \"foo\""); in testNoParameters() local
82 TraceFormatItem parsedItem = mParser.parse(formatLine); in testNoParameters()
101 List<String> formatLine = Arrays.asList(""); in testEmptyInput() local
103 mParser.parse(formatLine); in testEmptyInput()
112 List<String> formatLine = Arrays.asList("foo", "bar"); in testMultiLineInput() local
114 mParser.parse(formatLine); in testMultiLineInput()
123 List<String> formatLine = Arrays.asList("foo bar"); in testOneLineInvalidInput() local
125 mParser.parse(formatLine); in testOneLineInvalidInput()
[all …]