| /third_party/node/benchmark/fs/ |
| D | bench-opendir.js | 11 bufferSize: [ 4, 32, 1024 ] property 14 async function main({ n, dir, mode, bufferSize }) { field 22 const dir = await fs.promises.opendir(fullPath, { bufferSize }); field 27 const dir = await fs.promises.opendir(fullPath, { bufferSize }); field 45 const dir = fs.opendirSync(fullPath, { bufferSize }); field
|
| /third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/operators/ |
| D | bufferCount.js | 2 export function bufferCount(bufferSize, startBufferEvery = null) { argument 8 constructor(bufferSize, startBufferEvery) { argument 23 constructor(destination, bufferSize) { argument 45 constructor(destination, bufferSize, startBufferEvery) { argument
|
| D | shareReplay.js | 9 bufferSize: configOrBufferSize, property 17 function shareReplayOperator({ bufferSize = Number.POSITIVE_INFINITY, windowTime = Number.POSITIVE_… property
|
| D | publishReplay.js | 3 export function publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler) { argument
|
| /third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/operators/ |
| D | bufferCount.js | 4 export function bufferCount(bufferSize, startBufferEvery) { argument 13 function BufferCountOperator(bufferSize, startBufferEvery) { argument 30 function BufferCountSubscriber(destination, bufferSize) { argument 55 function BufferSkipCountSubscriber(destination, bufferSize, startBufferEvery) { argument
|
| D | publishReplay.js | 4 export function publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler) { argument
|
| /third_party/flutter/skia/tests/ |
| D | FrontBufferedStreamTest.cpp | 53 static void test_incremental_buffering(skiatest::Reporter* reporter, size_t bufferSize) { in test_incremental_buffering() 85 static void test_perfectly_sized_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_perfectly_sized_buffer() 105 static void test_skipping(skiatest::Reporter* reporter, size_t bufferSize) { in test_skipping() 156 static void test_read_beyond_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_read_beyond_buffer() 205 static void test_length_combos(skiatest::Reporter* reporter, size_t bufferSize) { in test_length_combos() 218 static void test_initial_offset(skiatest::Reporter* reporter, size_t bufferSize) { in test_initial_offset() 249 static void test_buffers(skiatest::Reporter* reporter, size_t bufferSize) { in test_buffers()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | D3DTextureTest.cpp | 743 const size_t bufferSize = 32; in TEST_P() local 779 const size_t bufferSize = 32; in TEST_P() local 830 const size_t bufferSize = 32; in TEST_P() local 899 constexpr size_t bufferSize = 32; in TEST_P() local 912 constexpr size_t bufferSize = 32; in TEST_P() local 974 constexpr size_t bufferSize = 32; in TEST_P() local 1003 constexpr size_t bufferSize = 32; in TEST_P() local 1047 constexpr size_t bufferSize = 32; in TEST_P() local 1060 constexpr size_t bufferSize = 32; in TEST_P() local 1076 const size_t bufferSize = 32; in TEST_P() local [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/rxjs/internal/operators/ |
| D | bufferCount.js | 17 function bufferCount(bufferSize, startBufferEvery) { argument 25 function BufferCountOperator(bufferSize, startBufferEvery) { argument 42 function BufferCountSubscriber(destination, bufferSize) { argument 67 function BufferSkipCountSubscriber(destination, bufferSize, startBufferEvery) { argument
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | CopyCommandsValidationTests.cpp | 253 constexpr uint64_t bufferSize = 4; in TEST_F() local 273 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local 326 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local 358 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local 418 uint64_t bufferSize = BufferSizeForTextureCopy(128, 16, 1); in TEST_F() local 437 uint64_t bufferSize = BufferSizeForTextureCopy(5, 5, 1); in TEST_F() local 461 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local 483 uint64_t bufferSize = BufferSizeForTextureCopy(16, 16, 1); in TEST_F() local 521 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local 582 uint64_t bufferSize = BufferSizeForTextureCopy(4, 2, 1); in TEST_F() local [all …]
|
| /third_party/node/test/parallel/ |
| D | test-fs-opendir.js | 202 () => fs.opendirSync(testDir, { bufferSize }), field 209 () => fs.opendirSync(testDir, { bufferSize }), field 217 const dir = fs.opendirSync(testDir, { bufferSize: 1024 }); property
|
| D | test-readable-large-hwm.js | 7 const bufferSize = 10 * 1024 * 1024; constant
|
| D | test-fs-read-stream-inherit.js | 71 const options = Object.create({ bufferSize: 1, start: 1, end: 2 }); property 85 const options = Object.create({ bufferSize: 1, start: 1 }); property 99 const options = Object.create({ bufferSize: 1.23, start: 1 }); property
|
| D | test-fs-read-stream-err.js | 28 bufferSize: 64 property
|
| /third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | flagparser.cpp | 117 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const ch… in extractFlag() 165 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { in getFlagOffset()
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| D | flagparser.cpp | 117 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const ch… in extractFlag() 165 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { in getFlagOffset()
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| D | flagparser.cpp | 117 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const ch… in extractFlag() 165 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { in getFlagOffset()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | IndexBuffer11.cpp | 30 unsigned int bufferSize, in initialize() 111 unsigned int bufferSize, in setSize()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | IndexBuffer9.cpp | 31 unsigned int bufferSize, in initialize() 111 unsigned int bufferSize, in setSize()
|
| /third_party/bounds_checking_function/src/ |
| D | gets_s.c | 55 size_t bufferSize = ((destMax == (size_t)(-1)) ? SECUREC_STRING_MAX_LEN : destMax); in gets_s() local
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
| D | BindGroup.cpp | 40 uint64_t bufferSize = binding.buffer->GetSize(); in ValidateBufferBinding() local 176 uint64_t bufferSize = in BindGroupBase() local
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
| D | FontDataTests.java | 157 writeFontDataWithBuffer(rfd.slice(trim, length), slice, bufferSize); in slicingWriteTest() local 200 private static byte[] readFontDataWithBuffer(ReadableFontData rfd, int bufferSize) { in readFontDataWithBuffer() 235 ReadableFontData rfd, WritableFontData wfd, int bufferSize) { in writeFontDataWithBuffer()
|
| /third_party/flutter/skia/tools/ |
| D | win_lcid.cpp | 13 int bufferSize; in MyFuncLocaleEx() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkDataTable.cpp | 98 size_t bufferSize = count * sizeof(Dir) + dataSize; in MakeCopyArrays() local 118 size_t bufferSize = elemSize * count; in MakeCopyArray() local
|
| /third_party/flutter/skia/src/utils/ |
| D | SkFrontBufferedStream.cpp | 65 size_t bufferSize) { in Make() 73 FrontBufferedStream::FrontBufferedStream(std::unique_ptr<SkStream> stream, size_t bufferSize) in FrontBufferedStream()
|