Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc100 StepIntersection intersection = in TEST() local
119 StepIntersection intersection = in TEST() local
140 StepIntersection intersection = in TEST() local
161 StepIntersection intersection = in TEST() local
183 StepIntersection intersection = in TEST() local
193 StepIntersection intersection = in TEST() local
/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/webrtc/rtc_base/
Dunique_id_generator_unittest.cc75 std::vector<typename Generator::value_type> intersection; in TYPED_TEST() local
106 std::vector<typename Generator::value_type> intersection; in TYPED_TEST() local
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeMirrorTest.java190 public void intersection() { in intersection() method in TurbineTypeMirrorTest
/external/wpa_supplicant_8/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()
517 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/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/harfbuzz_ng/src/
Dgen-tag-table.py895 def get_matching_language_name (intersection, candidates): argument
912 intersection = language_name_intersection (bcp_47_name, ot.names[tag]) variable
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java116 public Interval intersection(Interval other) { in intersection() method in Interval
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttributeScope.java173 public Set<String> intersection(AttributeScope other) { in intersection() method in AttributeScope
/external/python/cpython3/Lib/test/
Dtest_dictviews.py98 def intersection(self, other): member in DictSetTest.test_keys_set_operations.CustomSet
/external/guava/android/guava/src/com/google/common/collect/
DEmptyContiguousSet.java51 public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DContiguousSet.java211 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
/external/guava/guava/src/com/google/common/collect/
DEmptyContiguousSet.java51 public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DContiguousSet.java211 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
/external/crosvm/disk/src/
Dcomposite.rs78 let intersection = range_intersection(a, b); in ranges_overlap() localVariable
281 let intersection = range_intersection(&range, &disk.range()); in punch_hole() localVariable
302 let intersection = range_intersection(&range, &disk.range()); in allocate() localVariable
/external/s2-geometry-library-java/src/com/google/common/geometry/
DR1Interval.java186 public R1Interval intersection(R1Interval y) { in intersection() method in R1Interval
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp57 C intersection (const C& s1, const C& s2) in intersection() function
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.cc55 const float intersection = Intersection(other); in Overlap() local
/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h178 EIGEN_DEVICE_FUNC inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(cons… in intersection() function
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java520 …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
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java518 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java293 public static <T> Set<T> intersection(Set<? extends T> set1, Set<? extends T> set2) { in intersection() method in FeatureUtil

1234