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

  /external/google-breakpad/src/common/
dwarf_line_to_module.h 127 lines_(lines),
164 vector<Module::Line> *lines_; member in class:google_breakpad::DwarfLineToModule
dwarf_line_to_module.cc 140 lines_->push_back(line);
dwarf_cu_to_module.cc 824 cu_context_->file_context->module_, &lines_);
856 std::sort(lines_.begin(), lines_.end(), Module::Line::CompareByAddress);
869 // from our lines_ vector that fall within the function's address
872 vector<Module::Line>::const_iterator line_it = lines_.begin();
883 if (func_it != functions->end() && line_it != lines_.end()) {
887 } else if (line_it != lines_.end()) {
    [all...]
dwarf_cu_to_module.h 278 // in lines_; we apportion them to functions in
282 // Assign the lines in lines_ to the individual line lists of the
313 vector<Module::Line> lines_; member in class:google_breakpad::DwarfCUToModule
dwarf_cu_to_module_unittest.cc 113 const vector<Module::Line> *lines) : lines_(lines) { }
116 lines->insert(lines->end(), lines_->begin(), lines_->end());
119 const vector<Module::Line> *lines_; member in class:CUFixtureBase::AppendLinesFunctor
127 appender_(&lines_),
283 vector<Module::Line> lines_; member in class:CUFixtureBase
316 lines_.push_back(l);
329 if (!lines_.empty())
350 if (!lines_.empty())
    [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 99 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]);
107 (*fn1_)(lines_[i].name,-1,uS0_[i]);
143 lines_=srcLines;
156 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len);
167 lines_=srcLines;
190 lines_=NULL;
212 lines_=NULL;
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err)
328 ULine* lines_; member in class:StringPerfFunction
    [all...]
  /art/test/913-heaps/
heaps.cc 208 lines_.push_back(CreateElem(referrer_str,
218 for (const std::unique_ptr<Elem>& e : lines_) {
489 std::vector<std::unique_ptr<Elem>> lines_; member in class:art::Test913Heaps::FINAL
    [all...]
  /external/testng/ant/3rdparty/
cobertura.jar 

Completed in 2447 milliseconds