HomeSort by relevance Sort by last modified time
    Searched defs:ShouldRun (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/util/
conditional_work_item_list.cc 18 if (condition_.get() && condition_->ShouldRun()) {
34 bool ConditionRunIfFileExists::ShouldRun() const {
38 bool Not::ShouldRun() const {
39 return !original_condition_->ShouldRun();
  /bionic/benchmarks/
benchmark_main.cpp 69 bool Benchmark::ShouldRun(int argc, char* argv[]) {
206 if (b->ShouldRun(argc, argv)) {
  /system/core/liblog/tests/
benchmark_main.cpp 79 bool ShouldRun(Benchmark* b, int argc, char* argv[]) {
226 if (ShouldRun(b, argc, argv)) {

Completed in 275 milliseconds