Searched refs:time_over_using_ (Results 1 – 4 of 4) sorted by relevance
71 time_over_using_(-1), in OveruseDetector()95 if (time_over_using_ == -1) { in Detect()99 time_over_using_ = ts_delta / 2; in Detect()102 time_over_using_ += ts_delta; in Detect()105 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()107 time_over_using_ = 0; in Detect()113 time_over_using_ = -1; in Detect()117 time_over_using_ = -1; in Detect()
54 double time_over_using_; variable
180 time_over_using_(-1), in TrendlineEstimator()283 if (time_over_using_ == -1) { in Detect()287 time_over_using_ = ts_delta / 2; in Detect()290 time_over_using_ += ts_delta; in Detect()293 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()295 time_over_using_ = 0; in Detect()301 time_over_using_ = -1; in Detect()305 time_over_using_ = -1; in Detect()
117 double time_over_using_; variable