Home
last modified time | relevance | path

Searched defs:overlaps (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dinterval_intersector_unittest.cc56 std::vector<Id> overlaps; in TEST() local
65 std::vector<Id> overlaps; in TEST() local
74 std::vector<Id> overlaps; in TEST() local
83 std::vector<Id> overlaps; in TEST() local
94 std::vector<Id> overlaps; in TEST() local
103 std::vector<Id> overlaps; in TEST() local
113 std::vector<Id> overlaps; in TEST() local
122 std::vector<Id> overlaps; in TEST() local
132 std::vector<Id> overlaps; in TEST() local
140 std::vector<Id> overlaps; in TEST() local
[all …]
H A Dinterval_tree_unittest.cc55 std::vector<uint32_t> overlaps; in TEST() local
64 std::vector<uint32_t> overlaps; in TEST() local
73 std::vector<uint32_t> overlaps; in TEST() local
89 std::vector<uint32_t> overlaps; in TEST() local
109 std::vector<uint32_t> overlaps; in TEST() local
118 std::vector<uint32_t> overlaps; in TEST() local
137 std::vector<uint32_t> overlaps; in TEST() local
156 std::vector<uint32_t> overlaps; in TEST() local
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
H A DIRegionSubject.kt201 fun overlaps(other: Region): IRegionSubject method
209 fun overlaps(other: Rect): IRegionSubject method
H A DRegionTraceSubject.kt137 override fun overlaps(other: Region): RegionTraceSubject = apply { in <lambda>() method in android.tools.flicker.subject.region.RegionTraceSubject
142 override fun overlaps(other: Rect): RegionTraceSubject = overlaps(Region(other)) in overlaps() method in android.tools.flicker.subject.region.RegionTraceSubject
H A DRegionSubject.kt385 override fun overlaps(other: Region): RegionSubject = apply { in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
401 override fun overlaps(other: Rect): RegionSubject = overlaps(Region(other)) in <lambda>() method in android.tools.flicker.subject.region.RegionSubject
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dutil.rs74 fn overlaps(&self, other: &Self) -> bool; in overlaps() method
82 fn overlaps(&self, other: &Self) -> bool { in overlaps() method
92 fn overlaps(&self, other: &Self) -> bool { in overlaps() method
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Derror_concealment.c63 static void assign_overlap(OVERLAP_NODE *overlaps, union b_mode_info *bmi, in assign_overlap()
214 static void estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) { in estimate_mv()
276 static void calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, in calc_prev_mb_overlaps()
292 static void estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, in estimate_missing_mvs()
H A Dec_types.h31 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member
38 B_OVERLAP overlaps[16]; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc57 const Tensor& overlaps, in ParseAndCheckOverlapSizes()
172 static inline T Overlap(typename TTypes<T, 2>::ConstTensor overlaps, int i, in Overlap()
187 const Tensor& overlaps) { in CreateOverlapSimilarityFn()
917 const Tensor& overlaps = context->input(0); in Compute() local
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
H A DLayer.kt218 fun overlaps(other: Layer, crop: RectF = RectF()): Boolean { in overlaps() method
/aosp_15_r20/external/freetype/src/sdf/
H A Dftsdf.h81 FT_Bool overlaps; member
H A Dftsdfrend.h80 FT_Bool overlaps; member
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/s2/
DS2LevelRangeTest.java65 public void overlaps() { in overlaps() method in S2LevelRangeTest
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java286 public final boolean overlaps(long position, long size) { in overlaps() method in FileLock
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java286 public final boolean overlaps(long position, long size) { in overlaps() method in FileLock
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DFileLock.java286 public final boolean overlaps(long position, long size) { in overlaps() method in FileLock
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/s2/
DS2LevelRange.java146 public boolean overlaps(S2LevelRange other) { in overlaps() method in S2LevelRange
/aosp_15_r20/external/fonttools/Tests/varLib/
H A DfeatureVars_test.py207 def _match_condition(location, overlaps): argument
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp391 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, in overlaps() function in LiveRange
434 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { in overlaps() function in LiveRange
/aosp_15_r20/system/libvintf/include/vintf/
H A DVersionRange.h67 inline bool overlaps(const VersionRange& other) const { in overlaps() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h210 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
DExecutorAddress.h231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DStackLifetime.h72 bool overlaps(const LiveRange &Other) const { in overlaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DExecutorAddress.h231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DStackLifetime.h72 bool overlaps(const LiveRange &Other) const { in overlaps() function

12345678910>>...21