Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeException.java32 RangeTree intersection = existing.intersect(ranges); in checkDisjoint() local
43 RangeTree intersection, in RangeException()
45 super(explain(checkNotNull(column), value, existing, ranges, intersection, checkNotNull(mode))); in RangeException() local
53 RangeTree intersection, in explain()
/third_party/typescript/tests/baselines/reference/
DrestIntersection.js2 var intersection: { x: number, y: number } & { w: string, z: string }; variable
20 var intersection; variable
DspreadIntersection.js2 var intersection: { a: number } & { b: string }; variable
22 var intersection; variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DGlyphGroup.java60 GlyphGroup intersection(GlyphGroup other) { in intersection() method in GlyphGroup
61 GlyphGroup intersection = new GlyphGroup(); in intersection() local
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c358 GstCaps *intersection; in gst_shape_wipe_video_sink_getcaps() local
388 GstCaps *intersection, *tmp2; in gst_shape_wipe_video_sink_getcaps() local
481 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
523 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
569 GstCaps *intersection; in gst_shape_wipe_src_getcaps() local
598 GstCaps *intersection, *tmp2; in gst_shape_wipe_src_getcaps() local
/third_party/typescript/tests/cases/compiler/
DrestIntersection.ts1 var intersection: { x: number, y: number } & { w: string, z: string }; variable
DspreadIntersection.ts1 var intersection: { a: number } & { b: string }; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
436 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
Dp2p_go_neg.c42 struct p2p_channels intersection; in p2p_peer_channels_check() local
384 struct p2p_channels *intersection) in p2p_reselect_channel()
508 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
436 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
Dp2p_go_neg.c42 struct p2p_channels intersection; in p2p_peer_channels_check() local
383 struct p2p_channels *intersection) in p2p_reselect_channel()
516 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_intersection_shader.c131 brw_nir_lower_intersection_shader(nir_shader *intersection, in brw_nir_lower_intersection_shader()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c188 GstCaps *intersection; in gst_rtp_stream_depay_get_sink_caps() local
Dgstrtpstreampay.c160 GstCaps *intersection; in gst_rtp_stream_pay_sink_get_caps() local
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/
Dgstoverlaycomposition.c548 GstCaps *intersection = gst_caps_intersect_full (filter, caps, in gst_overlay_composition_sink_query_caps() local
609 GstCaps *intersection; in gst_overlay_composition_src_query_caps() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py908 def get_matching_language_name (intersection, candidates): argument
930 intersection = language_name_intersection (bcp_47_name, ot_name) variable
/third_party/python/Lib/test/
Dtest_dictviews.py98 def intersection(self, other): member in DictSetTest.test_keys_set_operations.CustomSet
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSTLUtil.hpp57 C intersection (const C& s1, const C& s2) in intersection() function
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c1058 GstCaps *intersection; in gst_x_image_sink_getcaps() local
1089 GstCaps *intersection; in gst_x_image_sink_getcaps() local
1119 GstCaps *intersection; in gst_x_image_sink_getcaps() local
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstamrparse.c410 GstCaps *intersection; in gst_amr_parse_sink_getcaps() local
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c631 guint64 intersection; in gst_audio_convert_fixate_channels() local
655 guint64 intersection; in gst_audio_convert_fixate_channels() local
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfup.c498 GstCaps *tmp, *intersection; in mxf_up_get_rgba_descriptor() local
553 GstCaps *tmp, *intersection; in mxf_up_get_cdci_descriptor() local
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs240 let mut intersection = self.clone(); in symmetric_difference() localVariable
431 let intersection = match self.intersect(other) { in symmetric_difference() localVariable
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudascale.c139 GstCaps *intersection; in gst_cuda_scale_transform_caps() local
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth263parse.c424 GstCaps *intersection; in gst_h263_parse_get_sink_caps() local

12345