Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java173 int lineNumber = 0; in runTestsForKatFile() local
180 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()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java208 public int lineNumber; field in CtsRootlessGpuDebugHostTest.LogScanResult
222 result.lineNumber = -1; in scanLog()
242 int lineNumber = 0; in scanLog() local
245 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()
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java701 public static String replaceLine(String text, int lineNumber, String replacementLine) { in replaceLine() argument
704 if (lineNumber < 0) { in replaceLine()
705 lineNumber = numLines - (-lineNumber); in replaceLine()
709 if (n == lineNumber) { in replaceLine()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebChromeClientTest.java400 consoleMessage.lineNumber()); in testOnConsoleMessage()