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

  /external/ceres-solver/internal/ceres/
execution_summary.h 51 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/
picodsp.h 90 int times_ = (count_ + 7) >> 3; \
100 } while (--times_ > 0); \
  /external/chromium_org/chrome/browser/history/
visit_filter.h 35 return times_;
42 if (times_.size() > max_results_)
43 times_.resize(max_results_);
158 TimeVector times_; member in class:history::VisitFilter
visit_filter.cc 82 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/cc/debug/
picture_record_benchmark.h 33 std::map<std::pair<int, int>, TotalTime> times_; member in class:cc::PictureRecordBenchmark
picture_record_benchmark.cc 63 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/chrome/browser/component_updater/test/
component_updater_service_unittest.h 107 int times_; member in class:component_updater::TestConfigurator
component_updater_service_unittest.cc 51 times_(1),
71 if (--times_ <= 0) {
130 times_ = times;
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 145 this.times_ = times;
157 if (this.count_ < this.times_) {
  /external/chromium_org/v8/src/
hydrogen.h 2771 List<TimeDelta> times_; member in class:v8::internal::V8_FINAL
    [all...]
hydrogen.cc     [all...]

Completed in 484 milliseconds