Searched refs:lineNumber (Results 1 – 4 of 4) sorted by relevance
211 int lineNumber = 0; in runTestsForKatFile() local218 lineNumber++; in runTestsForKatFile()234 throw new IOException(lineNumber + ": Unexpected section: " + section); in runTestsForKatFile()242 throw new IOException(lineNumber + ": Unexpected line outside of test" in runTestsForKatFile()253 throw new IOException(lineNumber + ": Unexpected line outside of test" in runTestsForKatFile()275 throw new IOException(lineNumber + ": Unexpected line inside test" in runTestsForKatFile()290 throw new IOException(lineNumber + ": Unexpected line inside test" in runTestsForKatFile()
220 public int lineNumber; field in CtsRootlessGpuDebugHostTest.LogScanResult234 result.lineNumber = -1; in scanLog()254 int lineNumber = 0; in scanLog() local257 lineNumber++; in scanLog()261 result.lineNumber = lineNumber; in scanLog()368 …ssert.assertTrue("LayerA should be loaded before LayerB", resultA.lineNumber < resultB.lineNumber); in testDebugLayerLoadVulkan()663 …LES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < resultB.lineNumber); in testDebugLayerLoadGLES()
413 consoleMessage.lineNumber()); in testOnConsoleMessage()
57633 method public int lineNumber();