/third_party/node/deps/npm/node_modules/tar/lib/ |
D | extract.js | 72 const readSize = opt.maxReadSize || 16*1024*1024 constant 74 readSize: readSize, property 82 const readSize = opt.maxReadSize || 16*1024*1024 constant 96 readSize: readSize, property
|
D | list.js | 85 const readSize = opt.maxReadSize || 16*1024*1024 constant 108 const readSize = opt.maxReadSize || 16*1024*1024 constant 120 readSize: readSize, property
|
/third_party/lz4/examples/ |
D | frameCompress.c | 84 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
|
/third_party/mindspore/tests/ut/cpp/debug/ |
D | memory_dumper_test.cc | 48 int readSize = read(fd, readBack, npylen * sizeof(int)); in TEST_F() local 93 int readSize = read(fd, readBack, len * sizeof(int)); in TEST_F() local
|
/third_party/lz4/tests/ |
D | checkFrame.c | 136 size_t readSize; in frameCheck() local
|
D | roundTripTest.c | 193 { size_t const readSize = fread(buffer, 1, fileSize, f); in loadFile() local
|
D | fullbench.c | 452 size_t readSize; in fullSpeedBench() local
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
D | StandardMessageCodec.java | 301 protected static final int readSize(ByteBuffer buffer) { in readSize() method in StandardMessageCodec
|
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/ |
D | FlutterStandardCodec.mm | 369 - (UInt32)readSize { method
|
/third_party/node/test/parallel/ |
D | test-stream2-basic.js | 114 let readSize = 1; variable
|
/third_party/skia/tools/ |
D | remote_demo.cpp | 88 ssize_t readSize = ::read(fd, &size, sizeof(size)); in read_SkData() local
|
/third_party/flutter/skia/tools/ |
D | remote_demo.cpp | 88 ssize_t readSize = ::read(fd, &size, sizeof(size)); in read_SkData() local
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersInternals.kt | 66 internal inline fun ReadBuffer.readSize(end: Int, byteWidth: ByteWidth) = readInt(end - byteWidth, … in indirect() method
|
/third_party/lz4/programs/ |
D | lz4io.c | 545 size_t readSize; in LZ4IO_createDict() local 661 size_t readSize; in LZ4IO_compressFilename_extRess() local 1070 size_t readSize; in LZ4IO_decompressLZ4F() local
|
D | bench.c | 603 { size_t const readSize = fread(((char*)buffer)+pos, 1, (size_t)fileSize, f); in BMK_loadFiles() local
|
/third_party/icu/icu4c/source/test/iotest/ |
D | filetst.c | 474 int32_t readSize; in TestfgetsBuffers() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 77 Error RawCoverageReader::readSize(uint64_t &Result) { in readSize() function in RawCoverageReader
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationMultiQueueTests.cpp | 225 const int readSize = static_cast<int>(read->second.queue.size()); in getQueuesPairs() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 61 gl::Extents readSize = sourceFramebuffer->getExtents(); in GetBlitFramebufferBounds() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 62 gl::Extents readSize = sourceFramebuffer->getExtents(); in GetBlitFramebufferBounds() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 3273 const gl::Extents readSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitRenderbufferRect() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 3604 const gl::Extents readSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitRenderbufferRect() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 51 const Extents &readSize = readBuffer->getSize(); in IsPartialBlit() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 52 const Extents &readSize = readBuffer->getSize(); in IsPartialBlit() local
|