/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | FontDataTests.java | 206 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
|
D | ByteArrayTests.java | 107 int bytesRead = ba.get(index, buffer); in readByteArrayWithBuffer() local 121 int bytesRead = ba.get(index, b, index, windowSize); in readByteArrayWithSlidingWindow() local
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | FontDataTests.java | 206 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
|
D | ByteArrayTests.java | 107 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/ |
D | ByteArray.java | 230 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
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | ByteArray.java | 230 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
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | SourceFloatCaller.cpp | 27 int32_t bytesRead = mBlockReader.read((uint8_t *) output.getBuffer(), numBytes); in onProcess() local
|
D | SourceI16Caller.cpp | 31 int32_t bytesRead = mBlockReader.read((uint8_t *) mConversionBuffer.get(), numBytes); in onProcess() local
|
D | FixedBlockReader.cpp | 49 int32_t bytesRead; in read() local
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/ |
D | SetZeroDictionaryTest.java | 38 int bytesRead; in testZeroDictionary() local
|
D | SetRfcDictionaryTest.java | 57 int bytesRead; in testSetRfcDictionary() local
|
/third_party/skia/docs/examples/ |
D | Path_readFromMemory.cpp | 14 size_t bytesRead = copy.readFromMemory(storage.begin(), wrongSize); in draw() local
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
D | StandaloneFuzzerMain.cpp | 59 size_t bytesRead = fread(data.data(), sizeof(char), fileSize, file); in main() local
|
/third_party/flutter/skia/docs/examples/ |
D | Path_readFromMemory.cpp | 14 size_t bytesRead = copy.readFromMemory(storage.begin(), wrongSize); in draw() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/fuzzers/ |
D | StandaloneFuzzerMain.cpp | 53 size_t bytesRead = fread(data.data(), sizeof(char), fileSize, file); in main() local
|
/third_party/node/test/parallel/ |
D | test-fs-readv-promisify.js | 14 .then(function({ bytesRead, buffers }) { property
|
D | test-fs-read-promises-optional-params.js | 15 .then(function({ bytesRead, buffer }) { property
|
D | test-net-bytes-stats.js | 27 let bytesRead = 0; variable
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_file_stream.cpp | 99 uint32 bytesRead = (uint32) fread (data, 1, count, fFile); in DoRead() local
|
/third_party/node/lib/internal/fs/ |
D | read_file_context.js | 28 function readFileAfterRead(err, bytesRead) { argument
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
D | DetectingViewer.java | 224 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/ |
D | DecompressionTest.java | 44 int [] bytesRead = new int[1]; in decompressTest() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | DecompressionTest.java | 41 int [] bytesRead = new int[1]; in decompressTest() local
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | Decoder.java | 88 int bytesRead = source.read(inputBuffer); in decode() local
|
/third_party/flutter/skia/src/codec/ |
D | SkRawCodec.cpp | 256 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
|