/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/ |
H A D | AssetDataSource.java | 88 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read() argument 96 ? readLength in read() 97 : (int) Math.min(mBytesRemaining, readLength); in read()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppObexClientSession.java | 450 int readLength = 0; in sendFile() local 462 readLength = readFully(a, buffer, outputBufferSize); in sendFile() 472 outputStream.write(buffer, 0, readLength); in sendFile() 474 position += readLength; in sendFile() 512 readLength = a.read(buffer, 0, outputBufferSize); in sendFile() 513 outputStream.write(buffer, 0, readLength); in sendFile() 525 position += readLength; in sendFile() 529 + " readLength " + readLength + " bytes took " in sendFile()
|
H A D | BluetoothOppObexServerSession.java | 466 int readLength; in receiveFile() local 477 readLength = is.read(b); in receiveFile() 479 if (readLength == -1) { in receiveFile() 486 os.write(b, 0, readLength); in receiveFile() 487 position += readLength; in receiveFile() 493 "Receive file position = " + position + " readLength " + readLength in receiveFile()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | jsoncheckertest.cpp | 45 size_t readLength = fread(json, 1, length, fp); in ReadFile() local 46 json[readLength] = '\0'; in ReadFile()
|
H A D | filestreamtest.cpp | 48 size_t readLength = fread(json_, 1, length_, fp); in SetUp() local 49 json_[readLength] = '\0'; in SetUp()
|
H A D | prettywritertest.cpp | 155 size_t readLength = fread(json, 1, size, fp); in TEST() local 156 json[readLength] = '\0'; in TEST()
|
H A D | encodedstreamtest.cpp | 73 size_t readLength = fread(buffer, 1, *outLength, fp); in ReadFile() local 74 buffer[readLength] = '\0'; in ReadFile()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | WspTypeDecoder.java | 442 int readLength = mDataLength; 449 mDataLength += readLength; 458 int readLength = mDataLength; 464 mDataLength += readLength;
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | FontCollection.cpp | 503 size_t readLength = 0; in itemize() local 504 U16_NEXT(string, readLength, string_size, nextCh); in itemize() 512 nextUtf16Pos = readLength; in itemize() 513 if (readLength < string_size) { in itemize() 514 U16_NEXT(string, readLength, string_size, nextCh); in itemize()
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | MediaParser.java | 346 int read(@NonNull byte[] buffer, int offset, int readLength) throws IOException; in read() argument 1569 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument 1570 return mInputReader.read(buffer, offset, readLength); in read() 1898 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument 1900 readBytes = mDataReader.read(buffer, offset, readLength); in read() 1931 public int read(byte[] buffer, int offset, int readLength) { in read() argument 1932 mByteArray.readBytes(buffer, offset, readLength); in read() 1933 mCurrentPosition += readLength; in read() 1934 return readLength; in read()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
H A D | TunerTsStreamer.java | 111 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument 117 readLength); in read()
|
H A D | FileTsStreamer.java | 112 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument 118 readLength); in read()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | dom.md | 197 size_t readLength = fread(buffer, 1, filesize, fp); 198 buffer[readLength] = '\0';
|
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 3197 Landroid/icu/text/Edits$Iterator;->readLength(I)I
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 802 HSPLcom/android/org/bouncycastle/asn1/ASN1InputStream;->readLength()I
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 23374 HSPLcom/android/org/bouncycastle/asn1/ASN1InputStream;->readLength()I
|