Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DCsvParser.java51 void onLine(int lineNumber, ArrayList<String> fields) throws ParseException; in onLine() method
100 processor.onLine(lineNumber, fields); in parse()
168 processor.onLine(lineNumber, fields); in parse()
H A DRawBatteryStats.java954 public void onLine(int lineNumber, ArrayList<String> fields) in parseImpl()
/aosp14/frameworks/base/tools/processors/immutability/test/android/processor/
H A DImmutabilityProcessorTest.kt349 .onLine(error.line)
/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DCsvParserTest.java35 public void onLine(int lineNumber, ArrayList<String> fields) { in onLine() method in CsvParserTest.LineCollector