Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/autofill/
Dform_group.cc44 FieldTypeSet a, b, intersection; in IntersectionOfTypesHasEqualValues() local
66 FieldTypeSet a, b, intersection; in MergeWith() local
/external/antlr/antlr-3.4/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/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c40 struct p2p_channels intersection; in p2p_peer_channels_check() local
342 struct p2p_channels *intersection) in p2p_reselect_channel()
625 struct p2p_channels intersection; in p2p_process_go_neg_req() local
1027 struct p2p_channels intersection; in p2p_process_go_neg_resp() local
Dp2p_invitation.c161 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_req() local
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
DBresenhamTerrainPicker.java99 final Vector3f intersection = new Vector3f(); in getTerrainIntersection() local
166 …protected boolean checkTriangles(float gridX, float gridY, Ray pick, Vector3f intersection, Terrai… in checkTriangles()
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java297 public static <T> Set<T> intersection( in intersection() method in FeatureUtil
310 public static <T> Set<T> intersection(Set<? extends T> ... sets) { in intersection() method in FeatureUtil
/external/chromium/chrome/browser/sync/
Dbackend_migrator.cc117 ModelTypeSet intersection; in Observe() local
/external/chromium/chrome/browser/bookmarks/
Dbookmark_index.cc207 NodeSet intersection; in CombineMatchesInPlace() local
226 NodeSet intersection; in CombineMatches() local
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.cpp88 …t& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection) in findIntersection()
DFloatRect.h193 inline FloatRect intersection(const FloatRect& a, const FloatRect& b) in intersection() function
DIntRect.h211 inline IntRect intersection(const IntRect& a, const IntRect& b) in intersection() function
/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
DRegularContiguousSet.java128 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DParametrizedLine.h135 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim>::intersection(const Hyperplane<_Scalar, _Ambi… in intersection() function
DHyperplane.h168 VectorType intersection(const Hyperplane& other) in intersection() function
/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java89 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
DEmptyContiguousSet.java49 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DRange.java313 public Range<C> intersection(Range<C> other) { in intersection() method in Range
DRegularContiguousSet.java130 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DInterval.java115 public Interval intersection(Interval other) { in intersection() method in Interval
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java451 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java172 public Set intersection(AttributeScope other) { in intersection() method in AttributeScope
/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h178 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(const Hyperplane<_Scal… in intersection() function
DHyperplane.h179 VectorType intersection(const Hyperplane& other) const in intersection() function
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecSet.java336 RegisterSpec intersection = in intersect() local

12