Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/node/benchmark/fs/
Dbench-opendir.js11 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/
DbufferCount.js2 export function bufferCount(bufferSize, startBufferEvery = null) { argument
8 constructor(bufferSize, startBufferEvery) { argument
23 constructor(destination, bufferSize) { argument
45 constructor(destination, bufferSize, startBufferEvery) { argument
DshareReplay.js9 bufferSize: configOrBufferSize, property
17 function shareReplayOperator({ bufferSize = Number.POSITIVE_INFINITY, windowTime = Number.POSITIVE_… property
DpublishReplay.js3 export function publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler) { argument
/third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm5/internal/operators/
DbufferCount.js4 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
DpublishReplay.js4 export function publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler) { argument
/third_party/flutter/skia/tests/
DFrontBufferedStreamTest.cpp53 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/
DD3DTextureTest.cpp743 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/
DbufferCount.js17 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/
DCopyCommandsValidationTests.cpp253 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/
Dtest-fs-opendir.js202 () => fs.opendirSync(testDir, { bufferSize }), field
209 () => fs.opendirSync(testDir, { bufferSize }), field
217 const dir = fs.opendirSync(testDir, { bufferSize: 1024 }); property
Dtest-readable-large-hwm.js7 const bufferSize = 10 * 1024 * 1024; constant
Dtest-fs-read-stream-inherit.js71 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
Dtest-fs-read-stream-err.js28 bufferSize: 64 property
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dflagparser.cpp117 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/
Dflagparser.cpp117 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/
Dflagparser.cpp117 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/
DIndexBuffer11.cpp30 unsigned int bufferSize, in initialize()
111 unsigned int bufferSize, in setSize()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp31 unsigned int bufferSize, in initialize()
111 unsigned int bufferSize, in setSize()
/third_party/bounds_checking_function/src/
Dgets_s.c55 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/
DBindGroup.cpp40 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/
DFontDataTests.java157 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/
Dwin_lcid.cpp13 int bufferSize; in MyFuncLocaleEx() local
/third_party/flutter/skia/src/core/
DSkDataTable.cpp98 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/
DSkFrontBufferedStream.cpp65 size_t bufferSize) { in Make()
73 FrontBufferedStream::FrontBufferedStream(std::unique_ptr<SkStream> stream, size_t bufferSize) in FrontBufferedStream()

12345