Home
last modified time | relevance | path

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

123

/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/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/chromium_org/ui/views/
Drect_based_targeting_utils.cc17 gfx::Rect intersection(rect_1); in PercentCoveredBy() local
/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_org/third_party/WebKit/Source/core/rendering/shapes/
DPolygonShape.cpp143 FloatPoint intersection; in computeShapePaddingBounds() local
164 FloatPoint intersection; in computeShapeMarginBounds() local
206 static inline bool getVertexIntersectionVertices(const EdgeIntersection& intersection, FloatPoint& … in getVertexIntersectionVertices()
253 EdgeIntersection intersection; in computeXIntersections() local
336 EdgeIntersection intersection; in computeOverlappingEdgeXProjections() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c40 struct p2p_channels intersection; in p2p_peer_channels_check() local
336 struct p2p_channels *intersection) in p2p_reselect_channel()
473 struct p2p_channels intersection; in p2p_go_select_channel() local
Dp2p_invitation.c164 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_req() local
382 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
/external/chromium/chrome/browser/sync/
Dbackend_migrator.cc117 ModelTypeSet intersection; in Observe() local
/external/chromium_org/sync/notifier/
Dinvalidator_registrar.cc45 std::vector<invalidation::ObjectId> intersection; in UpdateRegisteredIds() local
/external/chromium/chrome/browser/bookmarks/
Dbookmark_index.cc207 NodeSet intersection; in CombineMatchesInPlace() local
226 NodeSet intersection; in CombineMatches() local
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_index.cc215 NodeSet intersection; in CombineMatchesInPlace() local
234 NodeSet intersection; in CombineMatches() 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
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
/external/chromium_org/chrome/browser/extensions/api/permissions/
Dpermissions_api.cc103 scoped_refptr<PermissionSet> intersection( in RunImpl() local
/external/chromium_org/chrome/browser/sync/
Dbackend_migrator.cc157 const ModelTypeSet intersection = in OnConfigureDoneImpl() local
/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/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPoint.cpp123 …nt& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection) in findIntersection()
/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/chromium_org/third_party/WebKit/Source/web/resources/
DpickerCommon.js79 Rectangle.intersection = function(rect1, rect2) { function in Rectangle

123