/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | LookaheadSet.java | 76 public LookaheadSet intersection(LookaheadSet s) { in intersection() method in LookaheadSet 78 LookaheadSet intersection = new LookaheadSet(i); in intersection() local
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Intersector.java | 85 …tic boolean intersectSegmentPlane (Vector3 start, Vector3 end, Plane plane, Vector3 intersection) { in intersectSegmentPlane() 330 public static boolean intersectRayPlane (Ray ray, Plane plane, Vector3 intersection) { in intersectRayPlane() 356 Vector3 intersection) { in intersectLinePlane() 383 … boolean intersectRayTriangle (Ray ray, Vector3 t1, Vector3 t2, Vector3 t3, Vector3 intersection) { in intersectRayTriangle() 432 …c static boolean intersectRaySphere (Ray ray, Vector3 center, float radius, Vector3 intersection) { in intersectRaySphere() 461 public static boolean intersectRayBounds (Ray ray, BoundingBox box, Vector3 intersection) { in intersectRayBounds() 619 public static boolean intersectRayTriangles (Ray ray, float[] triangles, Vector3 intersection) { in intersectRayTriangles() 657 Vector3 intersection) { in intersectRayTriangles() 696 …lic static boolean intersectRayTriangles (Ray ray, List<Vector3> triangles, Vector3 intersection) { in intersectRayTriangles() 731 …tic boolean intersectLines (Vector2 p1, Vector2 p2, Vector2 p3, Vector2 p4, Vector2 intersection) { in intersectLines() [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | dummy.cpp | 143 struct intersection 145 glm::vec4 position;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 295 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/opencv3/3rdparty/openexr/Imath/ |
D | ImathSphere.h | 159 bool Sphere3<T>::intersect(const Line3<T> &line, Vec3<T> &intersection) const in intersect()
|
/external/opencv3/modules/core/misc/java/src/java/ |
D | core+Range.java | 44 public Range intersection(Range r1) { in intersection() method in Range
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_go_neg.c | 42 struct p2p_channels intersection; in p2p_peer_channels_check() local 379 struct p2p_channels *intersection) in p2p_reselect_channel() 503 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
|
D | p2p_invitation.c | 186 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
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | EmptyContiguousSet.java | 47 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
|
D | ContiguousSet.java | 114 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
|
D | RegularContiguousSet.java | 118 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | ParametrizedLine.h | 135 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim>::intersection(const Hyperplane<_Scalar, _Ambi… in intersection() function
|
D | Hyperplane.h | 168 VectorType intersection(const Hyperplane& other) in intersection() function
|
/external/deqp/framework/delibs/decpp/ |
D | deSTLUtil.hpp | 56 C intersection (const C& s1, const C& s2) in intersection() function
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Interval.java | 115 public Interval intersection(Interval other) { in intersection() method in Interval
|
/external/guava/guava/src/com/google/common/collect/ |
D | EmptyContiguousSet.java | 49 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
|
D | ContiguousSet.java | 145 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | AttributeScope.java | 172 public Set intersection(AttributeScope other) { in intersection() method in AttributeScope
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpi.java | 479 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.cc | 393 MapSet intersection = instr->maps()->Intersect( in ReduceCheckMaps() local 593 MapSet intersection = le->maps_->Intersect(re->maps_, zone()); in ReduceCompareObjectEqAndBranch() local 616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone()); in ReduceIsStringAndBranch() local
|
/external/opencv3/modules/imgproc/src/ |
D | intersection.cpp | 57 std::vector <Point2f> intersection; in rotatedRectangleIntersection() local
|
/external/eigen/Eigen/src/Geometry/ |
D | ParametrizedLine.h | 178 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(const Hyperplane<_Scal… in intersection() function
|
D | Hyperplane.h | 189 VectorType intersection(const Hyperplane& other) const in intersection() function
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpecSet.java | 336 RegisterSpec intersection = in intersect() local
|
/external/freetype/src/cff/ |
D | cf2hints.c | 1123 FT_Vector* intersection ) in cf2_glyphpath_computeIntersection() 1242 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem() local
|