Home
last modified time | relevance | path

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

/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java83 String firstLine = br.readLine(); in run() local
93 …if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + … in run()
98 String classO = firstLine.substring(hdr.length()).trim(); in run()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DReportLogCollector.java165 boolean firstLine = true; in reformatRepeatedStreams()
167 if (!firstLine) { in reformatRepeatedStreams()
170 firstLine = false; in reformatRepeatedStreams()