Searched refs:times_ (Results 1 - 8 of 8) 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/valgrind/unittest/
H A Dold_test_suite.cc87 times_[test_info.name()].push_back(result->elapsed_time());
92 for (std::map<string, std::vector<long long int> >::iterator it = times_.begin();
93 it != times_.end(); ++it) {
99 std::map<string, std::vector<long long int> > times_; member in class:PerformanceTestEventListener
/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/component_updater/test/
H A Dcomponent_updater_service_unittest.h93 int times_; member in class:TestConfigurator
H A Dcomponent_updater_service_unittest.cc35 : times_(1),
53 if (--times_ <= 0) {
62 if (i->second == times_) {
112 void TestConfigurator::SetLoopCount(int times) { times_ = times; }

Completed in 625 milliseconds