Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 107) sorted by relevance

12345

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DPythonUnitTestResultParserTest.java132 String[] output = { in testParseNoTests() local
148 String[] output = { in testParseSingleTestPass() local
168 String[] output = { in testParsePartialSingleLineMatchSkipped() local
187 String[] output = { in testParseSingleTestPassWithExpectedFailure() local
207 String[] output = { in testParseMultiTestPass() local
228 String[] output = { in testParseMultiTestPassWithOneExpectedFailure() local
249 String[] output = { in testParseMultiTestPassWithAllExpectedFailure() local
270 String[] output = { in testParseSingleTestFail() local
298 String[] output = { in testParseSubtestFailure() local
325 String[] output = { in testParseMultiTestFailWithExpectedFailure() local
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxConfigDumpTest.java60 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/atest/tools/
Datest_tools.py137 def _dump_index(dump_file, output, output_re, key, value): argument
216 def _index_cc_classes(output, index): argument
234 def _index_java_classes(output, index): argument
251 def _index_packages(output, index): argument
268 def _index_qualified_classes(output, index): argument
/tools/asuite/atest/tools/
Datest_tools.py155 def _dump_index(dump_file, output, output_re, key, value): argument
240 def _index_cc_classes(output, index): argument
258 def _index_java_classes(output, index): argument
275 def _index_packages(output, index): argument
292 def _index_qualified_classes(output, index): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DStreamUtilTest.java45 final ByteArrayList output = StreamUtil.getByteArrayListFromStream(stream); in testGetByteArrayListFromSource() local
62 final ByteArrayList output = StreamUtil.getByteArrayListFromStream( in testGetByteArrayListFromStream() local
80 final String output = StreamUtil.getStringFromStream(stream); in testGetStringFromSource() local
91 BufferedReader output = null; in testGetBufferedReaderFromInputStream() local
118 final String output = StreamUtil.getStringFromStream( in testGetStringFromStream() local
129 final String output = in testGetStringFromStream_withLength() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DMetricsXMLResultReporterTest.java86 String output = getOutput(); in testRunMetrics() local
113 String output = getOutput(); in testTestMetrics() local
139 String output = getOutput(); in testTestFailMetrics() local
DPassingTestFileReporterTest.java63 String output = readStringFromFile(mFile); in testPassed() local
72 String output = readStringFromFile(mFile); in testFailed() local
DXmlResultReporterTest.java129 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/
DLittleEndianUtils.java98 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/
DMonkeyBaseTest.java41 Collection<String> output = MonkeyBase.setSubtract(haystack, needles); in testSetSubtract_noExclude() local
52 Collection<String> output = MonkeyBase.setSubtract(haystack, needles); in testSetSubtract() local
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationUtilTest.java58 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml() local
99 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml_filtered() local
281 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml_filterDeprecated() local
321 PrintWriter output = new PrintWriter(tmpXml); in testDumpClassToXml_filterNotChanged() local
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DSmartMonkeyLogItemTest.java41 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DDvmLockSampleItemTest.java44 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DTopItemTest.java36 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DInterruptItemTest.java40 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DBatteryUsageItemTest.java39 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DWakelockItemTest.java42 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DSystemPropsItemTest.java38 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DMemInfoItemTest.java38 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
DBatteryDischargeItemTest.java41 JSONObject output = new JSONObject(item.toJson().toString()); in testToJson() local
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DDeviceConfigurationTest.java39 … String output = getDevice().executeShellCommand("gzip -dc /proc/config.gz | grep CONFIG_HZ="); in testConfigHzHighEnough() local
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DDumpHeapCollector.java61 String output = in collect() local
88 List<File> takeDumpheap(ITestDevice device, String output, String process, Long threshold) in takeDumpheap()
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTestFuncTest.java29 private final String output = field in FlatlandTestFuncTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java120 String output = receiver.getOutput(); in call() local
125 public abstract V processOutput(String output); in processOutput()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppInstallTest.java194 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()

12345