| /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/musl/libc-test/src/functionalext/fortify/ |
| D | stdio.c | 53 const int bufferSize = 14; in stdio_dynamic_chk_001() local 73 const int bufferSize = 65*1024; in stdio_dynamic_chk_002() local 107 const int bufferSize = 1; in stdio_dynamic_chk_003() local 147 const int bufferSize = 1; in stdio_dynamic_chk_004() local 181 const int bufferSize = 16; in stdio_dynamic_chk_005() local 200 const int bufferSize = 16; in stdio_dynamic_chk_006() local 232 const int bufferSize = 16; in stdio_dynamic_chk_007() local 274 const int bufferSize = 20; in stdio_dynamic_chk_009() local 290 const int bufferSize = 6; in stdio_dynamic_chk_010() local 325 const int bufferSize = 6; in stdio_dynamic_chk_011() local [all …]
|
| D | unistd.c | 37 const int bufferSize = 1; in unistd_dynamic_chk_001() local 77 const int bufferSize = 2; in unistd_dynamic_chk_002() local 116 const int bufferSize = 2; in unistd_dynamic_chk_003() local 156 const int bufferSize = 2; in unistd_dynamic_chk_004() local 195 const int bufferSize = 2; in unistd_dynamic_chk_005() local 387 const int bufferSize = 2; in unistd_dynamic_chk_010() local 424 const int bufferSize = 2; in unistd_dynamic_chk_011() local 538 const int bufferSize = 1; in unistd_dynamic_chk_014() local 574 const int bufferSize = 1; in unistd_dynamic_chk_015() local 609 const int bufferSize = 1; in unistd_dynamic_chk_016() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| D | BufferAllocatedSizeTests.cpp | 54 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/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/skia/tests/ |
| D | FrontBufferedStreamTest.cpp | 57 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/mindspore/third_party/securec/src/ |
| D | gets_s.c | 54 …size_t bufferSize = ((numberOfElements == (size_t)-1) ? SECUREC_STRING_MAX_LEN : numberOfElements); in gets_s() local 56 size_t bufferSize = numberOfElements; in gets_s() local
|
| /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/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | D3DTextureTest.cpp | 738 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/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/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | CopyCommandsValidationTests.cpp | 185 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/ |
| D | ComputeStorageBufferBarrierTests.cpp | 30 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/ |
| D | test-fs-opendir.js | 199 () => fs.opendirSync(testDir, { bufferSize }), field 206 () => fs.opendirSync(testDir, { bufferSize }), field 214 const dir = fs.opendirSync(testDir, { bufferSize: 1024 }); property
|
| D | test-readable-large-hwm.js | 7 const bufferSize = 10 * 1024 * 1024; constant
|
| /third_party/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/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/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/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/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/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/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/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
| D | LatencyTuningCallback.cpp | 31 int bufferSize = oboeStream->getBufferSizeInFrames(); in onAudioReady() local
|
| /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
|