/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 109 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/ |
D | MonkeyTest.java | 40 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local 43 Scanner s = new Scanner(logs); in assertIsUserAMonkey()
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostTest.java | 66 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/ |
D | SecurityLoggingTest.java | 79 List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs(getWho()); in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval() local 81 if (logs != null) { in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval()
|
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/ |
D | TrustedVoiceHostTest.java | 103 String logs = getDevice().executeAdbCommand( in testUnlock() local 106 in = new Scanner(logs); in testUnlock()
|
/cts/hostsidetests/abioverride/src/android/abioverride/cts/ |
D | AbiOverrideTest.java | 92 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/ |
D | BaseTileServiceTest.java | 118 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/ |
D | CrossAppDragAndDropTests.java | 179 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/ |
D | OsHostTests.java | 113 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/ |
D | TestUsbTest.java | 119 String logs = mDevice.executeAdbCommand( in testUsbSerial() local 123 matcher = pattern.matcher(logs); in testUsbSerial()
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 112 String logs = device.executeAdbCommand( in testInputUpdated() local 114 Scanner in = new Scanner(logs); in testInputUpdated()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 143390 protected static java.util.Hashtable logs
|