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

  /external/libchrome/base/timer/
timer_unittest.cc 66 : did_run_(did_run), delay_(delay) {}
82 if (did_run_) {
83 EXPECT_FALSE(did_run_->IsSignaled());
84 did_run_->Signal();
91 WaitableEvent* const did_run_; member in class:base::__anon24399::OneShotTimerTesterBase
160 did_run_(did_run),
178 if (did_run_) {
179 EXPECT_FALSE(did_run_->IsSignaled());
180 did_run_->Signal();
192 WaitableEvent* const did_run_; member in class:base::__anon24399::RepeatingTimerTester
    [all...]
  /system/update_engine/payload_consumer/
download_action_unittest.cc 423 DownloadActionTestAction() : did_run_(false) {}
430 did_run_ = true;
438 bool did_run_; member in class:chromeos_update_engine::DownloadActionTestAction
498 EXPECT_EQ(true, test_action.did_run_);

Completed in 100 milliseconds