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

  /system/extras/simpleperf/
IOEventLoop.h 83 bool has_error_; member in class:IOEventLoop
IOEventLoop.cpp 40 IOEventLoop::IOEventLoop() : ebase_(nullptr), has_error_(false) {}
63 e->loop->has_error_ = true;
138 if (has_error_) {
  /external/google-benchmark/src/
benchmark.cc 147 bool has_error_ = false; member in struct:benchmark::internal::ThreadManager::Result
224 report.error_occurred = results.has_error_;
332 if ((i > 0) || results.has_error_ || (iters >= kMaxIterations) ||
414 if (manager_->results.has_error_ == false) {
416 manager_->results.has_error_ = true;
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 147 bool has_error_ = false; member in struct:benchmark::internal::ThreadManager::Result
224 report.error_occurred = results.has_error_;
332 if ((i > 0) || results.has_error_ || (iters >= kMaxIterations) ||
414 if (manager_->results.has_error_ == false) {
416 manager_->results.has_error_ = true;

Completed in 95 milliseconds