Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DExtractorInput.java140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method
152 void skipFully(int length) throws IOException; in skipFully() method
H A 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
H A 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
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DExtractorInput.java140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully() method
152 void skipFully(int length) throws IOException; in skipFully() method
H A 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
H A 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
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A 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
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A 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
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A 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
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DInputStreamUtil.java148 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in InputStreamUtil
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java260 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
H A DByteStreams.java818 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DCharStreams.java260 public static void skipFully(Reader reader, long n) throws IOException { in skipFully() method in CharStreams
H A DByteStreams.java818 public static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in ByteStreams
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
H A DOkHttpDataSource.java440 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in OkHttpDataSource
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLiteralByteStringTest.java292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
H A DNioByteStringTest.java311 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLiteralByteStringTest.java292 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in LiteralByteStringTest
H A DNioByteStringTest.java311 static void skipFully(InputStream in, long n) throws IOException { in skipFully() method in NioByteStringTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
H A DOkHttpDataSource.java434 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in OkHttpDataSource
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
H A DDefaultHttpDataSource.java708 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws IOException { in skipFully() method in DefaultHttpDataSource
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
H A DDefaultHttpDataSource.java716 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws IOException { in skipFully() method in DefaultHttpDataSource
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/
H A DCronetDataSource.java871 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in CronetDataSource
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/
H A DCronetDataSource.java991 private void skipFully(long bytesToSkip, DataSpec dataSpec) throws HttpDataSourceException { in skipFully() method in CronetDataSource
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-io/apache-commons-io/android_common_apex33/turbine/
Dapache-commons-io.jarorg/apache/commons/io/ByteOrderMark.class <Unknown> package org.apache. ...

12345678910>>...15