Home
last modified time | relevance | path

Searched defs:skipFully (Results 1 – 25 of 26) sorted by relevance

12

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorInput.java140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method
152 void skipFully(int length) throws IOException; in skipFully() method
DForwardingExtractorInput.java51 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
DDefaultExtractorInput.java102 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_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorInput.java140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method
152 void skipFully(int length) throws IOException; in skipFully() method
DForwardingExtractorInput.java51 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
DDefaultExtractorInput.java102 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_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java136 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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java136 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/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
DInputStreamUtil.java148 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in InputStreamUtil
/external/guava/guava/src/com/google/common/io/
DCharStreams.java260 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
DByteStreams.java818 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/external/guava/android/guava/src/com/google/common/io/
DCharStreams.java260 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
DByteStreams.java818 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSource.java440 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in OkHttpDataSource
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
DNioByteStringTest.java311 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
DNioByteStringTest.java311 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSource.java434 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in OkHttpDataSource
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
DNioByteStringTest.java311 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/
DIOUtils.java2519 public static void skipFully(final InputStream input, final long toSkip) throws IOException { in skipFully() method in IOUtils
2549 …public static void skipFully(final InputStream input, final long toSkip, final Supplier<byte[]> sk… in skipFully() method in IOUtils
2569 …public static void skipFully(final ReadableByteChannel input, final long toSkip) throws IOExceptio… in skipFully() method in IOUtils
2599 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/
DDefaultHttpDataSource.java716 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/
DDefaultHttpDataSource.java708 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/
DCronetDataSource.java871 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in CronetDataSource

12