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

  /external/chromium_org/third_party/libjingle/source/talk/base/
linux.cc 59 return procfs.Parse(&sections_);
63 if (sections_.empty()) {
67 *count = sections_.size();
73 if (sections_.empty()) {
80 size_t section_count = sections_.size();
94 total_cpus = static_cast<int>(sections_.size());
103 if (sections_.empty()) {
115 size_t section_count = sections_.size();
145 size_t section_count = sections_.size();
164 if (section_num >= sections_.size())
    [all...]
linux.h 121 ConfigParser::MapVector sections_; member in class:talk_base::ProcCpuInfo
  /external/chromium/chrome/browser/
page_info_model.cc 154 sections_.push_back(SectionInfo(
261 sections_.push_back(SectionInfo(
282 return sections_.size();
286 DCHECK(index < static_cast<int>(sections_.size()));
287 return sections_[index];
316 sections_.push_back(SectionInfo(
323 sections_.push_back(SectionInfo(
page_info_model.h 108 std::vector<SectionInfo> sections_; member in class:PageInfoModel
  /external/chromium_org/courgette/
disassembler_win32_x64.cc 29 sections_(NULL),
165 sections_ =
171 const Section* section = &sections_[i];
286 const Section* section = &sections_[i];
680 const Section* section = &sections_[i];
695 const Section* section = &sections_[i];
disassembler_win32_x86.cc 29 sections_(NULL),
165 sections_ =
171 const Section* section = &sections_[i];
286 const Section* section = &sections_[i];
680 const Section* section = &sections_[i];
695 const Section* section = &sections_[i];
disassembler_win32_x64.h 127 const Section *sections_; member in class:courgette::DisassemblerWin32X64
disassembler_win32_x86.h 127 const Section *sections_; member in class:courgette::DisassemblerWin32X86
  /external/chromium_org/v8/src/
gdb-jit.cc 503 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
506 sections_.Add(section, zone_);
507 return sections_.length() - 1;
600 cmd->nsects = sections_.length();
613 w->CreateSlotsHere<MachOSection::Header>(sections_.length());
616 for (int section = 0; section < sections_.length(); ++section) {
617 sections_[section]->PopulateHeader(headers.at(section));
618 sections_[section]->WriteBody(headers.at(section), w);
624 ZoneList<MachOSection*> sections_; member in class:v8::BASE_EMBEDDED
632 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone)
747 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
    [all...]
  /external/v8/src/
gdb-jit.cc 501 MachO() : sections_(6) { }
504 sections_.Add(section);
505 return sections_.length() - 1;
598 cmd->nsects = sections_.length();
611 w->CreateSlotsHere<MachOSection::Header>(sections_.length());
614 for (int section = 0; section < sections_.length(); ++section) {
615 sections_[section]->PopulateHeader(headers.at(section));
616 sections_[section]->WriteBody(headers.at(section), w);
622 ZoneList<MachOSection*> sections_; member in class:v8::BASE_EMBEDDED
630 ELF() : sections_(6)
744 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
    [all...]

Completed in 206 milliseconds