Searched refs:lower_bound (Results 1 - 5 of 5) sorted by relevance

/system/core/libcutils/
H A Dproperties.cpp61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound, argument
82 } else if (result < lower_bound || result > upper_bound) {
/system/update_engine/payload_generator/
H A Dextent_ranges.cc198 auto lower = extent_set_.lower_bound(ExtentForRange(block, 1));
204 auto upper = extent_set_.lower_bound(ExtentForRange(block + 1, 0));
268 auto lower = extent_set.lower_bound(extent);
269 // We need to decrement the lower_bound to look at the extent that could
273 auto upper = extent_set.lower_bound(
/system/netd/server/
H A DUidRanges.cpp40 auto iter = std::lower_bound(mRanges.begin(), mRanges.end(), UidRange(intUid, intUid));
/system/bt/packet/tests/base/
H A Diterator_test.cc33 auto lower_bound = bounds.first; local
36 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound);
/system/core/storaged/
H A Dstoraged_uid_monitor.cpp221 auto it = io_history.lower_bound(curr_ts - 5 * DAY_TO_SEC);
275 for (auto it = io_history.lower_bound(first_ts); it != io_history.end(); ++it) {

Completed in 225 milliseconds