| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
| D | PythonUnitTestResultParserTest.java | 123 String[] output = { in testParseNoTests() local 139 String[] output = { in testParseSingleTestPass() local 159 String[] output = { in testParseSingleTestPassWithExpectedFailure() local 179 String[] output = { in testParseMultiTestPass() local 200 String[] output = { in testParseMultiTestPassWithOneExpectedFailure() local 221 String[] output = { in testParseMultiTestPassWithAllExpectedFailure() local 242 String[] output = { in testParseSingleTestFail() local 270 String[] output = { in testParseMultiTestFailWithExpectedFailure() local 299 String[] output = { in testParseSingleTestUnexpectedSuccess() local 319 String[] output = { in testParseSingleTestSkipped() local [all …]
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
| D | SandboxConfigDumpTest.java | 60 String output = FileUtil.readStringFromFile(mOutputFile); in testParseCommandLine() local 81 String output = FileUtil.readStringFromFile(mOutputFile); in testParseCommandLine_filtered() local 102 String output = FileUtil.readStringFromFile(mOutputFile); in testParseCommandLine_run() local
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| D | StreamUtilTest.java | 43 final ByteArrayList output = StreamUtil.getByteArrayListFromStream(stream); in testGetByteArrayListFromSource() local 60 final ByteArrayList output = StreamUtil.getByteArrayListFromStream( in testGetByteArrayListFromStream() local 78 final String output = StreamUtil.getStringFromStream(stream); in testGetStringFromSource() local 89 BufferedReader output = null; in testGetBufferedReaderFromInputStream() local 116 final String output = StreamUtil.getStringFromStream( in testGetStringFromStream() local
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
| D | MetricsXMLResultReporterTest.java | 86 String output = getOutput(); in testRunMetrics() local 113 String output = getOutput(); in testTestMetrics() local 139 String output = getOutput(); in testTestFailMetrics() local
|
| D | XmlResultReporterTest.java | 129 String output = getOutput(); in testSinglePass() local 154 String output = getOutput(); in testSingleFail() local 168 String output = mOutputStream.toString(); in getOutput() local
|
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
| D | LittleEndianUtils.java | 98 public static void writeUnsigned4Le(@Nonnull ByteBuffer output, long value) in writeUnsigned4Le() 120 public static void writeUnsigned2Le(@Nonnull ByteBuffer output, int value) in writeUnsigned2Le()
|
| /tools/tradefederation/contrib/tests/src/com/android/monkey/ |
| D | MonkeyBaseTest.java | 41 Collection<String> output = MonkeyBase.setSubtract(haystack, needles); in testSetSubtract_noExclude() local 52 Collection<String> output = MonkeyBase.setSubtract(haystack, needles); in testSetSubtract() local
|
| /tools/loganalysis/tests/src/com/android/loganalysis/item/ |
| D | SmartMonkeyLogItemTest.java | 41 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | TopItemTest.java | 36 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | DvmLockSampleItemTest.java | 44 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | InterruptItemTest.java | 40 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | MemInfoItemTest.java | 38 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | WakelockItemTest.java | 42 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | BatteryUsageItemTest.java | 39 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | SystemPropsItemTest.java | 38 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| D | BatteryDischargeItemTest.java | 41 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
|
| /tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
| D | DeviceConfigurationTest.java | 39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough() local
|
| /tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
| D | DumpHeapCollector.java | 61 String output = in collect() local 88 List<File> takeDumpheap(ITestDevice device, String output, String process, Long threshold) in takeDumpheap()
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
| D | ConfigurationUtilTest.java | 57 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml() local 97 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml_filtered() local 274 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml_filterDeprecated() local
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| D | GoogleBenchmarkResultParser.java | 53 public Map<String, String> parse(CollectingOutputReceiver output) { in parse() 114 private String sanitizeOutput(String output) { in sanitizeOutput()
|
| /tools/tradefederation/contrib/src/com/android/graphics/tests/ |
| D | FlatlandTestFuncTest.java | 29 private final String output = field in FlatlandTestFuncTest
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | DeviceConcurrentUtil.java | 120 String output = receiver.getOutput(); in call() local 125 public abstract V processOutput(String output); in processOutput()
|
| /tools/tradefederation/contrib/src/com/android/performance/tests/ |
| D | AppInstallTest.java | 194 String output = mDevice.executeShellCommand("pm install-create -r -d -g"); in installAndTime() local 260 private String sessionFromInstallCreateOutput(String output) { in sessionFromInstallCreateOutput() 267 private boolean checkSuccess(String output, File packageFile, String stepForErrorLog) { in checkSuccess()
|
| /tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
| D | FileProtoResultReporter.java | 47 public void setFileOutput(File output) { in setFileOutput()
|
| /tools/metalava/src/test/java/com/android/tools/metalava/apilevels/ |
| D | ApiGeneratorTest.kt | 52 val output = File.createTempFile("api-info", "xml") in Extract API levels() constant
|