Home
last modified time | relevance | path

Searched defs:readSize (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
H A DAsyncNonStdParsingTest.java46 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 DAsyncScalarArrayTest.java41 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 DAsyncSimpleNestedTest.java35 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 DAsyncInvalidCharsTest.java29 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 DAsyncRootValuesTest.java45 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 DAsyncBinaryParseTest.java63 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 DAsyncCharEscapingTest.java29 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 DAsyncStringObjectTest.java40 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 DAsyncFieldNamesTest.java101 int offset, int readSize) throws IOException in _testEscapedFieldNames()
115 int offset, int readSize) throws IOException in _testEscapedAposFieldNames()
H A DAsyncSimpleObjectTest.java44 byte[] data, int offset, int readSize) throws IOException in _testBooleans()
138 byte[] data, int offset, int readSize) throws IOException in _testNumbers()
H A DAsyncRootNumbersTest.java42 byte[] data, int offset, int readSize) throws IOException in _testRootInts()
113 byte[] data, int offset, int readSize) throws IOException in _testRootDoubles()
H A DAsyncPointerFromContext563Test.java28 public void _testPointerWithAsyncParser(byte[] doc, int offset, int readSize) throws Exception in _testPointerWithAsyncParser()
H A DAsyncUnicodeHandlingTest.java48 int length, int readSize) throws IOException in _testUnicodeWithSurrogates()
/aosp_15_r20/external/lz4/examples/
H A DframeCompress.c99 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 Dzstd_legacy.h393 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 DAacAdtsExtractor.cpp56 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/
DUriMetadataHelpersKt.java48 public static final android.util.Size readSize(@org.jetbrains.annotations.NotNull() in readSize() argument
/aosp_15_r20/external/zstd/examples/
H A Dcommon.h139 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/
DFileTunerHal.java178 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/
DFileTsStreamer.java308 int readSize = readInternal(); in read() local
338 int readSize; in readInternal() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp393 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 DCollectionSerializers.kt45 private fun readSize(decoder: CompositeDecoder, builder: Builder): Int { in <lambda>() method
/aosp_15_r20/external/skia/gm/
H A Dasyncrescaleandread.cpp331 SkISize readSize, in drawRescaleGrid()
421 SkISize readSize) in AsyncRescaleAndReadGridGM()
/aosp_15_r20/external/clang/test/Analysis/
H A Dmalloc-sizeof.cpp13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c820 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

12345678910>>...25