Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dbearer.py54 def IsActive(self): member in Bearer
/external/v8/src/libsampler/
Dsampler.h56 bool IsActive() const { return base::Relaxed_Load(&active_) != 0; } in IsActive() function
/external/webrtc/talk/session/media/
Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { in IsActive() function in cricket::RtcpMuxFilter
Dsrtpfilter.cc125 bool SrtpFilter::IsActive() const { in IsActive() function in cricket::SrtpFilter
/external/v8/src/
Dbootstrapper.h80 bool IsActive() const { return nesting_ != 0; } in IsActive() function
Dv8threads.cc62 bool Locker::IsActive() { in IsActive() function in v8::Locker
Dglobal-handles.cc355 class IsActive : public BitField<bool, 4, 1> {}; class in v8::internal::GlobalHandles::Node
/external/clang/lib/CodeGen/
DCGCleanup.cpp190 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
524 llvm::Value *IsActive in EmitCleanup() local
610 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
DCGCleanup.h75 unsigned IsActive : 1; variable
DCGCall.cpp3315 llvm::Instruction *IsActive = Builder.CreateUnreachable(); in EmitCallArg() local
/external/v8/src/debug/
Ddebug-coverage.cc222 bool IsActive() const { return read_index_ >= 0 && !ended_; } in IsActive() function in v8::internal::__anon9465db980211::CoverageBlockIterator
/external/gptfdisk/
Dbasicmbr.cc933 int i, IsActive = 0; in IsEEActive() local
/external/clang/include/clang/Basic/
DDiagnostic.h882 mutable bool IsActive = false; variable