Home
last modified time | relevance | path

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

12345678910>>...17

/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/musl/libc-test/src/functionalext/fortify/
Dstdio.c54 const int bufferSize = 14; in stdio_dynamic_chk_001() local
75 const int bufferSize = 65*1024; in stdio_dynamic_chk_002() local
109 const int bufferSize = 1; in stdio_dynamic_chk_003() local
150 const int bufferSize = 1; in stdio_dynamic_chk_004() local
185 const int bufferSize = 16; in stdio_dynamic_chk_005() local
205 const int bufferSize = 16; in stdio_dynamic_chk_006() local
238 const int bufferSize = 16; in stdio_dynamic_chk_007() local
282 const int bufferSize = 20; in stdio_dynamic_chk_009() local
299 const int bufferSize = 6; in stdio_dynamic_chk_010() local
335 const int bufferSize = 6; in stdio_dynamic_chk_011() local
[all …]
Dunistd.c38 const int bufferSize = 1; in unistd_dynamic_chk_001() local
78 const int bufferSize = 2; in unistd_dynamic_chk_002() local
118 const int bufferSize = 2; in unistd_dynamic_chk_003() local
159 const int bufferSize = 2; in unistd_dynamic_chk_004() local
199 const int bufferSize = 2; in unistd_dynamic_chk_005() local
396 const int bufferSize = 2; in unistd_dynamic_chk_010() local
434 const int bufferSize = 2; in unistd_dynamic_chk_011() local
551 const int bufferSize = 1; in unistd_dynamic_chk_014() local
588 const int bufferSize = 1; in unistd_dynamic_chk_015() local
624 const int bufferSize = 1; in unistd_dynamic_chk_016() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DBufferAllocatedSizeTests.cpp54 const uint32_t bufferSize = kMinBufferSize; in TEST_P() local
63 const uint32_t bufferSize = std::max(1u + requiredBufferAlignment, kMinBufferSize); in TEST_P() local
72 const uint32_t bufferSize = kMinBufferSize; in TEST_P() local
/third_party/skia/tests/
DFrontBufferedStreamTest.cpp57 static void test_incremental_buffering(skiatest::Reporter* reporter, size_t bufferSize) { in test_incremental_buffering()
90 static void test_perfectly_sized_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_perfectly_sized_buffer()
110 static void test_skipping(skiatest::Reporter* reporter, size_t bufferSize) { in test_skipping()
161 static void test_read_beyond_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_read_beyond_buffer()
210 static void test_length_combos(skiatest::Reporter* reporter, size_t bufferSize) { in test_length_combos()
223 static void test_initial_offset(skiatest::Reporter* reporter, size_t bufferSize) { in test_initial_offset()
254 static void test_buffers(skiatest::Reporter* reporter, size_t bufferSize) { in test_buffers()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp738 const size_t bufferSize = 32; in TEST_P() local
774 const size_t bufferSize = 32; in TEST_P() local
825 const size_t bufferSize = 32; in TEST_P() local
894 constexpr size_t bufferSize = 32; in TEST_P() local
907 constexpr size_t bufferSize = 32; in TEST_P() local
969 constexpr size_t bufferSize = 32; in TEST_P() local
998 constexpr size_t bufferSize = 32; in TEST_P() local
1042 constexpr size_t bufferSize = 32; in TEST_P() local
1055 constexpr size_t bufferSize = 32; in TEST_P() local
1071 const size_t bufferSize = 32; in TEST_P() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp185 uint64_t bufferSize = in TestBothTBCopiesExactBufferSize() local
351 constexpr uint64_t bufferSize = 4; in TEST_F() local
430 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
513 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
545 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
597 uint64_t bufferSize = BufferSizeForTextureCopy(128, 16, 1); in TEST_F() local
655 uint64_t bufferSize = BufferSizeForTextureCopy(5, 5, 6); in TEST_F() local
692 uint64_t bufferSize = BufferSizeForTextureCopy(4, 4, 1); in TEST_F() local
724 uint64_t bufferSize = BufferSizeForTextureCopy(32, 32, 1); in TEST_F() local
745 uint64_t bufferSize = BufferSizeForTextureCopy(16, 16, 1); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeStorageBufferBarrierTests.cpp30 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
76 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
142 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
208 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
276 uint64_t bufferSize = static_cast<uint64_t>(data.size() * sizeof(uint32_t)); in TEST_P() local
/third_party/node/test/parallel/
Dtest-fs-opendir.js199 () => fs.opendirSync(testDir, common.mustNotMutateObjectDeep({ bufferSize })), field
206 () => fs.opendirSync(testDir, common.mustNotMutateObjectDeep({ bufferSize })), field
214 const dir = fs.opendirSync(testDir, common.mustNotMutateObjectDeep({ bufferSize: 1024 })); property
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-readable-large-hwm.js7 const bufferSize = 10 * 1024 * 1024; constant
Dtest-fs-read-stream-err.js28 bufferSize: 64 property
/third_party/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/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/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/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/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/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/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DLatencyTuningCallback.cpp31 int bufferSize = oboeStream->getBufferSizeInFrames(); in onAudioReady() local
/third_party/bounds_checking_function/src/
Dgets_s.c54 size_t bufferSize = ((destMax == (size_t)(-1)) ? SECUREC_STRING_MAX_LEN : destMax); in gets_s() local
/third_party/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/vk-gl-cts/framework/delibs/destream/
DdeStreamCpyThread.h37 deInt32 bufferSize; member
/third_party/skia/tools/
Dwin_lcid.cpp13 int bufferSize; in MyFuncLocaleEx() local
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.h51 static void WriteFixedIndexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteFixedIndexBuffer()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVertexArrayPerfTest.cpp42 GLuint bufferSize[5] = {384, 1028, 192, 384, 192}; member
149 GLuint bufferSize) in updateBufferData()

12345678910>>...17