Home
last modified time | relevance | path

Searched refs:options2 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-https-strict.js72 const options2 = { variable
83 const server2 = server(options2);
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c281 _mesa_sha1_update(&sha1_ctx, &pdev->options2, sizeof(pdev->options2)); in dzn_physical_device_init_uuids()
389 …ckFeatureSupport(pdev->dev, D3D12_FEATURE_D3D12_OPTIONS2, &pdev->options2, sizeof(pdev->options2)); in dzn_physical_device_cache_caps()
1103 return pdev->options2.DepthBoundsTestSupported; in dzn_physical_device_supports_depth_bounds()
Ddzn_private.h206 D3D12_FEATURE_DATA_D3D12_OPTIONS2 options2; member
Ddzn_cmd_buffer.c4491 if (pdev->options2.DepthBoundsTestSupported) { in dzn_CmdSetDepthBounds()
/third_party/python/Python/
Dinitconfig.c2543 const PyWideStringList *options2) in warnoptions_extend() argument
2545 const Py_ssize_t len = options2->length; in warnoptions_extend()
2546 wchar_t *const *items = options2->items; in warnoptions_extend()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc8098 const MessageOptions& options2 = in TEST_F() local
8102 options2.GetExtension(protobuf_unittest::lazy_imports::lazy_enum_option); in TEST_F()
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs9707 function go$readFile(path9, options2, cb2, startTime) {
9708 return fs$readFile(path9, options2, function(err) {
9710 … enqueue([go$readFile, [path9, options2, cb2], err, startTime || Date.now(), Date.now()]);
9724 function go$writeFile(path9, data2, options2, cb2, startTime) {
9725 return fs$writeFile(path9, data2, options2, function(err) {
9727 … enqueue([go$writeFile, [path9, data2, options2, cb2], err, startTime || Date.now(), Date.now()]);
9742 function go$appendFile(path9, data2, options2, cb2, startTime) {
9743 return fs$appendFile(path9, data2, options2, function(err) {
9745 … enqueue([go$appendFile, [path9, data2, options2, cb2], err, startTime || Date.now(), Date.now()]);
9779 …addirOptionVersions.test(process.version) ? function go$readdir2(path9, options2, cb2, startTime) {
[all …]