Searched refs:firstLine (Results 1 – 2 of 2) sorted by relevance
83 String firstLine = br.readLine(); in run() local93 …if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + … in run()98 String classO = firstLine.substring(hdr.length()).trim(); in run()
155 final String firstLine = executeShellCommand("head -1 " + OUTPUT_FILE_PATH); in verifyOutputFileFormat() local159 "data size", firstLine.length(), greaterThanOrEqualTo(expectedFirstWord.length())); in verifyOutputFileFormat()160 final String actualFirstWord = firstLine.substring(0, expectedFirstWord.length()); in verifyOutputFileFormat()