| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
| D | ExtractorInput.java | 140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method 152 void skipFully(int length) throws IOException; in skipFully() method
|
| D | ForwardingExtractorInput.java | 51 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in ForwardingExtractorInput 56 public void skipFully(int length) throws IOException { in skipFully() method in ForwardingExtractorInput
|
| D | DefaultExtractorInput.java | 102 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in DefaultExtractorInput 114 public void skipFully(int length) throws IOException { in skipFully() method in DefaultExtractorInput
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
| D | ExtractorInput.java | 140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method 152 void skipFully(int length) throws IOException; in skipFully() method
|
| D | ForwardingExtractorInput.java | 51 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in ForwardingExtractorInput 56 public void skipFully(int length) throws IOException { in skipFully() method in ForwardingExtractorInput
|
| D | DefaultExtractorInput.java | 102 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in DefaultExtractorInput 114 public void skipFully(int length) throws IOException { in skipFully() method in DefaultExtractorInput
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | FakeExtractorInput.java | 136 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in FakeExtractorInput 142 public void skipFully(int length) throws IOException { in skipFully() method in FakeExtractorInput
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | FakeExtractorInput.java | 136 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() method in FakeExtractorInput 142 public void skipFully(int length) throws IOException { in skipFully() method in FakeExtractorInput
|
| /external/guava/android/guava/src/com/google/common/io/ |
| D | CharStreams.java | 263 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
|
| D | ByteStreams.java | 824 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
|
| /external/guava/guava/src/com/google/common/io/ |
| D | CharStreams.java | 263 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
|
| D | ByteStreams.java | 824 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | LiteralByteStringTest.java | 292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
|
| D | NioByteStringTest.java | 311 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/ |
| D | OkHttpDataSource.java | 440 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in OkHttpDataSource
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/ |
| D | OkHttpDataSource.java | 434 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in OkHttpDataSource
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | LiteralByteStringTest.java | 292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
|
| D | NioByteStringTest.java | 311 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/ |
| D | IOUtils.java | 2400 public static void skipFully(final InputStream input, final long toSkip) throws IOException { in skipFully() method in IOUtils 2420 …public static void skipFully(final ReadableByteChannel input, final long toSkip) throws IOExceptio… in skipFully() method in IOUtils 2450 public static void skipFully(final Reader reader, final long toSkip) throws IOException { in skipFully() method in IOUtils
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
| D | DefaultHttpDataSource.java | 716 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws IOException { in skipFully() method in DefaultHttpDataSource
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
| D | DefaultHttpDataSource.java | 708 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws IOException { in skipFully() method in DefaultHttpDataSource
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/ |
| D | CronetDataSource.java | 871 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in CronetDataSource
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/ |
| D | CronetDataSource.java | 991 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in CronetDataSource
|