Searched defs:IsActive (Results 1 - 13 of 13) 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/profiler/
H A Dsampler.h91 bool IsActive() const { return base::NoBarrier_Load(&active_); } function in class:v8::internal::Sampler
/external/libchrome/base/metrics/
H A Dstatistics_recorder.cc33 bool StatisticsRecorder::IsActive() { function in class:base::StatisticsRecorder
130 if (!IsActive())
144 if (!IsActive())
161 if (!IsActive())
/external/v8/src/
H A Dbootstrapper.h96 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) ==
168 return IsActive::decode(flags_);
172 flags_ = IsActive::update(flags_, v);
379 class IsActive : public BitField<bool, 4, 1> {}; class in class:v8::internal::GlobalHandles::Node
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp176 bool IsActive = !(Kind & InactiveCleanup); local
180 IsActive,
507 llvm::Value *IsActive local
509 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
593 bool IsActive = Scope.isActive(); local
619 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
644 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
726 assert(!IsActive && "source without fallthrough for active cleanup");
762 assert(!BranchThroughDest || !IsActive);
855 assert(!IsActive);
[all...]
/external/gptfdisk/
H A Dbasicmbr.cc931 int i, IsActive = 0; local
935 IsActive = 1;
937 return IsActive;
/external/clang/include/clang/Basic/
H A DDiagnostic.h872 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
875 mutable bool IsActive = false; member in class:clang::DiagnosticBuilder
887 : DiagObj(diagObj), IsActive(true) {
903 IsActive = false;
908 bool isActive() const { return IsActive; }
940 IsActive = D.IsActive;
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_widgetimp.cpp533 FX_BOOL CFWL_WidgetImp::IsActive() const { function in class:CFWL_WidgetImp
/external/v8/src/debug/
H A Dliveedit.cc2041 bool LiveEditFunctionTracker::IsActive(Isolate* isolate) { function in class:v8::internal::Differencer::LiveEditFunctionTracker

Completed in 1253 milliseconds