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

  /system/connectivity/shill/
connectivity_trial.h 188 bool is_active_; member in class:shill::ConnectivityTrial
  /art/runtime/gc/collector/
concurrent_copying.h 102 return is_active_;
201 bool is_active_; // True while the collection is ongoing. member in class:art::gc::collector::ConcurrentCopying
  /external/v8/src/debug/
debug.h 474 inline bool is_active() const { return is_active_; }
487 return reinterpret_cast<Address>(&is_active_);
513 inline bool ignore_events() const { return is_suppressed_ || !is_active_; }
581 bool is_active_; member in class:v8::internal::Debug

Completed in 70 milliseconds