HomeSort by relevance Sort by last modified time
    Searched refs:mappings_ (Results 1 - 13 of 13) sorted by null

  /system/extras/perfprofd/quipper/
address_mapper.cc 12 mappings_ = source.mappings_;
52 for (iter = mappings_.begin(); iter != mappings_.end(); ++iter) {
106 if (mappings_.empty()) {
109 mappings_.push_back(range);
114 if (mappings_.begin()->mapped_addr >= range.size) {
116 range.unmapped_space_after = mappings_.begin()->mapped_addr - range.size;
117 mappings_.push_front(range);
123 for (iter = mappings_.begin(); iter != mappings_.end(); ++iter)
    [all...]
address_mapper.h 59 return mappings_.empty();
64 return mappings_.size();
121 MappingList mappings_; member in class:quipper::AddressMapper
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 81 mappings_(&allocator_),
100 assert(!member || mapping_id < mappings_.size());
136 mappings_[mapping_id]->name[filename_len -
330 if (name && !mappings_.empty()) {
331 MappingInfo* module = mappings_.back();
344 if (!name && !mappings_.empty()) {
345 MappingInfo* module = mappings_.back();
378 !mappings_.empty()) {
380 mappings_.resize(mappings_.size() + 1)
    [all...]
linux_dumper.h 92 const wasteful_vector<MappingInfo*> &mappings() { return mappings_; }
181 wasteful_vector<MappingInfo*> mappings_; member in class:google_breakpad::LinuxDumper
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 362 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
373 for (int i = 0; i < mappings_.size(); i++) {
375 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path,
376 mappings_[i].virtual_path, virtual_file)) {
390 if (ApplyMapping(*virtual_file, mappings_[i].virtual_path,
391 mappings_[i].disk_path, shadowing_disk_file)) {
439 for (int i = 0; i < mappings_.size(); i++) {
441 if (ApplyMapping(virtual_file, mappings_[i].virtual_path,
442 mappings_[i].disk_path, &temp_disk_file)) {
importer.h 299 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 287 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 287 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 287 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 287 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree
  /system/netd/tests/
dns_responder.h 117 std::unordered_map<QueryKey, std::string, QueryKeyHash> mappings_
dns_responder.cpp 534 auto it = mappings_.find(QueryKey(name, type));
535 if (it != mappings_.end()) {
542 mappings_.emplace(std::piecewise_construct,
549 auto it = mappings_.find(QueryKey(name, type));
550 if (it != mappings_.end()) {
555 mappings_.erase(it);
792 auto it = mappings_.find(QueryKey(question.qname.name, question.qtype));
793 if (it == mappings_.end()) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h 308 vector<Mapping> mappings_; member in class:google::protobuf::compiler::DiskSourceTree

Completed in 328 milliseconds