Searched refs:lower_bound (Results 1 - 5 of 5) sorted by relevance
/system/core/libcutils/ |
H A D | properties.cpp | 61 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 D | extent_ranges.cc | 198 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 D | UidRanges.cpp | 40 auto iter = std::lower_bound(mRanges.begin(), mRanges.end(), UidRange(intUid, intUid));
|
/system/bt/packet/tests/base/ |
H A D | iterator_test.cc | 33 auto lower_bound = bounds.first; local 36 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound);
|
/system/core/storaged/ |
H A D | storaged_uid_monitor.cpp | 221 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 1608 milliseconds