Home
last modified time | relevance | path

Searched defs:openStream (Results 1 – 25 of 48) sorted by relevance

12

/external/guava/guava/src/com/google/common/io/
DByteSink.java70 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
148 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
DByteSource.java90 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
459 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
495 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
578 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
678 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
DCharSource.java101 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
DMoreFiles.java112 public InputStream openStream() throws IOException { in openStream() method in MoreFiles.PathByteSource
/external/guava/android/guava/src/com/google/common/io/
DByteSink.java70 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
148 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
DCharSource.java96 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
443 public InputStream openStream() throws IOException { in openStream() method in CharSource.AsByteSource
464 public Reader openStream() { in openStream() method in CharSource.CharSequenceCharSource
559 public Reader openStream() { in openStream() method in StringCharSource
608 public Reader openStream() throws IOException { in openStream() method in ConcatenatedCharSource
DByteSource.java90 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
459 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
495 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
578 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
678 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
DCharSink.java64 public abstract Writer openStream() throws IOException; in openStream() method in CharSink
/external/oboe/src/common/
DAudioStreamBuilder.cpp91 Result AudioStreamBuilder::openStream(AudioStream **streamPP) { in openStream() function in oboe::AudioStreamBuilder
215 Result AudioStreamBuilder::openStream(std::shared_ptr<AudioStream> &sharedStream) { in openStream() function in oboe::AudioStreamBuilder
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathEntry.java25 InputStream openStream() throws IOException; in openStream() method
/external/guava/android/guava-tests/test/com/google/common/io/
DTestCharSource.java49 public Reader openStream() throws IOException { in openStream() method in TestCharSource
DTestByteSink.java56 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
DTestByteSource.java56 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
DTestCharSink.java54 public Writer openStream() throws IOException { in openStream() method in TestCharSink
/external/guava/guava-tests/test/com/google/common/io/
DTestCharSource.java49 public Reader openStream() throws IOException { in openStream() method in TestCharSource
DTestByteSink.java56 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
DTestByteSource.java56 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
DTestCharSink.java54 public Writer openStream() throws IOException { in openStream() method in TestCharSink
/external/perfetto/ui/src/controller/
Dadb_jsdomtest.ts76 const openStream = jest.fn(); constant
/external/dagger2/javatests/dagger/functional/spi/
DSpiTest.java51 try (InputStream stream = getResource(SpiTest.class, "SpiTest_C.properties").openStream()) { in testPluginRuns()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/filer/
DFormattingJavaFileObject.java76 public Writer openStream() throws IOException { in openWriter() method
/external/oboe/tests/
DtestXRunBehaviour.cpp35 bool openStream() { in openStream() function in XRunBehaviour
DtestStreamWaitState.cpp34 bool openStream(Direction direction, PerformanceMode perfMode) { in openStream() function in TestStreamWaitState
47 bool openStream(AudioStreamBuilder &builder) { in openStream() function in TestStreamWaitState
DtestStreamStates.cpp35 bool openStream(Direction direction) { in openStream() function in StreamStates
48 bool openStream() { in openStream() function in StreamStates
/external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/
DAwsIdentityDocUtils.java86 private static InputStream openStream(URI uri) throws IOException { in openStream() method in AwsIdentityDocUtils

12