Searched refs:lineNumber (Results 1 – 4 of 4) sorted by relevance
173 int lineNumber = 0; in runTestsForKatFile() local180 lineNumber++; in runTestsForKatFile()196 throw new IOException(lineNumber + ": Unexpected section: " + section); in runTestsForKatFile()204 throw new IOException(lineNumber + ": Unexpected line outside of test" in runTestsForKatFile()215 throw new IOException(lineNumber + ": Unexpected line outside of test" in runTestsForKatFile()237 throw new IOException(lineNumber + ": Unexpected line inside test" in runTestsForKatFile()252 throw new IOException(lineNumber + ": Unexpected line inside test" in runTestsForKatFile()
208 public int lineNumber; field in CtsRootlessGpuDebugHostTest.LogScanResult222 result.lineNumber = -1; in scanLog()242 int lineNumber = 0; in scanLog() local245 lineNumber++; in scanLog()249 result.lineNumber = lineNumber; in scanLog()342 …ssert.assertTrue("LayerA should be loaded before LayerB", resultA.lineNumber < resultB.lineNumber); in testDebugLayerLoadVulkan()595 …LES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < resultB.lineNumber); in testDebugLayerLoadGLES()
701 public static String replaceLine(String text, int lineNumber, String replacementLine) { in replaceLine() argument704 if (lineNumber < 0) { in replaceLine()705 lineNumber = numLines - (-lineNumber); in replaceLine()709 if (n == lineNumber) { in replaceLine()
400 consoleMessage.lineNumber()); in testOnConsoleMessage()