Home
last modified time | relevance | path

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

12

/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/vulkan-validation-layers/libs/glm/detail/
Ddummy.cpp143 struct intersection
145 glm::vec4 position;
/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/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/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/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp56 C intersection (const C& s1, const C& s2) in intersection() function
/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/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
DRange.java559 public Range<C> intersection(Range<C> connectedRange) { in intersection() method in Range
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java479 …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/v8/src/crankshaft/
Dhydrogen-check-elimination.cc394 MapSet intersection = instr->maps()->Intersect( in ReduceCheckMaps() local
594 MapSet intersection = le->maps_->Intersect(re->maps_, zone()); in ReduceCompareObjectEqAndBranch() local
617 MapSet intersection = entry->maps_->Intersect(string_maps(), zone()); in ReduceIsStringAndBranch() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_combine_constants.cpp226 bblock_t *intersection = cfg_t::intersect(block, imm->block); in opt_combine_constants() local
/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/freetype/src/cff/
Dcf2hints.c1124 FT_Vector* intersection ) in cf2_glyphpath_computeIntersection()
1243 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem() local
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.c1123 FT_Vector* intersection ) in cf2_glyphpath_computeIntersection()
1242 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem() local
/external/skia/src/utils/
DSkInsetConvexPolygon.cpp224 SkPoint intersection; in SkInsetConvexPolygon() local
/external/python/cpython2/Lib/
D_weakrefset.py145 def intersection(self, other): member in WeakSet

12