/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ProgramBinaryTest.cpp | 248 GLsizei readLength = 0; in TEST_P() local 372 GLsizei readLength = 0; in testBinaryAndUBOBlockIndexes() local 457 GLsizei readLength = 0; in TEST_P() local 534 GLsizei readLength = 0; in TEST_P() local 640 GLsizei readLength = 0; in TEST_P() local 839 GLsizei readLength = 0; in TEST_P() local 971 GLsizei readLength = 0; in TEST_P() local 1145 GLsizei readLength = 0; in TEST_P() local 1203 GLsizei readLength = 0; in TEST_P() local 1247 GLsizei readLength = 0; in TEST_P() local [all …]
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/io/ |
H A D | MemoryDataStore.java | 116 int readLength = Math.min(b.length, size - position); in readAt() local 129 int readLength = Math.min(len, size - position); in readAt() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
H A 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
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
H A 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
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
H A 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
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/ |
H A D | OkHttpDataSource.java | 447 int readLength = (int) min(bytesToSkip, skipBuffer.length); in skipFully() local 488 private int readInternal(byte[] buffer, int offset, int readLength) throws IOException { in readInternal()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/ |
H A D | OkHttpDataSource.java | 441 int readLength = (int) min(bytesToSkip, skipBuffer.length); in skipFully() local 482 private int readInternal(byte[] buffer, int offset, int readLength) throws IOException { in readInternal()
|
/aosp_15_r20/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaParser.java | 347 int read(@NonNull byte[] buffer, int offset, int readLength) throws IOException; in read() 1570 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() 1899 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() 1932 public int read(byte[] buffer, int offset, int readLength) { in read()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultHttpDataSource.java | 714 int readLength = (int) min(bytesToSkip, skipBuffer.length); in skipFully() local 748 private int readInternal(byte[] buffer, int offset, int readLength) throws IOException { in readInternal()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultHttpDataSource.java | 722 int readLength = (int) min(bytesToSkip, skipBuffer.length); in skipFully() local 756 private int readInternal(byte[] buffer, int offset, int readLength) throws IOException { in readInternal()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/ |
H A D | ByteArrayUploadDataProvider.java | 43 int readLength = min(byteBuffer.remaining(), data.length - position); in read() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/ |
H A D | ByteArrayUploadDataProvider.java | 43 int readLength = min(byteBuffer.remaining(), data.length - position); in read() local
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | BitmapFactorySecurityTests.java | 50 int readLength; in getResource() local
|
/aosp_15_r20/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/ |
H A D | MockMediaParserInputReader.java | 44 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | entropy.cpp | 99 size_t readLength; in otPlatEntropyGet() local
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | entropy.c | 97 size_t readLength; in otPlatEntropyGet() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
H A D | NalUnitTargetBuffer.java | 80 int readLength = limit - offset; in appendToNalUnit() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
H A D | NalUnitTargetBuffer.java | 80 int readLength = limit - offset; in appendToNalUnit() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/mediaparser/ |
H A D | InputReaderAdapterV30.java | 72 public int read(byte[] bytes, int offset, int readLength) throws IOException { in read()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/mediaparser/ |
H A D | InputReaderAdapterV30.java | 72 public int read(byte[] bytes, int offset, int readLength) throws IOException { in read()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | BitmapRegionDecoderTest.java | 858 int readLength; in obtainByteArray() local 876 int readLength = 0; in obtainPath() local
|
H A D | Utils.java | 104 int readLength = 0; in obtainFile() local
|
/aosp_15_r20/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/ |
D | AssetDataSource.java | 88 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | MsgPackReader.cpp | 211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/ |
H A D | AssetFileDescriptorTest.java | 150 int readLength = 0; in testInputOutputStream() local
|