| /tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/ |
| D | V4Signature.java | 121 static V4Signature readFrom(InputStream stream) throws IOException { in readFrom() 131 public void writeTo(OutputStream stream) throws IOException { in writeTo() 161 static void readFully(InputStream stream, byte[] buffer) throws IOException { in readFully() 173 static int readIntLE(InputStream stream) throws IOException { in readIntLE() 179 static void writeIntLE(OutputStream stream, int v) throws IOException { in writeIntLE() 184 static byte[] readBytes(InputStream stream) throws IOException { in readBytes() 208 static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| D | Version.kt | 30 … val stream = BufferedInputStream(Version::class.java.getResourceAsStream("/version.properties")) constant
|
| /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
|
| D | ApiGenerator.java | 198 try (PrintStream stream = new PrintStream(outFile, "UTF-8")) { in createApiFile()
|
| /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/platform-compat/java/com/android/annotationvisitor/ |
| D | JarReader.java | 55 public Stream<JavaClass> stream() { in stream() method in JarReader
|
| /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/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
| D | TraceViewerWindow.kt | 69 val stream = BufferedInputStream(progress) in <lambda>() constant
|
| /tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/ |
| D | PerformanceTest.java | 199 try (InputStream stream = screenSource.createInputStream()) { in testScreenshot() 233 static boolean isImageBlack(InputStream stream) throws IOException { in isImageBlack()
|
| /tools/asuite/atest-py2/ |
| D | atest_utils.py | 264 def _has_colors(stream): argument
|
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
| D | ZFile.java | 1634 public void add(@Nonnull String name, @Nonnull InputStream stream) throws IOException { in add() 1652 @Nonnull InputStream stream, in makeStoredEntry() 1755 public void add(@Nonnull String name, @Nonnull InputStream stream, boolean mayCompress) in add() 2479 InputStream stream; in addAllRecursively() local
|
| /tools/asuite/atest/ |
| D | atest_utils.py | 364 def _has_colors(stream): argument
|
| /tools/metalava/src/test/java/com/android/tools/metalava/ |
| D | DriverTest.kt | 1451 val stream = url.openStream() in <lambda>() constant
|