/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
H A D | AsyncNonStdParsingTest.java | 46 int offset, int readSize) throws Exception in _testLargeUnquoted() 78 int offset, int readSize) throws Exception in _testSimpleUnquoted() 139 int offset, int readSize) throws Exception in _testSingleQuotesDefault() 189 int offset, int readSize) throws Exception in _testAposQuotingEnabled() 285 int offset, int readSize) throws Exception in _testSingleQuotesEscaped() 312 int offset, int readSize) throws Exception in _testNonStandardNameChars() 360 int offset, int readSize) throws Exception in _testNonStandarBackslashQuoting() 386 int offset, int readSize) throws IOException in createParser()
|
H A D | AsyncScalarArrayTest.java | 41 byte[] data, int offset, int readSize) throws IOException in _testTokens() 92 byte[] data, int offset, int readSize) throws IOException in _testInts() 145 byte[] data, int offset, int readSize) throws IOException in _testLong() 192 byte[] data, int offset, int readSize) throws IOException in _testFloats() 234 byte[] data, int offset, int readSize) throws IOException in _testDoubles() 298 byte[] data, int offset, int readSize) throws IOException in _testBigIntegers() 351 byte[] doc, int offset, int readSize) throws IOException in _testBigDecimals()
|
H A D | AsyncSimpleNestedTest.java | 35 byte[] data, int offset, int readSize) throws IOException in _testStuffInObject() 98 byte[] data, int offset, int readSize) throws IOException in _testStuffInArray() 146 byte[] data, int offset, int readSize) throws IOException in _testStuffInArray2() 199 byte[] data, int offset, int readSize) throws IOException in _testMismatchedArray() 226 byte[] data, int offset, int readSize) throws IOException in _testMismatchedObject()
|
H A D | AsyncInvalidCharsTest.java | 29 private void _testUtf8BOMHandling(int offset, int readSize) throws Exception in _testUtf8BOMHandling() 38 private void _testUTF8BomOk(int offset, int readSize) throws Exception in _testUTF8BomOk() 74 private void _testUTF8BomFail(int offset, int readSize, in _testUTF8BomFail() 105 private void _testHandlingOfInvalidSpace(int offset, int readSize) throws Exception in _testHandlingOfInvalidSpace()
|
H A D | AsyncRootValuesTest.java | 45 byte[] data, int offset, int readSize) throws IOException in _testTokenRootTokens() 76 byte[] data, int offset, int readSize) throws IOException in _testTokenRootSequence() 116 byte[] data, int offset, int readSize) throws IOException in _testMixedRootSequence()
|
H A D | AsyncBinaryParseTest.java | 63 private void _testBinaryAsRoot2(JsonFactory f, int offset, int readSize) throws IOException in _testBinaryAsRoot2() 91 private void _testBinaryAsArray2(JsonFactory f, int offset, int readSize) throws IOException in _testBinaryAsArray2() 129 private void _testBinaryAsObject2(JsonFactory f, int offset, int readSize) throws IOException in _testBinaryAsObject2()
|
H A D | AsyncCharEscapingTest.java | 29 private void _testMissingLinefeedEscaping(byte[] doc, int offset, int readSize) in _testMissingLinefeedEscaping() 58 private void _testSimpleEscaping(int offset, int readSize) throws Exception in _testSimpleEscaping()
|
H A D | AsyncStringObjectTest.java | 40 byte[] data, int offset, int readSize) throws IOException in _testBasicFieldsNames() 47 byte[] data, int offset, int readSize, boolean verifyContents) throws IOException in _testBasicFieldsNames2()
|
H A D | AsyncFieldNamesTest.java | 101 int offset, int readSize) throws IOException in _testEscapedFieldNames() 115 int offset, int readSize) throws IOException in _testEscapedAposFieldNames()
|
H A D | AsyncSimpleObjectTest.java | 44 byte[] data, int offset, int readSize) throws IOException in _testBooleans() 138 byte[] data, int offset, int readSize) throws IOException in _testNumbers()
|
H A D | AsyncRootNumbersTest.java | 42 byte[] data, int offset, int readSize) throws IOException in _testRootInts() 113 byte[] data, int offset, int readSize) throws IOException in _testRootDoubles()
|
H A D | AsyncPointerFromContext563Test.java | 28 public void _testPointerWithAsyncParser(byte[] doc, int offset, int readSize) throws Exception in _testPointerWithAsyncParser()
|
H A D | AsyncUnicodeHandlingTest.java | 48 int length, int readSize) throws IOException in _testUnicodeWithSurrogates()
|
/aosp_15_r20/external/lz4/examples/ |
H A D | frameCompress.c | 99 size_t const readSize = fread(inBuff, 1, inSize, f_unc); in compress_file_internal() local 110 size_t const readSize = fread(inBuff, 1, inSize, f_in); in compress_file_internal() local 217 size_t readSize = firstChunk ? filled : fread(src, 1, srcCapacity, f_in); firstChunk=0; in decompress_file_internal() local 260 { size_t const readSize = fread(src, 1, 1, f_in); in decompress_file_internal() local 282 size_t const readSize = fread(src, 1, srcCapacity, f_in); in decompress_file_allocDst() local
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_legacy.h | 393 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local 407 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local 421 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local 435 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local
|
/aosp_15_r20/frameworks/wilhelm/src/android/util/ |
H A D | AacAdtsExtractor.cpp | 56 ssize_t readSize = source->readAt(offset, &syncHeader, ADTS_HEADER_SIZE_UP_TO_FRAMESIZE); in getFrameSize() local 109 ssize_t readSize = mDataSource->readAt(2, &header, 2); in AacAdtsExtractor() local 259 ssize_t readSize = mDataSource->readAt(mOffset + ADTS_HEADER_LENGTH, buffer->data(), in read() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/ |
D | UriMetadataHelpersKt.java | 48 public static final android.util.Size readSize(@org.jetbrains.annotations.NotNull() in readSize() argument
|
/aosp_15_r20/external/zstd/examples/ |
H A D | common.h | 139 size_t const readSize = fread(buffer, 1, sizeToRead, file); in fread_orDie() local 197 size_t const readSize = fread(buffer, 1, fileSize, inFile); in loadFile_orDie() local
|
/aosp_15_r20/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/ |
D | FileTunerHal.java | 178 int readSize = readInternal(); in nativeWriteInBuffer() local 225 int readSize; in readInternal() local
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
D | FileTsStreamer.java | 308 int readSize = readInternal(); in read() local 338 int readSize; in readInternal() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_media_AudioRecord.cpp | 393 jint interpretReadSizeError(ssize_t readSize) { in interpretReadSizeError() 435 ssize_t readSize = lpRecorder->read( in android_media_AudioRecord_readInArray() local 470 ssize_t readSize = lpRecorder->read(nativeFromJavaBuf, in android_media_AudioRecord_readInDirectBuffer() local
|
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/ |
H A D | CollectionSerializers.kt | 45 private fun readSize(decoder: CompositeDecoder, builder: Builder): Int { in <lambda>() method
|
/aosp_15_r20/external/skia/gm/ |
H A D | asyncrescaleandread.cpp | 331 SkISize readSize, in drawRescaleGrid() 421 SkISize readSize) in AsyncRescaleAndReadGridGM()
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | malloc-sizeof.cpp | 13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
|
/aosp_15_r20/external/lz4/programs/ |
H A D | lz4io.c | 820 static int LZ4IO_compressLegacy_internal(unsigned long long* readSize, in LZ4IO_compressLegacy_internal() 1007 size_t readSize; in LZ4IO_createDict() local 1171 size_t readSize; in LZ4IO_compressFilename_extRess_MT() local 1379 size_t readSize; in LZ4IO_compressFilename_extRess_ST() local 2146 size_t readSize; in LZ4IO_decompressLZ4F() local 2225 size_t readSize; in LZ4IO_decompressLZ4F() local
|