Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 7 of 7) sorted by relevance

/system/memory/libmemunreachable/
DHeapWalker.cpp66 Range overlap = inserted.first->first; in Allocation() local
67 if (overlap != range) { in Allocation()
69 reinterpret_cast<void*>(end), reinterpret_cast<void*>(overlap.begin), in Allocation()
70 reinterpret_cast<void*>(overlap.end)); in Allocation()
/system/bt/gd/
DBUILD.gn25 "-Wno-tautological-overlap-compare",
/system/memory/libmemunreachable/tests/
DHeapWalker_test.cpp53 TEST_F(HeapWalkerTest, overlap) { in TEST_F() argument
/system/core/fs_mgr/liblp/
Dbuilder_test.cpp960 auto overlap = Interval::Intersect(*intervals, new_intervals); in AddPartition() local
961 ASSERT_TRUE(overlap.empty()); in AddPartition()
998 std::vector<Interval> overlap = Interval::Intersect(old_intervals, new_intervals); in TEST_F() local
999 ASSERT_TRUE(overlap.empty()); in TEST_F()
/system/update_engine/
Dupdate_metadata.proto67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
/system/update_engine/update_engine/
Dupdate_metadata.proto67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
/system/chre/chpp/
DREADME.md202 …fine their own commands and therefore command codes for different services and vendors can overlap.