Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 18 of 18) 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/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java127 FileOutputStream stream = null; in createFileFromStr() local
/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/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java261 FileOutputStream stream = new FileOutputStream(file); in createTestDeviceInfoJSONFile() local
270 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.java78 public static BusinessLogic createFromFile(FileInputStream stream) { in createFromFile()
260 private static String readStream(FileInputStream stream) throws IOException { in readStream()
DDynamicConfig.java118 try (FileInputStream stream = new FileInputStream(file)) { in createConfigMap()
DResultHandler.java330 OutputStream stream = new FileOutputStream(resultFile); in writeResults() local
510 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.java156 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
181 private void testLogDeviceInfo(String name, InputStreamSource stream) { in testLogDeviceInfo()
/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.java496 try (InputStreamSource stream = new FileInputStreamSource(summaryFile)) { in putSummary()
663 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
695 private void testLogDeviceInfo(String name, InputStreamSource stream) { in testLogDeviceInfo()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp636 stringstream stream; in GetHalTraceMapping() local