Searched refs:lower_bound (Results 1 – 12 of 12) sorted by relevance
/system/update_engine/payload_generator/ |
D | extent_ranges.cc | 206 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/ |
D | iterator_test.cc | 33 auto lower_bound = bounds.first; in GetTestPacket() local 36 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound); in GetTestPacket()
|
/system/netd/server/ |
D | UidRanges.cpp | 63 auto iter = std::lower_bound(mRanges.begin(), mRanges.end(), makeUidRangeParcel(intUid, intUid), in hasUid()
|
/system/bt/bta/gatt/ |
D | database_builder.cc | 45 auto it = std::lower_bound( in AddService()
|
/system/update_engine/common/ |
D | prefs.cc | 234 std::lower_bound(begin(values_), end(values_), ns, lower_comp); in GetSubKeys()
|
/system/core/storaged/ |
D | storaged_uid_monitor.cpp | 217 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/ |
D | Checkpoint.cpp | 509 relocations.erase(relocations.lower_bound(dest), relocations.lower_bound(dest + count)); in relocate()
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 89 auto it = rootByBindPoint.lower_bound(path); in rootIndex()
|
/system/extras/simpleperf/ |
D | thread_tree.cpp | 170 auto it = map.lower_bound(entry.start_addr); in InsertMap()
|
D | JITDebugReader.cpp | 725 auto it = std::lower_bound(thread_mmaps.begin(), thread_mmaps.end(), in ReadDexFileDebugInfo()
|
D | dso.cpp | 431 auto it = std::lower_bound(dex_file_offsets_.begin(), dex_file_offsets_.end(), in AddDexFileOffset()
|
D | ETMDecoder.cpp | 143 auto it = std::lower_bound(callbacks_.begin(), callbacks_.end(), callback, in AddCallback()
|