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

  /external/autotest/client/cros/cellular/pseudomodem/
bearer.py 54 def IsActive(self):
  /external/webrtc/talk/session/media/
rtcpmuxfilter.cc 37 bool RtcpMuxFilter::IsActive() const {
139 return (IsActive() || offered_mux) && IsRtcp(data, len);
srtpfilter.cc 125 bool SrtpFilter::IsActive() const {
155 if (IsActive()) {
215 if (!IsActive()) {
228 if (!IsActive()) {
237 if (!IsActive()) {
250 if (!IsActive()) {
259 if (!IsActive()) {
272 if (!IsActive()) {
283 if (IsActive()) {
  /system/connectivity/shill/
connectivity_trial.cc 141 bool ConnectivityTrial::IsActive() {
dns_client.cc 189 bool DNSClient::IsActive() const {
service.cc 238 HelpRegisterDerivedBool(kIsActiveProperty, &Service::IsActive, nullptr,
342 if (IsActive(nullptr)) {
379 bool Service::IsActive(Error* /*error*/) {
    [all...]
  /external/libchrome/base/metrics/
statistics_recorder.cc 33 bool StatisticsRecorder::IsActive() {
130 if (!IsActive())
144 if (!IsActive())
161 if (!IsActive())
  /external/v8/src/
bootstrapper.h 96 bool IsActive() const { return nesting_ != 0; }
v8threads.cc 61 bool Locker::IsActive() {
global-handles.cc 57 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> {};
    [all...]
  /external/v8/src/profiler/
sampler.h 91 bool IsActive() const { return base::NoBarrier_Load(&active_); }
  /art/runtime/gc/collector/
concurrent_copying.h 101 bool IsActive() const {
  /art/runtime/jdwp/
jdwp_main.cc 301 if (!state->IsActive()) {
385 bool JdwpState::IsActive() {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 188 bool GLEnv::IsActive() const {
189 ALOGV("IsActive()");
218 bool wasActive = IsActive();
295 if (context_id_ == context_id && IsActive())
  /external/clang/lib/CodeGen/
CGCleanup.cpp 165 if (cleanup.isActive()) return si;
176 bool IsActive = !(Kind & InactiveCleanup);
180 IsActive,
507 llvm::Value *IsActive
509 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
593 bool IsActive = Scope.isActive();
619 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
644 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
726 assert(!IsActive && "source without fallthrough for active cleanup")
    [all...]
  /external/gptfdisk/
basicmbr.cc     [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 533 FX_BOOL CFWL_WidgetImp::IsActive() const {
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemprov.h     [all...]
  /external/v8/src/debug/
liveedit.cc     [all...]

Completed in 502 milliseconds