Home
last modified time | relevance | path

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

12

/external/guava/android/guava/src/com/google/common/io/
DCharSource.java110 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
455 public InputStream openStream() throws IOException { in openStream() method in CharSource.AsByteSource
476 public Reader openStream() { in openStream() method in CharSource.CharSequenceCharSource
574 public Reader openStream() { in openStream() method in StringCharSource
623 public Reader openStream() throws IOException { in openStream() method in ConcatenatedCharSource
DByteSink.java73 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
151 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
DByteSource.java105 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
473 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
509 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
594 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
695 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
DCharSink.java67 public abstract Writer openStream() throws IOException; in openStream() method in CharSink
/external/guava/guava/src/com/google/common/io/
DByteSink.java73 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
151 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
DByteSource.java105 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
473 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
509 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
594 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
695 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
DCharSource.java115 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
/external/oboe/tests/
DtestStreamStop.cpp37 bool openStream(Direction direction, AudioApi audioApi, PerformanceMode perfMode) { in openStream() function in TestStreamStop
55 bool openStream(AudioStreamBuilder &builder) { in openStream() function in TestStreamStop
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/oboe/src/common/
DAudioStreamBuilder.cpp91 Result AudioStreamBuilder::openStream(AudioStream **streamPP) { in openStream() function in oboe::AudioStreamBuilder
224 Result AudioStreamBuilder::openStream(std::shared_ptr<AudioStream> &sharedStream) { in openStream() function in oboe::AudioStreamBuilder
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathEntry.java27 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
DTestByteSource.java56 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
DTestByteSink.java56 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
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/dagger2/javatests/dagger/functional/spi/
DSpiTest.java51 try (InputStream stream = getResource(SpiTest.class, "SpiTest_C.properties").openStream()) { in testPluginRuns()
/external/cronet/tot/net/android/java/src/org/chromium/net/
DChromiumNetworkAdapter.java55 public static InputStream openStream(URL url, NetworkTrafficAnnotationTag trafficAnnotation) in openStream() method in ChromiumNetworkAdapter
/external/cronet/stable/net/android/java/src/org/chromium/net/
DChromiumNetworkAdapter.java55 public static InputStream openStream(URL url, NetworkTrafficAnnotationTag trafficAnnotation) in openStream() method in ChromiumNetworkAdapter
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/filer/
DFormattingJavaFileObject.java76 public Writer openStream() throws IOException { in openWriter() method

12