Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 19 of 19) sorted by relevance

/test/vts/utils/python/coverage/
Dparser_test.py49 def concat_int(cls, stream, integer): argument
68 def concat_int64(cls, stream, integer): argument
89 def concat_string(cls, stream, string): argument
Dparser.py43 def __init__(self, stream, magic): argument
Dgcda_parser.py52 def __init__(self, stream): argument
Dgcno_parser.py63 def __init__(self, stream): argument
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java119 FileOutputStream stream = new FileOutputStream(file); in createFileFromStr() local
DBusinessLogicTest.java246 FileOutputStream stream = new FileOutputStream(file); in createFileFromStr() local
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java127 FileOutputStream stream = null; in createFileFromStr() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java272 FileOutputStream stream = new FileOutputStream(file); in createTestDeviceInfoJSONFile() local
287 FileOutputStream stream = new FileOutputStream(file); in createFileFromStr() local
/test/framework/harnesses/host_controller/command_processor/
Dcommand_test.py118 def LogOutputStream(log_level, stream): argument
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java80 public static BusinessLogic createFromFile(FileInputStream stream) { in createFromFile()
274 private static String readStream(FileInputStream stream) throws IOException { in readStream()
DDynamicConfig.java118 try (FileInputStream stream = new FileInputStream(file)) { in createConfigMap()
DResultHandler.java402 OutputStream stream = new FileOutputStream(resultFile); in writeResults() local
612 try (FileOutputStream stream = new FileOutputStream(checksumCopy)) { in createChecksum()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDynamicConfigHandler.java94 OutputStream stream = new FileOutputStream(mergedConfigFile); in storeMergedConfigFile() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java204 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
235 private void testLogDeviceInfo(String name, InputStreamSource stream) { in testLogDeviceInfo()
651 try (InputStream stream = source.createInputStream()) { in logReportFiles()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java126 public void serialize(OutputStream stream) throws IOException { in serialize()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java179 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
DResultReporter.java509 try (InputStreamSource stream = new FileInputStreamSource(summaryFile)) { in putSummary()
705 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
737 private void testLogDeviceInfo(String name, InputStreamSource stream) { in testLogDeviceInfo()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java271 InputStreamSource stream = null; in postLogcat() local
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp636 stringstream stream; in GetHalTraceMapping() local