Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java206 public class LogScanResult { class in CtsRootlessGpuDebugHostTest
211 …private LogScanResult scanLog(String tag, String searchString, String appStartTime) throws Excepti… in scanLog()
218 …private LogScanResult scanLog(String tag, String searchString, String endString, String appStartTi… in scanLog()
220 LogScanResult result = new LogScanResult(); in scanLog()
335LogScanResult resultA = scanLog(TAG + "," + LAYER_A + "," + LAYER_B, searchStringA, appStartTime); in testDebugLayerLoadVulkan()
339LogScanResult resultB = scanLog(TAG + "," + LAYER_A + "," + LAYER_B, searchStringB, appStartTime); in testDebugLayerLoadVulkan()
371 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadVulkan()
401 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledVulkan()
431 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugWrongAppVulkan()
461 LogScanResult resultA = scanLog(TAG + "," + LAYER_A, searchStringA, appStartTime); in testDebugNoLayersEnabledVulkan()
[all …]