Home | Sort by relevance Sort by last modified time |
/system/extras/simpleperf/ | |
IOEventLoop.h | 83 bool has_error_; member in class:IOEventLoop |
/external/google-benchmark/src/ | |
benchmark.cc | 153 bool has_error_ = false; member in struct:benchmark::internal::ThreadManager::Result 231 report.error_occurred = results.has_error_; 346 || results.has_error_ 436 if (manager_->results.has_error_ == false) { 438 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; |