/third_party/node/test/fixtures/wpt/dom/events/ |
D | Event-isTrusted.any.js | 6 var desc2 = Object.getOwnPropertyDescriptor(new Event("x"), "isTrusted"); 7 assert_not_equals(desc2, undefined); 8 assert_equals(typeof desc2.get, "function"); 10 assert_equals(desc1.get, desc2.get);
|
/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/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/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 2095 const struct util_format_description *desc1, *desc2; in radv_dcc_formats_compatible() local 2108 desc2 = vk_format_description(format2); in radv_dcc_formats_compatible() 2110 if (desc1->nr_channels != desc2->nr_channels) in radv_dcc_formats_compatible() 2115 if (desc1->swizzle[i] <= PIPE_SWIZZLE_W && desc2->swizzle[i] <= PIPE_SWIZZLE_W && in radv_dcc_formats_compatible() 2116 desc1->swizzle[i] != desc2->swizzle[i]) in radv_dcc_formats_compatible() 2120 radv_get_dcc_channel_type(desc2, &type2, &size2); in radv_dcc_formats_compatible()
|
D | radv_nir_apply_pipeline_layout.c | 321 nir_ssa_def *desc2 = in get_sampler_desc() local 328 comp[i] = nir_channel(b, desc2, i); in get_sampler_desc()
|
/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/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/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 2009 const struct util_format_description *desc1, *desc2; in vi_dcc_formats_compatible() local 2027 desc2 = util_format_description(format2); in vi_dcc_formats_compatible() 2029 if (desc1->layout != UTIL_FORMAT_LAYOUT_PLAIN || desc2->layout != UTIL_FORMAT_LAYOUT_PLAIN) in vi_dcc_formats_compatible() 2034 (desc2->channel[0].type == UTIL_FORMAT_TYPE_FLOAT)) in vi_dcc_formats_compatible() 2040 if (desc1->channel[0].size != desc2->channel[0].size || in vi_dcc_formats_compatible() 2041 (desc1->nr_channels >= 2 && desc1->channel[1].size != desc2->channel[1].size)) in vi_dcc_formats_compatible() 2057 if (desc1->channel[0].type != desc2->channel[0].type || in vi_dcc_formats_compatible() 2058 (desc1->nr_channels >= 2 && desc1->channel[1].type != desc2->channel[1].type)) in vi_dcc_formats_compatible()
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.c | 2959 const AVPixFmtDescriptor *desc2 = av_pix_fmt_desc_get(dst_pix_fmt2); in av_find_best_pix_fmt_of_2() local 2964 } else if (!desc2) { in av_find_best_pix_fmt_of_2() 2975 if(av_get_padded_bits_per_pixel(desc2) != av_get_padded_bits_per_pixel(desc1)) { in av_find_best_pix_fmt_of_2() 2976 …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() 2978 … 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/node/deps/openssl/openssl/crypto/cmp/ |
D | cmp_vfy.c | 226 const char *desc1, const char *desc2, X509 *cert, in cert_acceptable() argument 238 self_issued ? "self-issued ": "", desc1, desc2); in cert_acceptable()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_vfy.c | 226 const char *desc1, const char *desc2, X509 *cert, in cert_acceptable() argument 238 self_issued ? "self-issued ": "", desc1, desc2); in cert_acceptable()
|
/third_party/elfutils/src/ |
D | elfcmp.c | 455 const void *desc2 = data2->d_buf + desc_offset; in main() local 475 || memcmp (desc1, desc2, note1.n_descsz)) in main()
|
/third_party/openssl/apps/ |
D | req.c | 68 const char *desc1, const char *desc2); 1400 const char *desc1, const char *desc2) in build_data() argument 1427 if (!join(buf, buf_size, def, "\n", desc2)) in build_data()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | req.c | 68 const char *desc1, const char *desc2); 1404 const char *desc1, const char *desc2) in build_data() argument 1431 if (!join(buf, buf_size, def, "\n", desc2)) in build_data()
|
/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/ffmpeg/libavfilter/ |
D | vf_waveform.c | 322 const AVPixFmtDescriptor *desc, *desc2; in query_formats() local 351 desc2 = av_pix_fmt_desc_get(avff2->formats[0]); in query_formats() 353 ncomp2 = desc2->nb_components; in query_formats() 356 depth2 = desc2->comp[0].depth; in query_formats()
|