Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Delement_map.hpp307 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
Dinterval_associator.hpp894 intersects(const Type& left, const CoType& right) in intersects() function
903 intersects(const Type& left, const CoType& right) in intersects() function
913 intersects(const LeftT&, const RightT&) in intersects() function
923 intersects(const LeftT& left, const RightT& right) in intersects() function
944 intersects(const LeftT& left, const RightT& right) in intersects() function
Delement_set.hpp64 intersects(const Type& object, const typename Type::key_type& operand) in intersects() function
71 intersects(const Type& object, const Type& operand) in intersects() function
Dinterval_map.hpp435 intersects(const Type&, const OperandT&) in intersects() function
445 intersects(const Type& object, const OperandT& operand) in intersects() function
456 intersects(const Type& object, const OperandT& operand) in intersects() function
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DRectRegion.java73 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
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DLineRegion.java54 public boolean intersects(LineRegion lineRegion) { in intersects() method in LineRegion
64 public boolean intersects(Number line2Min, Number line2Max) { in intersects() method in LineRegion
/aosp_15_r20/external/pytorch/c10/util/
H A Dsparse_bitset.h177 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
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLBitField.h35 bool intersects(cl_bitfield bits) const { return (mBits & bits) != 0u; } in intersects() function
36 bool intersects(const BitField &other) const { return (mBits & other.mBits) != 0u; } in intersects() function
/aosp_15_r20/out/soong/.intermediates/external/s2-geometry-library-java/s2-geometry-library-java/android_common/turbine/
Ds2-geometry-library-java.jar ... .common.geometry.R1Interval) public strictfp boolean intersects (com.google.common.geometry.R1Interval ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSparseBitVector.h185 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h184 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSparseBitVector.h185 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSparseBitVector.h185 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h185 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSparseBitVector.h185 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
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DIntersectionTree.cpp28 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
/aosp_15_r20/frameworks/base/libs/hwui/
H A DRect.h108 bool intersects(float l, float t, float r, float b) const { in intersects() function
117 bool intersects(const Rect& r) const { return intersects(r.left, r.top, r.right, r.bottom); } in intersects() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderKt.java105 …private static final boolean intersects(android.graphics.Rect $this$intersects, android.graphics.R… in intersects() argument
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/
H A DFluentBitSet.java273 public boolean intersects(final BitSet set) { in intersects() method in FluentBitSet
284 public boolean intersects(final FluentBitSet set) { in intersects() method in FluentBitSet
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/
H A DS2LoopTest.java284 S2Loop a, S2Loop b, int containsOrCrosses, boolean intersects, boolean nestable) { in assertRelation()
286 assertEquals(a.intersects(b), intersects); in assertRelation() local
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DS2CellUnion.java184 public boolean intersects(S2CellId id) { in intersects() method in S2CellUnion
221 public boolean intersects(S2CellUnion union) { in intersects() method in S2CellUnion
H A DS2LatLngRect.java376 public boolean intersects(S2LatLngRect other) { in intersects() method in S2LatLngRect
384 public boolean intersects(S2Cell cell) { in intersects() method in S2LatLngRect
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DRectF.java424 public boolean intersects(float left, float top, float right, in intersects() method in RectF
440 public static boolean intersects(@NonNull RectF a, @NonNull RectF b) { in intersects() method in RectF
H A DRect.java619 public boolean intersects(int left, int top, int right, int bottom) { in intersects() method in Rect
633 public static boolean intersects(@NonNull Rect a, @NonNull Rect b) { in intersects() method in Rect
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithm.java307 …private final boolean intersects(android.graphics.Rect $this$intersects, android.graphics.Rect oth… in intersects() argument

12345678910>>...40