Searched refs:times_ (Results 1 - 14 of 14) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dexecution_summary.h51 times_[name] += value;
59 const map<string, double>& times() const { return times_; }
64 map<string, double> times_; member in class:ceres::internal::ExecutionSummary
/external/svox/pico/lib/
H A Dpicodsp.h90 int times_ = (count_ + 7) >> 3; \
100 } while (--times_ > 0); \
/external/chromium_org/chrome/browser/history/
H A Dvisit_filter.h35 return times_;
42 if (times_.size() > max_results_)
43 times_.resize(max_results_);
158 TimeVector times_; member in class:history::VisitFilter
H A Dvisit_filter.cc82 times_.clear();
84 times_.swap(days_of_the_week);
87 times_.swap(times_of_the_day);
89 IntersectTimeVectors(times_of_the_day, days_of_the_week, &times_);
92 return !times_.empty();
/external/chromium_org/components/component_updater/test/
H A Dtest_configurator.cc30 times_(1),
48 if (--times_ <= 0) {
123 times_ = times;
H A Dtest_configurator.h77 int times_; member in class:component_updater::TestConfigurator
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dprofiler.js32 this.times_ = []; // Snapshot times: [0,4,8] -> 3 snapshots x 4 sec.
113 this.times_ = data.times; // An array of integers.
129 $('#prof-time').slider('option', 'max', this.times_.length - 1);
139 this.curTime_ = this.times_[$('#prof-time').slider('value')];
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.h33 std::map<std::pair<int, int>, TotalTime> times_; member in class:cc::PictureRecordBenchmark
H A Dpicture_record_benchmark.cc63 for (std::map<std::pair<int, int>, TotalTime>::iterator it = times_.begin();
64 it != times_.end();
118 TotalTime& total_time = times_[dimensions];
/external/chromium_org/third_party/jstemplate/
H A Djstemplate_example.js145 this.times_ = times;
157 if (this.count_ < this.times_) {
/external/chromium_org/chrome/browser/
H A Dmemory_details.h108 std::map<base::ProcessId, base::TimeTicks> times_; member in class:MemoryGrowthTracker
H A Dmemory_details.cc131 times_.find(pid);
146 times_[pid] = current_time;
/external/chromium_org/v8/src/
H A Dhydrogen.h2751 : times_(5),
2782 List<base::TimeDelta> times_; member in class:v8::internal::FINAL
H A Dhydrogen.cc12458 for (int i = 0; i < times_.length(); ++i) {
12459 sum += times_[i];
12464 double ms = times_[i].InMillisecondsF();
12465 double percent = times_[i].PercentOf(sum);
12508 times_[i] += time;
12514 times_.Add(time);

Completed in 4412 milliseconds