/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link04.c | 36 char *desc2; member 92 tc->desc1, tc->desc2); in verify_link() 97 tc->desc1, tc->desc2, in verify_link() 104 tc->desc1, tc->desc2, TST_RET, in verify_link()
|
/third_party/boost/libs/program_options/test/ |
D | options_description_test.cpp | 58 options_description desc2; in test_approximation() local 59 desc2.add_options() in test_approximation() 65 BOOST_CHECK_EQUAL(desc2.find("config", true).long_name(), "config"); in test_approximation() 66 BOOST_CHECK_EQUAL(desc2.find("config-value", true).long_name(), in test_approximation()
|
D | variable_map_test.cpp | 75 options_description desc2; in test_variable_map() local 76 desc2.add_options() in test_variable_map() 84 parsed_options a5 = command_line_parser(cmdline5).options(desc2).run(); in test_variable_map() 252 options_description desc2(""); in test_multiple_assignments_with_different_option_description() local 253 desc2.add_options() in test_multiple_assignments_with_different_option_description() 263 parsed_options p2 = command_line_parser(input2).options(desc2).run(); in test_multiple_assignments_with_different_option_description()
|
D | parsers_test.cpp | 150 options_description desc2; in test_not_crashing_with_empty_string_values() local 151 desc2.add_options()("open", po::value<string>()); in test_not_crashing_with_empty_string_values() 155 const_cast<char**>(cmdline4), desc2), vm); in test_not_crashing_with_empty_string_values()
|
/third_party/jerryscript/tests/jerry/ |
D | object-defineproperty.js | 55 var desc2 = Object.getOwnPropertyDescriptor(obj, "prop"); 56 assert (desc1.set === setter && desc2.set === undefined);
|
D | object-get-own-property-descriptor.js | 49 var desc2 = Object.getOwnPropertyDescriptor (obj, "undefined"); 50 assert (desc1.value === 1 && desc2.value === 1);
|
/third_party/skia/src/utils/mac/ |
D | SkCTFont.cpp | 379 SkUniqueCFRef<CTFontDescriptorRef> desc2(CTFontCopyFontDescriptor(ctFont.get())); in SkCTFontGetDataFontWeightMapping() local 380 if (!desc2) { in SkCTFontGetDataFontWeightMapping() 385 CTFontDescriptorCopyAttribute(desc2.get(), kCTFontTraitsAttribute)); in SkCTFontGetDataFontWeightMapping()
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_shard.cc | 77 std::string desc2 = "axis"; in TEST_F() local 79 std::shared_ptr<Statistics> statistics2 = Statistics::Build(desc2, statistic_json2); in TEST_F()
|
D | ut_shard_header_test.cc | 61 std::string desc2 = "this is a test2"; in TEST_F() local 66 std::shared_ptr<Schema> schema2 = Schema::Build(desc2, schema_content2); in TEST_F()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 2057 const struct util_format_description *desc1, *desc2; in radv_dcc_formats_compatible() local 2066 desc2 = vk_format_description(format2); in radv_dcc_formats_compatible() 2068 if (desc1->nr_channels != desc2->nr_channels) in radv_dcc_formats_compatible() 2073 if (desc1->swizzle[i] <= PIPE_SWIZZLE_W && desc2->swizzle[i] <= PIPE_SWIZZLE_W && in radv_dcc_formats_compatible() 2074 desc1->swizzle[i] != desc2->swizzle[i]) in radv_dcc_formats_compatible() 2078 radv_get_dcc_channel_type(desc2, &type2, &size2); in radv_dcc_formats_compatible()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_build.c | 327 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) in p2p_buf_add_noa() argument 331 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0)); in p2p_buf_add_noa() 335 p2p_buf_add_noa_desc(buf, desc2); in p2p_buf_add_noa()
|
D | p2p.c | 4427 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; in p2p_build_presence_req() local 4442 os_memset(&desc2, 0, sizeof(desc2)); in p2p_build_presence_req() 4443 desc2.count_type = 2; in p2p_build_presence_req() 4444 desc2.duration = duration2; in p2p_build_presence_req() 4445 desc2.interval = interval2; in p2p_build_presence_req() 4446 ptr2 = &desc2; in p2p_build_presence_req()
|
D | p2p_i.h | 770 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_build.c | 327 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) in p2p_buf_add_noa() argument 331 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0)); in p2p_buf_add_noa() 335 p2p_buf_add_noa_desc(buf, desc2); in p2p_buf_add_noa()
|
D | p2p.c | 4383 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; in p2p_build_presence_req() local 4398 os_memset(&desc2, 0, sizeof(desc2)); in p2p_build_presence_req() 4399 desc2.count_type = 2; in p2p_build_presence_req() 4400 desc2.duration = duration2; in p2p_build_presence_req() 4401 desc2.interval = interval2; in p2p_build_presence_req() 4402 ptr2 = &desc2; in p2p_build_presence_req()
|
D | p2p_i.h | 765 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 1920 const struct util_format_description *desc1, *desc2; in vi_dcc_formats_compatible() local 1934 desc2 = util_format_description(format2); in vi_dcc_formats_compatible() 1936 if (desc1->layout != UTIL_FORMAT_LAYOUT_PLAIN || desc2->layout != UTIL_FORMAT_LAYOUT_PLAIN) in vi_dcc_formats_compatible() 1941 (desc2->channel[0].type == UTIL_FORMAT_TYPE_FLOAT)) in vi_dcc_formats_compatible() 1947 if (desc1->channel[0].size != desc2->channel[0].size || in vi_dcc_formats_compatible() 1948 (desc1->nr_channels >= 2 && desc1->channel[1].size != desc2->channel[1].size)) in vi_dcc_formats_compatible() 1964 if (desc1->channel[0].type != desc2->channel[0].type || in vi_dcc_formats_compatible() 1965 (desc1->nr_channels >= 2 && desc1->channel[1].type != desc2->channel[1].type)) in vi_dcc_formats_compatible()
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.c | 2870 const AVPixFmtDescriptor *desc2 = av_pix_fmt_desc_get(dst_pix_fmt2); in av_find_best_pix_fmt_of_2() local 2875 } else if (!desc2) { in av_find_best_pix_fmt_of_2() 2886 if(av_get_padded_bits_per_pixel(desc2) != av_get_padded_bits_per_pixel(desc1)) { in av_find_best_pix_fmt_of_2() 2887 …dst_pix_fmt = av_get_padded_bits_per_pixel(desc2) < av_get_padded_bits_per_pixel(desc1) ? dst_pix_… in av_find_best_pix_fmt_of_2() 2889 … dst_pix_fmt = desc2->nb_components < desc1->nb_components ? dst_pix_fmt2 : dst_pix_fmt1; in av_find_best_pix_fmt_of_2()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | mediacapturewrapper.cpp | 146 ComPtr<IMediaCaptureVideoProfileMediaDescription2> desc2; in Fill() local 157 hr = desc.As (&desc2); in Fill() 173 hr = desc2->get_Subtype (hstr_subtype.GetAddressOf ()); in Fill()
|
/third_party/ffmpeg/libavcodec/ |
D | ivi.c | 204 const IVIHuffDesc *desc2) in ivi_huff_desc_cmp() argument 206 return desc1->num_rows != desc2->num_rows || in ivi_huff_desc_cmp() 207 memcmp(desc1->xbits, desc2->xbits, desc1->num_rows); in ivi_huff_desc_cmp()
|
/third_party/openssl/apps/ |
D | req.c | 71 const char *desc1, const char *desc2 1353 const char *desc1, const char *desc2 in build_data() argument 1381 if (!join(buf, buf_size, def, "\n", desc2)) in build_data()
|
/third_party/mindspore/tests/ut/cpp/transform/ |
D | convert_test.cc | 794 ge::TensorDesc desc2(shape2, format, dt); in TEST_F() local 799 …std::make_shared<GeTensor>(desc2, reinterpret_cast<uint8_t*>(data2.data()), data2.size() * sizeof(… in TEST_F()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 311 const AVPixFmtDescriptor *desc, *desc2; in query_formats() local 340 desc2 = av_pix_fmt_desc_get(avff2->formats[0]); in query_formats() 342 ncomp2 = desc2->nb_components; in query_formats() 345 depth2 = desc2->comp[0].depth; in query_formats()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 5881 Temp desc2 = get_sampler_desc(ctx, deref_instr, ACO_DESC_PLANE_1, tex_instr, write); in get_sampler_desc() local 5884 Definition(components[7]), desc2); in get_sampler_desc()
|