Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/core/util/
Dtensor_slice_set.cc90 TensorSlice intersection; in Query() local
147 TensorSlice intersection; in QueryMeta() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java295 public static <T> Set<T> intersection( in intersection() method in FeatureUtil
308 public static <T> Set<T> intersection(Set<? extends T> ... sets) { in intersection() method in FeatureUtil
/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()
508 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyContiguousSet.java47 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DContiguousSet.java114 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
DRegularContiguousSet.java118 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp56 C intersection (const C& s1, const C& s2) in intersection() function
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java116 public Interval intersection(Interval other) { in intersection() method in Interval
/external/guava/guava/src/com/google/common/collect/
DEmptyContiguousSet.java49 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DContiguousSet.java145 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttributeScope.java173 public Set<String> intersection(AttributeScope other) { in intersection() method in AttributeScope
/external/harfbuzz_ng/src/
Dgen-tag-table.py895 def get_matching_language_name (intersection, candidates): argument
914 intersection = language_name_intersection (bcp_47_name, ot.names[tag]) variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java494 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java496 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h178 EIGEN_DEVICE_FUNC inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(cons… in intersection() function
DHyperplane.h189 EIGEN_DEVICE_FUNC VectorType intersection(const Hyperplane& other) const in intersection() function
DAlignedBox.h230 EIGEN_DEVICE_FUNC inline AlignedBox intersection(const AlignedBox& b) const in intersection() function
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskUtil.java230 public static FieldMask intersection(FieldMask mask1, FieldMask mask2) { in intersection() method in FieldMaskUtil
/external/mesa3d/src/intel/compiler/
Dbrw_fs_combine_constants.cpp226 bblock_t *intersection = cfg_t::intersect(block, imm->block); in opt_combine_constants() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilder.java64 union, difference, intersection, symmetric enumConstant
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
DMultiBoxTracker.java333 final RectF intersection = new RectF(); in handleDetection() local
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
DMultiBoxTracker.java333 final RectF intersection = new RectF(); in handleDetection() local
/external/freetype/src/psaux/
Dpshints.c1206 FT_Vector* intersection ) in cf2_glyphpath_computeIntersection()
1332 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem() local

123