Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DTraceFormatParserTest.java61 String shouldMatch = "foo=123, bar=enabled"; in testParseFormatLine() local
69 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testParseFormatLine()
80 String shouldMatch = "foo"; in testNoParameters() local
85 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testNoParameters()
137 String shouldMatch = "foo online"; in testQuoteInParams() local
141 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testQuoteInParams()
165 String shouldMatch = "foo_bar=123"; in testCaseConvertParameterName() local
169 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testCaseConvertParameterName()
178 String shouldMatch = "foo=-123, bar=456"; in testMatchInt() local
181 Matcher m = parsedItem.getRegex().matcher(shouldMatch); in testMatchInt()
[all …]