/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
D | DataSchemeDataSource.java | 79 public int read(byte[] buffer, int offset, int readLength) { in read() 88 System.arraycopy(castNonNull(data), readPosition, buffer, offset, readLength); in read() local
|
D | DummyDataSource.java | 45 public int read(byte[] buffer, int offset, int readLength) { in read()
|
D | ByteArrayDataSource.java | 61 public int read(byte[] buffer, int offset, int readLength) { in read()
|
D | AssetDataSource.java | 96 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read()
|
D | StatsDataSource.java | 90 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|
D | DefaultHttpDataSource.java | 354 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()
|
D | FileDataSource.java | 106 public int read(byte[] buffer, int offset, int readLength) throws FileDataSourceException { in read()
|
D | ContentDataSource.java | 109 public int read(byte[] buffer, int offset, int readLength) throws ContentDataSourceException { in read()
|
D | ResolvingDataSource.java | 109 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|
D | RawResourceDataSource.java | 135 public int read(byte[] buffer, int offset, int readLength) throws RawResourceDataSourceException { in read()
|
D | UdpDataSource.java | 123 public int read(byte[] buffer, int offset, int readLength) throws UdpDataSourceException { in read()
|
/external/angle/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 248 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/ |
D | MemoryDataStore.java | 86 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/ |
D | OkHttpDataSource.java | 271 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/ |
D | ByteArrayUploadDataProvider.java | 43 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/ |
D | RtmpDataSource.java | 57 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/ |
D | NalUnitTargetBuffer.java | 84 int readLength = limit - offset; in appendToNalUnit() local
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/crypto/ |
D | AesCipherDataSource.java | 62 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/ |
D | ASN1InputStream.java | 111 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/ |
D | ASN1InputStream.java | 109 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/ |
D | ASN1InputStream.java | 113 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/ |
D | Aes128DataSource.java | 98 public final int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|
/external/llvm-project/llvm/lib/BinaryFormat/ |
D | MsgPackReader.cpp | 211 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/ |
D | Aes128DataSourceTest.java | 112 public int read(byte[] buffer, int offset, int readLength) { in read()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ |
D | IcyDataSource.java | 79 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|