/aosp_15_r20/external/perfetto/src/trace_processor/containers/ |
H A D | interval_intersector_unittest.cc | 56 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 D | interval_tree_unittest.cc | 55 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 D | IRegionSubject.kt | 201 fun overlaps(other: Region): IRegionSubject method 209 fun overlaps(other: Rect): IRegionSubject method
|
H A D | RegionTraceSubject.kt | 137 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 D | RegionSubject.kt | 385 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/ |
D | util.rs | 74 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 D | error_concealment.c | 63 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 D | ec_types.h | 31 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member 38 B_OVERLAP overlaps[16]; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | non_max_suppression_op.cc | 57 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 D | Layer.kt | 218 fun overlaps(other: Layer, crop: RectF = RectF()): Boolean { in overlaps() method
|
/aosp_15_r20/external/freetype/src/sdf/ |
H A D | ftsdf.h | 81 FT_Bool overlaps; member
|
H A D | ftsdfrend.h | 80 FT_Bool overlaps; member
|
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/s2/ |
D | S2LevelRangeTest.java | 65 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/ |
D | FileLock.java | 286 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/ |
D | FileLock.java | 286 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 D | FileLock.java | 286 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/ |
D | S2LevelRange.java | 146 public boolean overlaps(S2LevelRange other) { in overlaps() method in S2LevelRange
|
/aosp_15_r20/external/fonttools/Tests/varLib/ |
H A D | featureVars_test.py | 207 def _match_condition(location, overlaps): argument
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 391 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 D | VersionRange.h | 67 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 D | ExecutorAddress.h | 210 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/ |
D | ExecutorAddress.h | 231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | StackLifetime.h | 72 bool overlaps(const LiveRange &Other) const { in overlaps() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/ |
D | ExecutorAddress.h | 231 bool overlaps(const ExecutorAddrRange &Other) { in overlaps() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 72 bool overlaps(const LiveRange &Other) const { in overlaps() function
|