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

  /bionic/libc/private/
ScopeGuard.h 26 ScopeGuard(F f) : f_(f), active_(true) {}
28 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) {
29 that.active_ = false;
33 if (active_) {
39 active_ = false;
43 bool active_; member in class:ScopeGuard
  /external/v8/src/libsampler/
v8-sampler.h 56 bool IsActive() const { return base::NoBarrier_Load(&active_); }
88 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
94 base::Atomic32 active_; member in class:v8::sampler::Sampler
  /external/webrtc/webrtc/base/
socketpool.h 65 ConnectedList active_; member in class:rtc::StreamCache
network.h 352 bool active() const { return active_; }
353 void set_active(bool active) { active_ = active; }
370 bool active_ = true; member in class:rtc::Network
  /art/compiler/optimizing/
register_allocator.h 183 ArenaVector<LiveInterval*> active_; member in class:art::RegisterAllocator
  /external/drm_hwcomposer/
drmdisplaycompositor.h 168 bool active_; member in class:android::DrmDisplayCompositor