Home
last modified time | relevance | path

Searched defs:readLength (Results 1 – 25 of 43) sorted by relevance

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDataSchemeDataSource.java79 public int read(byte[] buffer, int offset, int readLength) { in read()
88 System.arraycopy(castNonNull(data), readPosition, buffer, offset, readLength); in read() local
DDummyDataSource.java45 public int read(byte[] buffer, int offset, int readLength) { in read()
DByteArrayDataSource.java61 public int read(byte[] buffer, int offset, int readLength) { in read()
DAssetDataSource.java96 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read()
DStatsDataSource.java90 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
DDefaultHttpDataSource.java354 public int read(byte[] buffer, int offset, int readLength) throws HttpDataSourceException { in read()
655 int readLength = (int) Math.min(bytesToSkip - bytesSkipped, skipBuffer.length); in skipInternal() local
685 private int readInternal(byte[] buffer, int offset, int readLength) throws IOException { in readInternal()
DFileDataSource.java106 public int read(byte[] buffer, int offset, int readLength) throws FileDataSourceException { in read()
DContentDataSource.java109 public int read(byte[] buffer, int offset, int readLength) throws ContentDataSourceException { in read()
DResolvingDataSource.java109 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
DRawResourceDataSource.java135 public int read(byte[] buffer, int offset, int readLength) throws RawResourceDataSourceException { in read()
DUdpDataSource.java123 public int read(byte[] buffer, int offset, int readLength) throws UdpDataSourceException { in read()
/external/angle/src/tests/gl_tests/
DProgramBinaryTest.cpp248 GLsizei readLength = 0; in TEST_P() local
351 GLsizei readLength = 0; in testBinaryAndUBOBlockIndexes() local
476 GLsizei readLength = 0; in TEST_P() local
569 GLsizei readLength = 0; in TEST_P() local
708 GLsizei readLength = 0; in TEST_P() local
873 GLsizei readLength = 0; in TEST_P() local
914 GLsizei readLength = 0; in TEST_P() local
978 GLsizei readLength = 0; in TEST_P() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DMemoryDataStore.java86 int readLength = Math.min(b.length, size - position); in readAt() local
99 int readLength = Math.min(len, size - position); in readAt() local
/external/exoplayer/tree/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSource.java271 public int read(byte[] buffer, int offset, int readLength) throws HttpDataSourceException { in read()
389 int readLength = (int) Math.min(bytesToSkip - bytesSkipped, SKIP_BUFFER.length); in skipInternal() local
416 private int readInternal(byte[] buffer, int offset, int readLength) throws IOException { in readInternal()
/external/exoplayer/tree/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/
DByteArrayUploadDataProvider.java43 int readLength = Math.min(byteBuffer.remaining(), data.length - position); in read() local
/external/exoplayer/tree/extensions/rtmp/src/main/java/com/google/android/exoplayer2/ext/rtmp/
DRtmpDataSource.java57 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DNalUnitTargetBuffer.java84 int readLength = limit - offset; in appendToNalUnit() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/crypto/
DAesCipherDataSource.java62 public int read(byte[] data, int offset, int readLength) throws IOException { in read()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1InputStream.java111 protected int readLength() in readLength() method in ASN1InputStream
333 static int readLength(InputStream s, int limit, boolean isParsing) in readLength() method in ASN1InputStream
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1InputStream.java109 protected int readLength() in readLength() method in ASN1InputStream
331 static int readLength(InputStream s, int limit, boolean isParsing) in readLength() method in ASN1InputStream
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1InputStream.java113 protected int readLength() in readLength() method in ASN1InputStream
336 static int readLength(InputStream s, int limit, boolean isParsing) in readLength() method in ASN1InputStream
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DAes128DataSource.java98 public final int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackReader.cpp211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DAes128DataSourceTest.java112 public int read(byte[] buffer, int offset, int readLength) { in read()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DIcyDataSource.java79 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()

12