Home
last modified time | relevance | path

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

/system/core/libcutils/
Dproperties.cpp61 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/
Dextent_ranges.cc207 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/
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/vold/
DCheckpoint.cpp509 relocations.erase(relocations.lower_bound(dest), relocations.lower_bound(dest + count)); in relocate()
/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/extras/simpleperf/
Dthread_tree.cpp170 auto it = map.lower_bound(entry.start_addr); in InsertMap()
DETMDecoder.cpp142 auto it = std::lower_bound(callbacks_.begin(), callbacks_.end(), callback, in AddCallback()
DJITDebugReader.cpp679 auto it = std::lower_bound(thread_mmaps.begin(), thread_mmaps.end(), in ReadDexFileDebugInfo()
Ddso.cpp415 auto it = std::lower_bound(dex_file_offsets_.begin(), dex_file_offsets_.end(), in AddDexFileOffset()
/system/incremental_delivery/incfs/
DMountRegistry.cpp89 auto it = rootByBindPoint.lower_bound(path); in rootIndex()