/aosp_15_r20/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 | interval_associator.hpp | 894 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
|
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
|
D | interval_map.hpp | 435 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 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
|
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
H A 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
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A 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
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | CLBitField.h | 35 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/ |
D | s2-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/ |
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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A 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
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Rect.h | 108 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/ |
D | StatusBarContentInsetsProviderKt.java | 105 …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 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
|
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
H A 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
|
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/ |
H A D | S2CellUnion.java | 184 public boolean intersects(S2CellId id) { in intersects() method in S2CellUnion 221 public boolean intersects(S2CellUnion union) { in intersects() method in S2CellUnion
|
H A D | S2LatLngRect.java | 376 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 D | RectF.java | 424 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 D | Rect.java | 619 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/ |
D | TvPipKeepClearAlgorithm.java | 307 …private final boolean intersects(android.graphics.Rect $this$intersects, android.graphics.Rect oth… in intersects() argument
|