Home
last modified time | relevance | path

Searched refs:upper_bound (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/payload_consumer/
Dextent_reader.cc58 std::upper_bound( in Seek()
/system/vold/
DCheckpoint.cpp493 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/
Diterator_test.cc34 auto upper_bound = bounds.second; in GetTestPacket() local
36 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound); in GetTestPacket()
/system/core/libunwindstack/
DDwarfSection.cpp42 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()
DMemory.cpp375 auto entry = maps_.upper_bound(addr); in Read()
/system/update_engine/common/
Dprefs.cc235 auto upper_it = std::upper_bound(lower_it, end(values_), ns, upper_comp); in GetSubKeys()
/system/extras/simpleperf/
Dthread_tree.cpp199 auto it = maps.upper_bound(addr); in FindMapByAddr()
Drecord_file_reader.cpp578 auto location_it = std::upper_bound(it->second.begin(), it->second.end(), aux_offset, comp); in ReadAuxData()
Ddso.cpp344 auto it = std::upper_bound(symbols_.begin(), symbols_.end(), in FindSymbol()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1481 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/
Dservice_parser.cpp226 std::upper_bound(service_->keycodes_.begin(), service_->keycodes_.end(), code), in ParseKeycodes()