/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
D | LineRegion.java | 54 public boolean intersects(LineRegion lineRegion) { in intersects() method in LineRegion 64 public boolean intersects(Number line2Min, Number line2Max) { in intersects() method in LineRegion
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | RectRegion.java | 73 public boolean intersects(RectRegion region) { in intersects() method in RectRegion 89 public boolean intersects(Number minX, Number maxX, Number minY, Number maxY) { in intersects() method in RectRegion 93 …public boolean intersects(RectF region, Number visMinX, Number visMaxX, Number visMinY, Number vis… in intersects() method in RectRegion
|
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/ |
D | element_map.hpp | 307 intersects(const Type&, const CoType&) in intersects() function 316 intersects(const Type& object, const typename Type::domain_type& operand) in intersects() function 325 intersects(const Type& object, const typename Type::set_type& operand) in intersects() function 337 intersects(const Type& object, const typename Type::element_type& operand) in intersects() function 348 intersects(const Type& object, const Type& operand) in intersects() function
|
D | element_set.hpp | 64 intersects(const Type& object, const typename Type::key_type& operand) in intersects() function 71 intersects(const Type& object, const Type& operand) in intersects() function
|
/external/angle/src/libANGLE/ |
D | CLBitField.h | 36 bool intersects(cl_bitfield bits) const { return (mBits & bits) != 0u; } in intersects() function 37 bool intersects(const BitField &other) const { return (mBits & other.mBits) != 0u; } in intersects() function
|
/external/skia/src/gpu/graphite/geom/ |
D | IntersectionTree.cpp | 28 bool intersects(Rect rect) override { in intersects() function in skgpu::graphite::IntersectionTree::TreeNode 89 bool intersects(Rect rect) override { in intersects() function in skgpu::graphite::IntersectionTree::LeafNode
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAddressRange.h | 40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAddressRange.h | 43 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
|
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/ |
D | map_algo.hpp | 28 bool intersects(const ObjectT& left, const CoObjectT& right) in intersects() function
|
D | set_algo.hpp | 87 bool intersects(const SetType& left, const SetType& right) in intersects() function
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/ |
D | FluentBitSet.java | 273 public boolean intersects(final BitSet set) { in intersects() method in FluentBitSet 284 public boolean intersects(final FluentBitSet set) { in intersects() method in FluentBitSet
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractRangeSet.java | 76 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
|
/external/harfbuzz_ng/src/OT/Layout/Common/ |
D | RangeRecord.hh | 72 bool intersects (const hb_set_t &glyphs) const in intersects() function
|
/external/pytorch/c10/util/ |
D | sparse_bitset.h | 177 bool intersects(const SparseBitVectorElement& RHS) const { in intersects() function 735 bool intersects(const SparseBitVector<ElementSize>* RHS) const { in intersects() function 740 bool intersects(const SparseBitVector<ElementSize>& RHS) const { in intersects() function
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | PosLookup.hh | 29 bool intersects (const hb_set_t *glyphs) const in intersects() function
|
D | PosLookupSubTable.hh | 53 bool intersects (const hb_set_t *glyphs, unsigned int lookup_type) const in intersects() function
|
/external/skia/src/pathops/ |
D | SkPathOpsRect.h | 38 bool intersects(const SkDRect& r) const { in intersects() function
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2LoopTest.java | 284 S2Loop a, S2Loop b, int containsOrCrosses, boolean intersects, boolean nestable) { in assertRelation() 286 assertEquals(a.intersects(b), intersects); in assertRelation() local
|
/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
D | Sequence.hh | 25 bool intersects (const hb_set_t *glyphs) const in intersects() function
|
D | AlternateSet.hh | 26 bool intersects (const hb_set_t *glyphs) const in intersects() function
|
D | SubstLookupSubTable.hh | 65 bool intersects (const hb_set_t *glyphs, unsigned int lookup_type) const in intersects() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Range.h | 39 bool intersects(const AddressRange &R) const { in intersects() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 184 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function 738 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function 743 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function 739 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function 744 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | AbstractRangeSet.java | 100 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
|