Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DVersion.kt30 … val stream = BufferedInputStream(Version::class.java.getResourceAsStream("/version.properties")) constant
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4Signature.java207 static V4Signature readFrom(InputStream stream) throws IOException { in readFrom()
217 public void writeTo(OutputStream stream) throws IOException { in writeTo()
247 static void readFully(InputStream stream, byte[] buffer) throws IOException { in readFully()
259 static int readIntLE(InputStream stream) throws IOException { in readIntLE()
265 static void writeIntLE(OutputStream stream, int v) throws IOException { in writeIntLE()
270 static byte[] readBytes(InputStream stream) throws IOException { in readBytes()
294 static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes()
/tools/netsim/src/backend/
Dgrpc_server.cc58 Stream *stream) override { in StreamPackets()
113 void ProcessRequests(Stream *stream, uint32_t device_id, in ProcessRequests()
158 auto stream = facade_to_stream[ChipFacade(kind, facade_id)]; in HandleResponse() local
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java184 void print(String tag, ApiElement parentElement, String indent, PrintStream stream) { in print()
201 PrintStream stream) { in print()
247 …d print(Collection<? extends ApiElement> elements, String tag, String indent, PrintStream stream) { in print()
266 static void printClosingTag(String tag, String indent, PrintStream stream) { in printClosingTag()
DApi.java46 public void print(PrintStream stream, Set<SdkIdentifier> sdkIdentifiers) { in print()
56 print(mClasses.values(), "class", "\t", stream); in print() local
DApiClass.java146 public void print(String tag, ApiElement parentElement, String indent, PrintStream stream) { in print()
154 print(mMethods.values(), "method", innerIndent, stream); in print() local
155 print(mFields.values(), "field", innerIndent, stream); in print() local
DApiGenerator.java173 try (PrintStream stream = new PrintStream(outFile, "UTF-8")) { in createApiFile()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingLineReader.kt33 val stream = this@iterLines in <lambda>() constant
/tools/netsim/rust/netsim-cxx/src/http_server/
Dhttp_router.rs136 let mut stream = Cursor::new(Vec::new()); in test_handle_request() localVariable
151 let mut stream = Cursor::new(Vec::new()); in test_handle_request() localVariable
171 let mut stream = Cursor::new(Vec::new()); in test_mismatch_uri() localVariable
Dserver_response.rs103 let mut stream = Cursor::new(Vec::new()); in test_put_error() localVariable
114 let mut stream = Cursor::new(Vec::new()); in test_put_ok() localVariable
Dhttp_response.rs81 let mut stream = Cursor::new(Vec::new()); in test_write_to() localVariable
Dmod.rs58 let stream = stream.unwrap(); in run_http_server() localVariable
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DByteTracker.java48 public CloseableDelegateByteSource fromStream(@Nonnull InputStream stream) throws IOException { in fromStream()
/tools/platform-compat/java/com/android/annotationvisitor/
DJarReader.java55 public Stream<JavaClass> stream() { in stream() method in JarReader
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DTraceViewerWindow.kt69 val stream = BufferedInputStream(progress) in <lambda>() constant
/tools/security/fuzzing/orphans/libskia/
Dlibskia_image_processor_fuzzer.cpp39 …std::unique_ptr<SkMemoryStream> stream = SkMemoryStream::MakeDirect(contents.data(), contents.size… in getAndroidPixels() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java199 try (InputStream stream = screenSource.createInputStream()) { in testScreenshot()
233 static boolean isImageBlack(InputStream stream) throws IOException { in isImageBlack()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java1634 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/coverage/com/android/jacocolcov/
DJacocoToLcovConverter.java157 try (Stream<Path> stream = Files.walk(path)) { in indexSourcePath()
/tools/asuite/atest/
Datest_utils.py408 def _has_colors(stream): argument
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1285 val stream = url.openStream() in <lambda>() constant