| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| D | AsyncFieldNamesTest.java | 101             int offset, int readSize) throws IOException  in _testEscapedFieldNames()115             int offset, int readSize) throws IOException  in _testEscapedAposFieldNames()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| D | AsyncPointerFromContext563Test.java | 28     public void _testPointerWithAsyncParser(byte[] doc, int offset, int readSize) throws Exception  in _testPointerWithAsyncParser()
 | 
| D | AsyncUnicodeHandlingTest.java | 48             int length, int readSize) throws IOException  in _testUnicodeWithSurrogates()
 | 
| D | AsyncStringArrayTest.java | 132             byte[] data, int offset, int readSize) throws IOException  in _testStrings()
 | 
| /external/zstd/lib/legacy/ | 
| D | zstd_legacy.h | 356                 size_t readSize = input->size - input->pos;  in ZSTD_decompressLegacyStream()  local370                 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/ | 
| D | frameCompress.c | 99         size_t const readSize = fread(inBuff, 1, inSize, f_unc);  in compress_file_internal()  local110         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
 
 | 
| /external/clang/test/Analysis/ | 
| D | malloc-sizeof.cpp | 13 void foo(unsigned int unsignedInt, unsigned int readSize) {  in foo()
 | 
| D | malloc-sizeof.c | 13 void foo(unsigned int unsignedInt, unsigned int readSize) {  in foo()
 | 
| /external/zstd/examples/ | 
| D | common.h | 128     size_t const readSize = fread(buffer, 1, sizeToRead, file);  in fread_orDie()  local186     size_t const readSize = fread(buffer, 1, fileSize, inFile);  in loadFile_orDie()  local
 
 | 
| /external/zstd/tests/fuzz/ | 
| D | regression_driver.c | 49     size_t readSize;  in main()  local
 | 
| /external/tpm2-tss/src/tss2-fapi/api/ | 
| D | Fapi_NvRead.c | 235     size_t readSize;  in Fapi_NvRead_Finish()  local
 | 
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ | 
| D | SnappyCompressorInputStream.java | 258     private long readSize() throws IOException {  in readSize()  method in SnappyCompressorInputStream
 | 
| /external/armnn/src/armnn/layers/ | 
| D | Pooling2dLayer.cpp | 64                 unsigned int readSize = inSize + lowPad + highPad - poolSize;  in InferOutputShapes()  local
 | 
| D | Pooling3dLayer.cpp | 66                 unsigned int readSize = inSize + lowPad + highPad - poolSize;  in InferOutputShapes()  local
 | 
| /external/skia/src/gpu/graphite/vk/ | 
| D | VulkanBuffer.cpp | 192 void VulkanBuffer::internalMap(size_t readOffset, size_t readSize) {  in internalMap()
 |