Searched refs:finished_ (Results 1 – 4 of 4) sorted by relevance
90 bool finished_; member in android::fs_mgr::OneShotInotify99 finished_(false) { in OneShotInotify()147 if (finished_) return Result::Success; in WaitImpl()182 finished_ = !access(path_.c_str(), F_OK) || errno != ENOENT; in CheckCompleted()184 finished_ = access(path_.c_str(), F_OK) && errno == ENOENT; in CheckCompleted()188 return finished_; in CheckCompleted()
49 bool old = std::exchange(finished_, true); in Finish()63 bool finished_ = false; member71 bool old = std::exchange(finished_, true); in Finish()86 bool finished_ = false; member104 return finished_ ? DecodeResult::Done : DecodeResult::NeedInput; in Decode()130 return finished_ ? EncodeResult::Done : EncodeResult::NeedInput; in Encode()161 return finished_ ? DecodeResult::Done : DecodeResult::NeedInput; in Decode()200 if (finished_) { in Encode()272 if (finished_) { in Decode()350 if (finished_ && !lz4_finalized_) { in Encode()[all …]
106 std::map<size_t, std::unique_ptr<Test>> finished_; variable
368 finished_.emplace(test_index, test_ptr.release()); in CheckTestsFinished()450 finished_.clear(); in RunAllTests()476 for (const auto& entry : finished_) { in PrintResults()704 for (const auto& entry : finished_) { in WriteXmlResults()