/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ShellOutputReceiverStreamTest.java | 50 try (ShellOutputReceiverStream stream = new ShellOutputReceiverStream(null)) { in testNullReceiver() 61 try (ShellOutputReceiverStream stream = new ShellOutputReceiverStream(mReceiver)) { in testUpperBitsIgnoredInSingleByteWrite() 70 try (ShellOutputReceiverStream stream = new ShellOutputReceiverStream(mReceiver)) { in testWriteSingleBytes() 80 try (ShellOutputReceiverStream stream = new ShellOutputReceiverStream(mReceiver)) { in testWriteFullByteArray1() 88 try (ShellOutputReceiverStream stream = new ShellOutputReceiverStream(mReceiver)) { in testWriteFullByteArray2() 97 try (ShellOutputReceiverStream stream = new ShellOutputReceiverStream(mReceiver)) { in testWritePartialByteArray()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestSuiteInfoTest.java | 58 FileInputStream stream = null; in testLoadConfig() local 84 FileInputStream stream = null; in testLoadConfig_multiArch() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | SnapshotInputStreamSource.java | 36 public SnapshotInputStreamSource(String name, InputStream stream) { in SnapshotInputStreamSource() 56 File createBackingFile(String name, InputStream stream) throws IOException { in createBackingFile()
|
D | LogSaverResultForwarder.java | 89 try (InputStream stream = source.createInputStream()) { in reportEndHostLog() 94 try (InputStream stream = source.createInputStream()) { in reportEndHostLog()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Version.kt | 30 … val stream = BufferedInputStream(Version::class.java.getResourceAsStream("/version.properties")) constant
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/ |
D | CoverageMeasurementForwarder.java | 83 try (InputStreamSource stream = new FileInputStreamSource(coverageMeasurement)) { in run() 84 listener.testLog(getNameWithoutExtension(artifactName), mLogDataType, stream); in run() local
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | StreamUtil.java | 63 final InputStream stream = source.createInputStream(); in getStringFromSource() local 99 final InputStream stream = source.createInputStream(); in getByteArrayListFromSource() local 116 public static String getStringFromStream(InputStream stream) throws IOException { in getStringFromStream() 128 public static String getStringFromStream(InputStream stream, long length) throws IOException { in getStringFromStream() 151 public static ByteArrayList getByteArrayListFromStream(InputStream stream) throws IOException { in getByteArrayListFromStream() 168 public static BufferedReader getBufferedReaderFromStreamSrc(InputStreamSource stream) { in getBufferedReaderFromStreamSrc()
|
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
D | ApiElement.java | 131 void print(String tag, ApiElement parentElement, String indent, PrintStream stream) { in print() 148 PrintStream stream) { in print() 182 …d print(Collection<? extends ApiElement> elements, String tag, String indent, PrintStream stream) { in print() 201 static void printClosingTag(String tag, String indent, PrintStream stream) { in printClosingTag()
|
D | Api.java | 42 public void print(PrintStream stream) { in print() 44 print(mClasses.values(), "class", "\t", stream); in print() local
|
D | ApiClass.java | 141 public void print(String tag, ApiElement parentElement, String indent, PrintStream stream) { in print() 149 print(mMethods.values(), "method", innerIndent, stream); in print() local 150 print(mFields.values(), "field", innerIndent, stream); in print() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | DebugHostLogOnFailureCollector.java | 61 try (InputStream stream = source.createInputStream()) { in onTestFail() 64 new SnapshotInputStreamSource("host-log-failure", stream)) { in onTestFail() argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | DumpHeapCollector.java | 125 try (FileInputStreamSource stream = new FileInputStreamSource(dumpheap)) { in saveDumpheap() 127 .testLog(FileUtil.getBaseName(dumpheap.getName()), LogDataType.HPROF, stream); in saveDumpheap() local
|
D | AtraceCollector.java | 237 try (FileInputStreamSource stream = new FileInputStreamSource(f)) { in postProcess() 238 testLog(FileUtil.getBaseName(f.getName()), type, stream); in postProcess() local
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
D | StreamingLineReader.kt | 33 val stream = this@iterLines in <lambda>() constant
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | ByteTracker.java | 48 public CloseableDelegateByteSource fromStream(@Nonnull InputStream stream) throws IOException { in fromStream()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtilTest.java | 57 try (OutputStream stream = new FileOutputStream(protoFile)) { in dumpTestRecord()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/ |
D | TestRecordProtoUtil.java | 59 try (InputStream stream = new FileInputStream(protoFile)) { in readFromFile()
|
/tools/tradefederation/core/python-lib/tradefed_py/ |
D | base_test.py | 31 def setUpDevice(self, serial, stream, options): argument
|
D | android_device.py | 25 def __init__(self, serial=None, stream=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | FileLogger.java | 98 SizeLimitedOutputStream stream = mOutputStream; in doCloseLog() local
|
/tools/security/fuzzing/orphans/libskia/ |
D | libskia_image_processor_fuzzer.cpp | 35 …std::unique_ptr<SkMemoryStream> stream = SkMemoryStream::MakeDirect(contents.data(), contents.size… in getAndroidPixels() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | CircularAtraceUtil.java | 97 FileInputStreamSource stream = new FileInputStreamSource(temp); in endTrace() local
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | TraceViewerWindow.kt | 69 val stream = BufferedInputStream(progress) in <lambda>() constant
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/ |
D | LocalFileHeader.java | 104 try (FileInputStream stream = new FileInputStream(partialZipFile)) { in LocalFileHeader()
|
D | EndCentralDirectoryInfo.java | 151 try (FileInputStream stream = new FileInputStream(zipFile)) { in getEndCentralDirectoryInfo()
|