Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/payload_generator/
Dextent_ranges.cc206 auto lower = extent_set_.lower_bound(ExtentForRange(block, 1)); in ContainsBlock()
212 auto upper = extent_set_.lower_bound(ExtentForRange(block + 1, 0)); in ContainsBlock()
285 auto lower = extent_set.lower_bound(extent); in FilterExtentRanges()
290 auto upper = extent_set.lower_bound( in FilterExtentRanges()
/system/bt/packet/tests/base/
Diterator_test.cc33 auto lower_bound = bounds.first; in GetTestPacket() local
36 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound); in GetTestPacket()
/system/netd/server/
DUidRanges.cpp63 auto iter = std::lower_bound(mRanges.begin(), mRanges.end(), makeUidRangeParcel(intUid, intUid), in hasUid()
/system/bt/bta/gatt/
Ddatabase_builder.cc45 auto it = std::lower_bound( in AddService()
/system/update_engine/common/
Dprefs.cc234 std::lower_bound(begin(values_), end(values_), ns, lower_comp); in GetSubKeys()
/system/core/storaged/
Dstoraged_uid_monitor.cpp217 auto it = io_history_.lower_bound(curr_ts - 5 * DAY_TO_SEC); in add_records_locked()
274 for (auto it = io_history_.lower_bound(first_ts); it != io_history_.end(); ++it) { in dump()
/system/vold/
DCheckpoint.cpp509 relocations.erase(relocations.lower_bound(dest), relocations.lower_bound(dest + count)); in relocate()
/system/incremental_delivery/incfs/
DMountRegistry.cpp89 auto it = rootByBindPoint.lower_bound(path); in rootIndex()
/system/extras/simpleperf/
Dthread_tree.cpp170 auto it = map.lower_bound(entry.start_addr); in InsertMap()
DJITDebugReader.cpp725 auto it = std::lower_bound(thread_mmaps.begin(), thread_mmaps.end(), in ReadDexFileDebugInfo()
Ddso.cpp431 auto it = std::lower_bound(dex_file_offsets_.begin(), dex_file_offsets_.end(), in AddDexFileOffset()
DETMDecoder.cpp143 auto it = std::lower_bound(callbacks_.begin(), callbacks_.end(), callback, in AddCallback()