Searched defs:IsActive (Results 1 - 11 of 11) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
H A Dbearer.py54 def IsActive(self): member in class:Bearer
/external/webrtc/talk/session/media/
H A Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { function in class:cricket::RtcpMuxFilter
139 return (IsActive() || offered_mux) && IsRtcp(data, len);
H A Dsrtpfilter.cc125 bool SrtpFilter::IsActive() const { function in class:cricket::SrtpFilter
155 if (IsActive()) {
215 if (!IsActive()) {
228 if (!IsActive()) {
237 if (!IsActive()) {
250 if (!IsActive()) {
259 if (!IsActive()) {
272 if (!IsActive()) {
283 if (IsActive()) {
/external/v8/src/libsampler/
H A Dsampler.h56 bool IsActive() const { return base::NoBarrier_Load(&active_); } function in class:v8::sampler::Sampler
/external/libchrome/base/metrics/
H A Dstatistics_recorder.cc101 bool StatisticsRecorder::IsActive() { function in class:base::StatisticsRecorder
208 if (!IsActive())
223 if (!IsActive())
241 if (!IsActive())
/external/v8/src/
H A Dbootstrapper.h101 bool IsActive() const { return nesting_ != 0; } function in class:v8::internal::final
H A Dv8threads.cc61 bool Locker::IsActive() { function in class:v8::Locker
H A Dglobal-handles.cc57 STATIC_ASSERT(static_cast<int>(IsActive::kShift) ==
145 return IsActive::decode(flags_);
148 flags_ = IsActive::update(flags_, v);
369 class IsActive : public BitField<bool, 4, 1> {}; class in class:v8::internal::GlobalHandles::Node
/external/gptfdisk/
H A Dbasicmbr.cc933 int i, IsActive = 0; local
937 IsActive = 1;
939 return IsActive;
/external/clang/include/clang/Basic/
H A DDiagnostic.h879 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
882 mutable bool IsActive = false; member in class:clang::DiagnosticBuilder
894 : DiagObj(diagObj), IsActive(true) {
910 IsActive = false;
915 bool isActive() const { return IsActive; }
947 IsActive = D.IsActive;
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp190 bool IsActive = !(Kind & InactiveCleanup); local
195 IsActive,
524 llvm::Value *IsActive local
526 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
610 bool IsActive = Scope.isActive(); local
636 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
661 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
755 assert(!IsActive && "source without fallthrough for active cleanup");
791 assert(!BranchThroughDest || !IsActive);
884 assert(!IsActive);
[all...]

Completed in 393 milliseconds