Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc146 StepIntersection intersection = in TEST() local
165 StepIntersection intersection = in TEST() local
186 StepIntersection intersection = in TEST() local
207 StepIntersection intersection = in TEST() local
229 StepIntersection intersection = in TEST() local
239 StepIntersection intersection = in TEST() local
248 StepIntersection intersection = in TEST() local
/external/kotlinx.coroutines/integration-testing/src/mavenTest/kotlin/
DMavenPublicationMetaInfValidator.kt63 val intersection = actual.intersect(expected) in checkMetaInfStructure() constant
/external/antlr/tool/src/main/java/org/antlr/analysis/
DLookaheadSet.java76 public LookaheadSet intersection(LookaheadSet s) { in intersection() method in LookaheadSet
78 LookaheadSet intersection = new LookaheadSet(i); in intersection() local
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DSinglePosFormat1.hh42 hb_set_t intersection; in collect_variation_indices() local
137 hb_set_t intersection; in subset() local
/external/webrtc/modules/desktop_capture/
Dcropped_desktop_frame.cc39 DesktopRect intersection = DesktopRect::MakeSize(frame->size()); in CreateCroppedDesktopFrame() local
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSingleSubstFormat1.hh50 hb_set_t intersection; in closure() local
144 hb_set_t intersection; in subset() local
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeMirrorTest.java190 public void intersection() { in intersection() method in TurbineTypeMirrorTest
/external/webrtc/rtc_base/
Dunique_id_generator_unittest.cc95 std::vector<typename Generator::value_type> intersection; in TYPED_TEST() local
126 std::vector<typename Generator::value_type> intersection; in TYPED_TEST() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c196 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
446 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
Dp2p_go_neg.c43 struct p2p_channels intersection; in p2p_peer_channels_check() local
421 struct p2p_channels *intersection) in p2p_reselect_channel()
554 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/external/fonttools/Lib/fontTools/designspaceLib/
Dtypes.py39 def intersection(self, other: Range) -> Optional[Range]: member in Range
/external/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.cc83 std::vector<float> intersection(num_candidates); in FindBoundingSet() local
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set.cc88 TensorSlice intersection; in QueryMeta() local
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java116 public Interval intersection(Interval other) { in intersection() method in Interval
/external/harfbuzz_ng/src/
Dgen-tag-table.py940 def get_matching_language_name (intersection, candidates): argument
967 intersection = language_name_intersection (bcp_47_name, ot_name) variable
/external/python/cpython3/Lib/test/
Dtest_dictviews.py98 def intersection(self, other): member in DictSetTest.test_keys_set_operations.CustomSet
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttributeScope.java173 public Set<String> intersection(AttributeScope other) { in intersection() method in AttributeScope
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp58 C intersection (const C& s1, const C& s2) in intersection() function
/external/guava/android/guava/src/com/google/common/collect/
DEmptyContiguousSet.java52 public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
/external/guava/guava/src/com/google/common/collect/
DEmptyContiguousSet.java52 public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
/external/s2-geometry-library-java/src/com/google/common/geometry/
DR1Interval.java186 public R1Interval intersection(R1Interval y) { in intersection() method in R1Interval
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.cc55 const float intersection = Intersection(other); in Overlap() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLocaleNormalizer.java212 final LocaleSet intersection = new LocaleSet(); in intersectKnownWithOrgLocales() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java518 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java520 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local

1234