/third_party/protobuf/js/experimental/runtime/kernel/ |
D | kernel.js | 292 function writeRepeatedMessage(writer, fieldNumber, values) { argument 293 for (const value of values) { 304 function writeRepeatedGroup(writer, fieldNumber, values) { argument 305 for (const value of values) { 2080 addRepeatedBoolIterable_(fieldNumber, values, encoder) { argument 2081 const array = [...this.getRepeatedBoolArray_(fieldNumber), ...values]; 2095 fieldNumber, [value], (writer, fieldNumber, values) => { 2096 writer.writePackedBool(fieldNumber, values); 2106 addPackedBoolIterable(fieldNumber, values) { argument 2108 fieldNumber, values, (writer, fieldNumber, values) => { [all …]
|
D | writer.js | 481 writeRepeatedBool(fieldNumber, values) { argument 482 values.forEach(val => this.writeBool(fieldNumber, val)); 490 writePackedBool(fieldNumber, values) { argument 492 fieldNumber, values, val => this.writeBoolValue_(val), 1); 500 writeRepeatedDouble(fieldNumber, values) { argument 501 values.forEach(val => this.writeDouble(fieldNumber, val)); 509 writePackedDouble(fieldNumber, values) { argument 511 fieldNumber, values, val => this.writeDoubleValue_(val), 8); 519 writeRepeatedFixed32(fieldNumber, values) { argument 520 values.forEach(val => this.writeFixed32(fieldNumber, val)); [all …]
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/ |
D | ldml2icu_supplemental.txt | 25 ; /CurrencyMap/$1/<FIFO>/id ; values=$2 27 ; /CurrencyMap/$1/<FIFO>/id ; values=$2 28 ; /CurrencyMap/$1/<FIFO>/tender ; values=false 30 ; /CurrencyMap/$1/<FIFO>/id ; values=$3 31 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from) 33 ; /CurrencyMap/$1/<FIFO>/id ; values=$3 34 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from) 35 ; /CurrencyMap/$1/<FIFO>/tender ; values=false 37 ; /CurrencyMap/$1/<FIFO>/id ; values=$4 38 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from) [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vertex_buffer_test.cc | 149 Result SetData(uint8_t location, Format* format, std::vector<Value> values) { in SetData() argument 152 buffer->SetData(std::move(values)); in SetData() 171 std::vector<Value> values(4); in TEST_F() local 172 values[0].SetIntValue(55); in TEST_F() 173 values[1].SetIntValue(3); in TEST_F() 174 values[2].SetIntValue(27); in TEST_F() 175 values[3].SetIntValue(255); in TEST_F() 180 Result r = SetData(0, &fmt, values); in TEST_F() 190 std::vector<Value> values(4); in TEST_F() local 191 values[0].SetIntValue(55); in TEST_F() [all …]
|
/third_party/protobuf/js/experimental/runtime/testing/binary/ |
D | test_message.js | 784 addPackedBoolIterable(fieldNumber, values) { argument 785 this.kernel_.addPackedBoolIterable(fieldNumber, values); 800 addUnpackedBoolIterable(fieldNumber, values) { argument 801 this.kernel_.addUnpackedBoolIterable(fieldNumber, values); 818 setPackedBoolIterable(fieldNumber, values) { argument 819 this.kernel_.setPackedBoolIterable(fieldNumber, values); 836 setUnpackedBoolIterable(fieldNumber, values) { argument 837 this.kernel_.setUnpackedBoolIterable(fieldNumber, values); 852 addPackedDoubleIterable(fieldNumber, values) { argument 853 this.kernel_.addPackedDoubleIterable(fieldNumber, values); [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128_benchmark.cc | 39 std::vector<std::pair<T, T>> values; in GetRandomClass128SampleUniformDivisor() local 42 values.reserve(kSampleSize); in GetRandomClass128SampleUniformDivisor() 46 values.emplace_back(std::max(a, b), std::max(T(2), std::min(a, b))); in GetRandomClass128SampleUniformDivisor() 48 return values; in GetRandomClass128SampleUniformDivisor() 53 auto values = GetRandomClass128SampleUniformDivisor<T>(); in BM_DivideClass128UniformDivisor() local 54 while (state.KeepRunningBatch(values.size())) { in BM_DivideClass128UniformDivisor() 55 for (const auto& pair : values) { in BM_DivideClass128UniformDivisor() 65 auto values = GetRandomClass128SampleUniformDivisor<T>(); in BM_RemainderClass128UniformDivisor() local 66 while (state.KeepRunningBatch(values.size())) { in BM_RemainderClass128UniformDivisor() 67 for (const auto& pair : values) { in BM_RemainderClass128UniformDivisor() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstenumtypes.c | 90 static const GFlagsValue values[] = { in gst_allocator_flags_get_type() local 96 … GType new_type = g_flags_register_static (g_intern_static_string ("GstAllocatorFlags"), values); in gst_allocator_flags_get_type() 108 static const GFlagsValue values[] = { in gst_bin_flags_get_type() local 115 … GType new_type = g_flags_register_static (g_intern_static_string ("GstBinFlags"), values); in gst_bin_flags_get_type() 127 static const GFlagsValue values[] = { in gst_buffer_flags_get_type() local 145 … GType new_type = g_flags_register_static (g_intern_static_string ("GstBufferFlags"), values); in gst_buffer_flags_get_type() 155 static const GFlagsValue values[] = { in gst_buffer_copy_flags_get_type() local 166 … GType new_type = g_flags_register_static (g_intern_static_string ("GstBufferCopyFlags"), values); in gst_buffer_copy_flags_get_type() 178 static const GFlagsValue values[] = { in gst_buffer_pool_acquire_flags_get_type() local 187 … new_type = g_flags_register_static (g_intern_static_string ("GstBufferPoolAcquireFlags"), values); in gst_buffer_pool_acquire_flags_get_type() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk-enums.c | 42 static const GEnumValue values[] = { in gst_msdkdec_output_order_get_type() local 51 type = g_enum_register_static ("GstMsdkDecOutputOrder", values); in gst_msdkdec_output_order_get_type() 62 static const GEnumValue values[] = { in gst_msdkenc_rate_control_get_type() local 82 type = g_enum_register_static ("GstMsdkEncRateControl", values); in gst_msdkenc_rate_control_get_type() 92 static const GFlagsValue values[] = { in gst_msdkenc_trellis_quantization_get_type() local 101 type = g_flags_register_static ("GstMsdkEncTrellisQuantization", values); in gst_msdkenc_trellis_quantization_get_type() 111 static const GEnumValue values[] = { in gst_msdkenc_rc_lookahead_ds_get_type() local 120 type = g_enum_register_static ("GstMsdkEncRCLookAheadDownsampling", values); in gst_msdkenc_rc_lookahead_ds_get_type() 130 static const GEnumValue values[] = { in gst_msdkenc_mbbrc_get_type() local 138 type = g_enum_register_static ("GstMsdkEncMbBitrateControl", values); in gst_msdkenc_mbbrc_get_type() [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | verifier_test.cc | 678 std::vector<Value> values; in TEST_F() local 679 values.emplace_back(); in TEST_F() 680 values.back().SetIntValue(13); in TEST_F() 681 probe_ssbo.SetValues(std::move(values)); in TEST_F() 704 std::vector<Value> values; in TEST_F() local 705 values.resize(3); in TEST_F() 706 values[0].SetIntValue(2); in TEST_F() 707 values[1].SetIntValue(0); in TEST_F() 708 values[2].SetIntValue(10); in TEST_F() 709 probe_ssbo.SetValues(std::move(values)); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | workgroup_decoration_test.cc | 28 auto values = d->Values(); in TEST_F() local 30 ASSERT_TRUE(values[0]->Is<ast::IntLiteralExpression>()); in TEST_F() 31 EXPECT_EQ(values[0]->As<ast::IntLiteralExpression>()->ValueAsU32(), 2u); in TEST_F() 33 EXPECT_EQ(values[1], nullptr); in TEST_F() 34 EXPECT_EQ(values[2], nullptr); in TEST_F() 38 auto values = d->Values(); in TEST_F() local 40 ASSERT_TRUE(values[0]->Is<ast::IntLiteralExpression>()); in TEST_F() 41 EXPECT_EQ(values[0]->As<ast::IntLiteralExpression>()->ValueAsU32(), 2u); in TEST_F() 43 ASSERT_TRUE(values[1]->Is<ast::IntLiteralExpression>()); in TEST_F() 44 EXPECT_EQ(values[1]->As<ast::IntLiteralExpression>()->ValueAsU32(), 4u); in TEST_F() [all …]
|
/third_party/gn/src/gn/ |
D | function_filter_unittest.cc | 13 Value values(nullptr, Value::LIST); in TEST() local 14 values.list_value().push_back(Value(nullptr, "foo.cc")); in TEST() 15 values.list_value().push_back(Value(nullptr, "foo.h")); in TEST() 16 values.list_value().push_back(Value(nullptr, "foo.proto")); in TEST() 22 std::vector<Value> args = {values, patterns}; in TEST() 39 Value values(nullptr, Value::LIST); in TEST() local 40 values.list_value().push_back(Value(nullptr, "foo.cc")); in TEST() 41 values.list_value().push_back(Value(nullptr, "foo.h")); in TEST() 42 values.list_value().push_back(Value(nullptr, "foo.proto")); in TEST() 45 std::vector<Value> args = {values}; in TEST() [all …]
|
/third_party/protobuf/objectivec/ |
D | GPBCodedOutputStream.h | 197 values:(GPBDoubleArray *)values 221 values:(GPBFloatArray *)values 245 values:(GPBUInt64Array *)values 269 values:(GPBInt64Array *)values 293 values:(GPBInt32Array *)values 317 values:(GPBUInt32Array *)values 341 values:(GPBUInt64Array *)values 365 values:(GPBUInt32Array *)values 389 values:(GPBInt32Array *)values 413 values:(GPBInt64Array *)values [all …]
|
/third_party/mesa3d/.gitlab-ci/b2c/ |
D | generate_b2c.py | 61 values = {} variable 62 values['ci_job_id'] = args.ci_job_id 63 values['container_cmd'] = args.container_cmd 64 values['initramfs_url'] = args.initramfs_url 65 values['job_success_regex'] = args.job_success_regex 66 values['job_warn_regex'] = args.job_warn_regex 67 values['kernel_url'] = args.kernel_url 68 values['log_level'] = args.log_level 69 values['poweroff_delay'] = args.poweroff_delay 70 values['session_end_regex'] = args.session_end_regex [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | subtypeRelationForNever.types | 9 function withFew<a, r>(values: a[], haveFew: (values: a[]) => r, haveNone: (reason: string) => r): … 10 >withFew : <a, r>(values: a[], haveFew: (values: a[]) => r, haveNone: (reason: string) => r) => r 11 >values : a[] 12 >haveFew : (values: a[]) => r 13 >values : a[] 17 return values.length > 0 ? haveFew(values) : haveNone('No values.'); 18 >values.length > 0 ? haveFew(values) : haveNone('No values.') : r 19 >values.length > 0 : boolean 20 >values.length : number 21 >values : a[] [all …]
|
D | useObjectValuesAndEntries1.js | 4 for (var x of Object.values(o)) { 9 var values = Object.values(o); // number[] 12 var values1 = Object.values(1); // any[] 15 var values2 = Object.values({ a: true, b: 2 }); // (number|boolean)[] 18 var values3 = Object.values({}); // {}[] 22 var values4 = Object.values(a); // string[] 26 var values5 = Object.values(E); // any[] 31 var values6 = Object.values(i); // any[] 35 for (var _i = 0, _a = Object.values(o); _i < _a.length; _i++) { 40 var values = Object.values(o); // number[] [all …]
|
/third_party/vk-gl-cts/data/gles2/shaders/ |
D | keywords.test | 8 values {} 25 values {} 42 values {} 59 values {} 76 values {} 93 values {} 110 values {} 127 values {} 144 values {} 161 values {} [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-enumtypes.c | 38 static const GEnumValue values[] = { in gst_color_balance_type_get_type() local 44 … GType new_type = g_enum_register_static (g_intern_static_string ("GstColorBalanceType"), values); in gst_color_balance_type_get_type() 56 static const GFlagsValue values[] = { in gst_video_decoder_request_sync_point_flags_get_type() local 62 … g_flags_register_static (g_intern_static_string ("GstVideoDecoderRequestSyncPointFlags"), values); in gst_video_decoder_request_sync_point_flags_get_type() 74 static const GEnumValue values[] = { in gst_video_gl_texture_type_get_type() local 85 …GType new_type = g_enum_register_static (g_intern_static_string ("GstVideoGLTextureType"), values); in gst_video_gl_texture_type_get_type() 95 static const GEnumValue values[] = { in gst_video_gl_texture_orientation_get_type() local 103 …ew_type = g_enum_register_static (g_intern_static_string ("GstVideoGLTextureOrientation"), values); in gst_video_gl_texture_orientation_get_type() 115 static const GFlagsValue values[] = { in gst_video_time_code_flags_get_type() local 122 …Type new_type = g_flags_register_static (g_intern_static_string ("GstVideoTimeCodeFlags"), values); in gst_video_time_code_flags_get_type() [all …]
|
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/ |
D | bin.js | 212 const { positionals, values } = j.parse(); 213 if (values.help) { 219 const patterns = values.all 222 const matches = values.all ? [] : positionals.filter(p => (0, fs_1.existsSync)(p)); 224 absolute: values.absolute, 225 cwd: values.cwd, 226 dot: values.dot, 227 dotRelative: values['dot-relative'], 228 follow: values.follow, 229 ignore: values.ignore, [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | unordered_map_lookup_test.h | 34 std::vector<T> values; in TYPED_TEST_P() local 35 std::generate_n(std::back_inserter(values), 10, in TYPED_TEST_P() 37 TypeParam m(values.begin(), values.end()); in TYPED_TEST_P() 38 for (const auto& p : values) { in TYPED_TEST_P() 47 std::vector<T> values; in TYPED_TEST_P() local 48 std::generate_n(std::back_inserter(values), 10, in TYPED_TEST_P() 51 for (const auto& p : values) { in TYPED_TEST_P() 56 for (const auto& p : values) in TYPED_TEST_P() 62 std::vector<T> values; in TYPED_TEST_P() local 63 std::generate_n(std::back_inserter(values), 10, in TYPED_TEST_P() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | webrtc-enumtypes.c | 22 static const GEnumValue values[] = { in gst_webrtc_dtls_transport_state_get_type() local 31 …new_type = g_enum_register_static (g_intern_static_string ("GstWebRTCDTLSTransportState"), values); in gst_webrtc_dtls_transport_state_get_type() 41 static const GEnumValue values[] = { in gst_webrtc_ice_gathering_state_get_type() local 48 … new_type = g_enum_register_static (g_intern_static_string ("GstWebRTCICEGatheringState"), values); in gst_webrtc_ice_gathering_state_get_type() 58 static const GEnumValue values[] = { in gst_webrtc_ice_connection_state_get_type() local 69 …new_type = g_enum_register_static (g_intern_static_string ("GstWebRTCICEConnectionState"), values); in gst_webrtc_ice_connection_state_get_type() 79 static const GEnumValue values[] = { in gst_webrtc_signaling_state_get_type() local 89 …ype new_type = g_enum_register_static (g_intern_static_string ("GstWebRTCSignalingState"), values); in gst_webrtc_signaling_state_get_type() 99 static const GEnumValue values[] = { in gst_webrtc_peer_connection_state_get_type() local 109 …ew_type = g_enum_register_static (g_intern_static_string ("GstWebRTCPeerConnectionState"), values); in gst_webrtc_peer_connection_state_get_type() [all …]
|
/third_party/alsa-utils/alsactl/init/ |
D | default | 21 CTL{write}!="$env{pvolume}",CTL{values}="$env{ppercent}" 23 CTL{values}="on" 28 CTL{write}!="$env{pvolume}",CTL{values}="$env{ppercent}" 30 CTL{values}="on" 35 CTL{write}!="$env{pvolume}",CTL{values}="$env{ppercent}" 37 CTL{values}="on" 41 CTL{write}!="$env{pvolume}",CTL{values}="$env{ppercent}" 43 CTL{values}="on" 50 CTL{write}!="$env{pvolume}",CTL{values}="$env{ppercent}" 53 CTL{values}="on" [all …]
|
/third_party/vk-gl-cts/data/gles3/shaders/ |
D | keywords.test | 8 values {} 26 values {} 44 values {} 62 values {} 80 values {} 98 values {} 116 values {} 134 values {} 152 values {} 170 values {} [all …]
|
/third_party/vk-gl-cts/scripts/khr_util/ |
D | gen_str_util.py | 29 def allValuesUndefined (definitions, values): argument 30 for value in values: 35 def anyValueDefined (definitions, values): argument 36 return not allValuesUndefined(definitions, values) 46 for groupName, values in enumGroups: 47 if anyValueDefined(definitions, values): 53 for groupName, values in bitfieldGroups: 54 if anyValueDefined(definitions, values): 60 for groupName, values in enumGroups: 61 if anyValueDefined(definitions, values): [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/gauge/lib/ |
D | render-template.js | 8 function renderValueWithValues (values) { argument 10 return renderValue(item, values) 14 var renderTemplate = module.exports = function (width, template, values) { 15 var items = prepareItems(width, template, values) 16 var rendered = items.map(renderValueWithValues(values)).join('') 30 function hasPreOrPost (item, values) { argument 34 return values[preType(item)] || values[postType(item)] 39 var values = Object.create(parentValues) 43 if (values[pre]) { 44 template.push({ value: values[pre] }) [all …]
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
D | render-template.js | 8 function renderValueWithValues (values) { argument 10 return renderValue(item, values) 14 var renderTemplate = module.exports = function (width, template, values) { 15 var items = prepareItems(width, template, values) 16 var rendered = items.map(renderValueWithValues(values)).join('') 30 function hasPreOrPost (item, values) { argument 34 return values[preType(item)] || values[postType(item)] 39 var values = Object.create(parentValues) 43 if (values[pre]) { 44 template.push({ value: values[pre] }) [all …]
|