Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java109 public void analyzeResults(String logs, boolean mode) { in analyzeResults() argument
115 Scanner in = new Scanner(logs); in analyzeResults()
175 … String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", TEST_CLASS + ":I", "*:S"); in testShader() local
177 Scanner in = new Scanner(logs); in testShader()
210 logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testShader()
211 analyzeResults(logs, false); in testShader()
232 logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testShader()
233 analyzeResults(logs, true); in testShader()
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DMonkeyTest.java40 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local
43 Scanner s = new Scanner(logs); in assertIsUserAMonkey()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostTest.java66 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local
69 Scanner in = new Scanner(logs); in testLogcat()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java79 List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs(getWho()); in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval() local
81 if (logs != null) { in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval()
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/
DTrustedVoiceHostTest.java103 String logs = getDevice().executeAdbCommand( in testUnlock() local
106 in = new Scanner(logs); in testUnlock()
/cts/hostsidetests/abioverride/src/android/abioverride/cts/
DAbiOverrideTest.java92 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() local
95 Scanner in = new Scanner(logs); in testAbiIs32bit()
/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java118 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
120 return logs.contains(str); in hasLog()
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/
DCrossAppDragAndDropTests.java179 String logs = executeShellCommand("logcat -d -b events"); in waitForResume() local
180 for (String line : logs.split("\\n")) { in waitForResume()
272 String logs = executeShellCommand("logcat -v brief -d " + className + ":I" + " *:S"); in getLogResults() local
273 for (String line : logs.split("\\n")) { in getLogResults()
/cts/hostsidetests/os/src/android/os/cts/
DOsHostTests.java113 String logs = mDevice.executeAdbCommand("logcat", "-v", "brief", "-d"); in testIntentFilterHostValidation() local
116 Scanner scanner = new Scanner(logs); in testIntentFilterHostValidation()
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java119 String logs = mDevice.executeAdbCommand( in testUsbSerial() local
123 matcher = pattern.matcher(logs); in testUsbSerial()
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java112 String logs = device.executeAdbCommand( in testInputUpdated() local
114 Scanner in = new Scanner(logs); in testInputUpdated()
/cts/tools/dex-tools/dex/
Dclasses.out.dex143390 protected static java.util.Hashtable logs