Home
last modified time | relevance | path

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

123

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
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()
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()
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()
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()
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()
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()
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()
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()
DAsyncFieldNamesTest.java101 int offset, int readSize) throws IOException in _testEscapedFieldNames()
115 int offset, int readSize) throws IOException in _testEscapedAposFieldNames()
DAsyncSimpleObjectTest.java44 byte[] data, int offset, int readSize) throws IOException in _testBooleans()
138 byte[] data, int offset, int readSize) throws IOException in _testNumbers()
DAsyncRootNumbersTest.java42 byte[] data, int offset, int readSize) throws IOException in _testRootInts()
113 byte[] data, int offset, int readSize) throws IOException in _testRootDoubles()
DAsyncPointerFromContext563Test.java28 public void _testPointerWithAsyncParser(byte[] doc, int offset, int readSize) throws Exception in _testPointerWithAsyncParser()
DAsyncUnicodeHandlingTest.java48 int length, int readSize) throws IOException in _testUnicodeWithSurrogates()
DAsyncStringArrayTest.java132 byte[] data, int offset, int readSize) throws IOException in _testStrings()
/external/zstd/lib/legacy/
Dzstd_legacy.h356 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local
370 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local
384 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local
398 size_t readSize = input->size - input->pos; in ZSTD_decompressLegacyStream() local
/external/lz4/examples/
DframeCompress.c84 size_t const readSize = fread(inBuff, 1, IN_CHUNK_SIZE, f_in); in compress_file_internal() local
187 size_t readSize = firstChunk ? filled : fread(src, 1, srcCapacity, f_in); firstChunk=0; in decompress_file_internal() local
230 { size_t const readSize = fread(src, 1, 1, f_in); in decompress_file_internal() local
252 size_t const readSize = fread(src, 1, srcCapacity, f_in); in decompress_file_allocDst() local
/external/clang/test/Analysis/
Dmalloc-sizeof.cpp13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
Dmalloc-sizeof.c13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
/external/llvm-project/clang/test/Analysis/
Dmalloc-sizeof.cpp13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
Dmalloc-sizeof.c13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo()
/external/zstd/examples/
Dcommon.h128 size_t const readSize = fread(buffer, 1, sizeToRead, file); in fread_orDie() local
186 size_t const readSize = fread(buffer, 1, fileSize, inFile); in loadFile_orDie() local
/external/zstd/tests/fuzz/
Dregression_driver.c49 size_t readSize; in main() local
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_NvRead.c235 size_t readSize; in Fapi_NvRead_Finish() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorInputStream.java258 private long readSize() throws IOException { in readSize() method in SnappyCompressorInputStream
/external/zstd/contrib/seekable_format/examples/
Dseekable_decompression.c52 size_t const readSize = fread(buffer, 1, sizeToRead, file); in fread_orDie() local

123