Searched refs:lower_bound (Results 1 – 12 of 12) sorted by relevance
/system/core/libcutils/ |
D | properties.cpp | 61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound, in property_get_imax() argument 82 } else if (result < lower_bound || result > upper_bound) { in property_get_imax()
|
/system/update_engine/payload_generator/ |
D | extent_ranges.cc | 207 auto lower = extent_set_.lower_bound(ExtentForRange(block, 1)); in ContainsBlock() 213 auto upper = extent_set_.lower_bound(ExtentForRange(block + 1, 0)); in ContainsBlock() 286 auto lower = extent_set.lower_bound(extent); in FilterExtentRanges() 291 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/vold/ |
D | Checkpoint.cpp | 509 relocations.erase(relocations.lower_bound(dest), relocations.lower_bound(dest + count)); in relocate()
|
/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/extras/simpleperf/ |
D | thread_tree.cpp | 170 auto it = map.lower_bound(entry.start_addr); in InsertMap()
|
D | ETMDecoder.cpp | 142 auto it = std::lower_bound(callbacks_.begin(), callbacks_.end(), callback, in AddCallback()
|
D | JITDebugReader.cpp | 679 auto it = std::lower_bound(thread_mmaps.begin(), thread_mmaps.end(), in ReadDexFileDebugInfo()
|
D | dso.cpp | 415 auto it = std::lower_bound(dex_file_offsets_.begin(), dex_file_offsets_.end(), in AddDexFileOffset()
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 89 auto it = rootByBindPoint.lower_bound(path); in rootIndex()
|