Home
last modified time | relevance | path

Searched refs:overlaps (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/
H A DS2LevelRangeTest.java65 public void overlaps() { in overlaps() method in S2LevelRangeTest
68 assertTrue(range1.overlaps(range1)); in overlaps()
70 assertFalse(range1.overlaps(new S2LevelRange(cellId(12, 1, 0), cellId(12, 1, 1)))); in overlaps()
71 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 0), cellId(12, 1, 2)))); in overlaps()
72 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 1), cellId(12, 1, 2)))); in overlaps()
73 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 2), cellId(12, 1, 3)))); in overlaps()
75 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 2), cellId(12, 1, 4)))); in overlaps()
76 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 1), cellId(12, 1, 3)))); in overlaps()
80 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 3), cellId(12, 1, 2)))); in overlaps()
81 assertTrue(range1.overlaps(new S2LevelRange(cellId(12, 1, 4), cellId(12, 1, 2)))); in overlaps()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
H A DCommonAssertions.kt81 .overlaps(getPrimaryRegion(dividerRegion, rotation))
92 .overlaps(getPrimaryRegion(dividerRegion, rotation))
103 .overlaps(getSecondaryRegion(dividerRegion, rotation))
114 .overlaps(getSecondaryRegion(dividerRegion, rotation))
/aosp12/build/make/tools/releasetools/
H A Dtest_rangelib.py42 self.assertTrue(RangeSet("10-19 30-34").overlaps(RangeSet("18-32")))
43 self.assertFalse(RangeSet("10-19 30-34").overlaps(RangeSet("22-28")))
H A Dota_package_parser.py105 if target_range.overlaps(source_range):
117 if target_range.overlaps(source_range):
H A Dblockimgdiff.py480 if xf.src_ranges.overlaps(xf.tgt_ranges):
497 if xf.src_ranges.overlaps(xf.tgt_ranges):
672 if xf.src_ranges.overlaps(xf.tgt_ranges):
1480 assert not split_src_ranges.overlaps(curr_range)
1644 assert not so_far.overlaps(i)
H A Drangelib.py214 def overlaps(self, other): member in RangeSet
H A Dsparse_img.py285 assert not clobbered_blocks.overlaps(ranges)
/aosp12/system/netd/server/
H A DUidRanges.h49 bool overlaps(const UidRanges& other) const;
H A DNetwork.cpp127 if (iter != mUidRangeMap.end() && uidRanges.overlaps(iter->second)) { in canAddUidRanges()
H A DUidRanges.cpp146 bool UidRanges::overlaps(const UidRanges& other) const { in overlaps() function in android::net::UidRanges
/aosp12/system/libvintf/include/vintf/
H A DVersionRange.h66 inline bool overlaps(const VersionRange& other) const { in overlaps() function
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
H A DSortedS2Ranges.java64 if (previousRange.overlaps(currentRange)) { in createFromSorted()
H A DS2LevelRange.java146 public boolean overlaps(S2LevelRange other) { in overlaps() method in S2LevelRange
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/proto/
H A Dgeotz_protos.proto30 // S2 start cell ID, no overlaps, gaps permitted.
/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h214 bool overlaps(const WindowInfo* other) const;
/aosp12/system/libvintf/
H A DMatrixHal.cpp163 [&](const auto& e) { return e.overlaps(otherVr); }); in insertVersionRanges()
/aosp12/art/compiler/optimizing/
H A Dlocations.h557 void SetOut(Location location, Location::OutputOverlap overlaps = Location::kOutputOverlap) {
559 output_overlaps_ = overlaps;
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
H A DTzS2RangeFileWriter.java193 if (lastRange.overlaps(currentRange)) { in writeSamePrefixRanges()
/aosp12/frameworks/native/libs/gui/
H A DWindowInfo.cpp46 bool WindowInfo::overlaps(const WindowInfo* other) const { in overlaps() function in android::gui::WindowInfo
/aosp12/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java1315 boolean overlaps(Queue<Range<Long>> programLoadQueue) { in overlaps() method in TimeShiftManager.ProgramManager.LoadProgramsForCurrentChannelTask
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h760 bool overlaps(const Box& other) const {
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Ddomain.te280 # This overlaps with more precise declarations in Android's policy. The
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Ddomain.te280 # This overlaps with more precise declarations in Android's policy. The
/aosp12/system/sepolicy/public/
H A Ddomain.te280 # This overlaps with more precise declarations in Android's policy. The
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp2717 otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()

12