Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 – 25 of 75) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-fs-read-promises-optional-params.js16 .then(function({ bytesRead, buffer }) { property
23 .then(function({ bytesRead, buffer }) { property
Dtest-fs-readv-promisify.js14 .then(function({ bytesRead, buffers }) { property
Dtest-net-bytes-stats.js27 let bytesRead = 0; variable
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
DFontDataTests.java206 int bytesRead = rfd.readBytes(index, buffer, 0, buffer.length); in readFontDataWithBuffer() local
219 int bytesRead = rfd.readBytes(index, b, index, windowSize); in readFontDataWithSlidingWindow() local
240 int bytesRead = rfd.readBytes(index, buffer, 0, buffer.length); in writeFontDataWithBuffer() local
253 int bytesRead = rfd.readBytes(index, b, index, windowSize); in writeFontDataWithSlidingWindow() local
DByteArrayTests.java107 int bytesRead = ba.get(index, buffer); in readByteArrayWithBuffer() local
121 int bytesRead = ba.get(index, b, index, windowSize); in readByteArrayWithSlidingWindow() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DByteArray.java230 int bytesRead = 0; in copyTo() local
263 int bytesRead = 0; in copyTo() local
283 int bytesRead = 0; in copyFrom() local
304 int bytesRead = 0; in copyFrom() local
DFontInputStream.java132 int bytesRead = super.read(b, off, bytesToRead); in read() local
/third_party/skia/third_party/externals/oboe/src/common/
DSourceFloatCaller.cpp27 int32_t bytesRead = mBlockReader.read((uint8_t *) output.getBuffer(), numBytes); in onProcess() local
DSourceI16Caller.cpp31 int32_t bytesRead = mBlockReader.read((uint8_t *) mConversionBuffer.get(), numBytes); in onProcess() local
DFixedBlockReader.cpp49 int32_t bytesRead; in read() local
DDataConversionFlowGraph.cpp230 int32_t bytesRead = mBlockWriter.write(mAppBuffer.get(), in write() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
DSetZeroDictionaryTest.java38 int bytesRead; in testZeroDictionary() local
DSetRfcDictionaryTest.java57 int bytesRead; in testSetRfcDictionary() local
/third_party/skia/docs/examples/
DPath_readFromMemory.cpp14 size_t bytesRead = copy.readFromMemory(storage.begin(), wrongSize); in draw() local
/third_party/skia/third_party/externals/dawn/src/fuzzers/
DStandaloneFuzzerMain.cpp59 size_t bytesRead = fread(data.data(), sizeof(char), fileSize, file); in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_file_stream.cpp99 uint32 bytesRead = (uint32) fread (data, 1, count, fFile); in DoRead() local
/third_party/node/lib/internal/fs/
Dread_file_context.js25 function readFileAfterRead(err, bytesRead) { argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java224 int bytesRead = in.read(buffer, bufLen, bytesRemaining); in filter() local
295 int bytesRead = 0; in show() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DDecompressionTest.java44 int [] bytesRead = new int[1]; in decompressTest() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DDecompressionTest.java41 int [] bytesRead = new int[1]; in decompressTest() local
DExhaustiveTest.java62 int[] bytesRead = new int[1]; in myTest() local
112 int[] bytesRead = new int[1]; in myMultipassTest() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoder.java88 int bytesRead = source.read(inputBuffer); in decode() local
/third_party/skia/src/codec/
DSkRawCodec.cpp256 const size_t bytesRead = fStream->read(data->writable_data(), size); in transferBuffer() local
270 const size_t bytesRead = fStream->read(dst, remaining); in transferBuffer() local
307 const size_t bytesRead = fStream->read(tempBuffer.get(), sizeToRead); in bufferMoreData() local
379 const size_t bytesRead = fStream->read(data->writable_data(), bytesToRead); in transferBuffer() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
DBundleHelper.java44 int bytesRead; in readStream() local
/third_party/skia/tests/
DFrontBufferedStreamTest.cpp25 const size_t bytesRead = bufferedStream->read(storage.get(), bytesToRead); in test_read() local
143 size_t bytesRead = this->INHERITED::read(dst, requested); in read() local

123