Searched refs:upper_bound (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/payload_consumer/ |
D | extent_reader.cc | 58 std::upper_bound( in Seek()
|
/system/vold/ |
D | Checkpoint.cpp | 493 auto s = --relocations.upper_bound(source); in relocate() 505 auto dest_end = --relocations.upper_bound(dest + count); in relocate() 526 auto second_overlap = used_sectors.upper_bound(start); in checkCollision() 601 auto relocation = --relocations.upper_bound(sector); in relocatedRead()
|
/system/bt/packet/tests/base/ |
D | iterator_test.cc | 34 auto upper_bound = bounds.second; in GetTestPacket() local 36 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound); in GetTestPacket()
|
/system/core/libunwindstack/ |
D | DwarfSection.cpp | 42 auto it = loc_regs_.upper_bound(pc); in Step() 638 auto it = fdes_.upper_bound(start); in InsertFde() 780 auto it = fdes_.upper_bound(pc); in GetFdeFromPc()
|
D | Memory.cpp | 375 auto entry = maps_.upper_bound(addr); in Read()
|
/system/update_engine/common/ |
D | prefs.cc | 235 auto upper_it = std::upper_bound(lower_it, end(values_), ns, upper_comp); in GetSubKeys()
|
/system/extras/simpleperf/ |
D | thread_tree.cpp | 199 auto it = maps.upper_bound(addr); in FindMapByAddr()
|
D | record_file_reader.cpp | 578 auto location_it = std::upper_bound(it->second.begin(), it->second.end(), aux_offset, comp); in ReadAuxData()
|
D | dso.cpp | 344 auto it = std::upper_bound(symbols_.begin(), symbols_.end(), in FindSymbol()
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1481 auto upper_bound = reinterpret_cast<const uint8_t *>(elem) + elem_len; 1482 if (upper_bound_ < upper_bound) 1483 upper_bound_ = upper_bound;
|
/system/core/init/ |
D | service_parser.cpp | 226 std::upper_bound(service_->keycodes_.begin(), service_->keycodes_.end(), code), in ParseKeycodes()
|