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

  /external/libchrome/base/timer/
mock_timer.cc 11 is_running_(false) {
20 is_running_(false) {
27 return is_running_;
43 is_running_ = false;
50 is_running_ = true;
54 DCHECK(is_running_);
timer.cc 75 is_running_(false) {}
96 is_running_(false) {}
103 return is_running_;
124 is_running_ = false;
147 is_running_ = true;
170 is_running_ = true;
203 if (!is_running_)
mock_timer.h 36 bool is_running_; member in class:base::MockTimer
timer.h 137 void set_is_running(bool running) { is_running_ = running; }
142 bool is_running() const { return is_running_; }
215 bool is_running_; member in class:base::Timer
  /art/runtime/gc/
task_processor.cc 28 is_running_(false),
53 if (!is_running_) {
64 if (!is_running_ || target_time <= current_time) {
103 return is_running_;
113 is_running_ = false;
120 is_running_ = true;
task_processor.h 79 bool is_running_ GUARDED_BY(lock_);

Completed in 74 milliseconds