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

1 2

  /external/autotest/client/cros/cellular/pseudomodem/
bearer.py 54 def IsActive(self):
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmHelpers.c 171 BOOLEAN IsActive;
176 IsActive = TRUE;
185 IsActive = FALSE;
196 IsActive = FALSE;
206 if (IsActive) {
215 IsActive = FALSE;
227 return IsActive;
  /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()) {
  /external/v8/src/libsampler/
sampler.h 56 bool IsActive() const { return base::NoBarrier_Load(&active_); }
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_tonemapper.h 82 bool IsActive() { return !tone_map_sessions_.empty(); }
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_tonemapper.h 84 bool IsActive() { return !tone_map_sessions_.empty(); }
  /external/v8/src/
bootstrapper.h 101 bool IsActive() const { return nesting_ != 0; }
v8threads.cc 61 bool Locker::IsActive() {
global-handles.cc 57 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> {};
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_tonemapper.h 106 bool IsActive() { return !tone_map_sessions_.empty(); }
  /art/runtime/jdwp/
jdwp_main.cc 306 if (!state->IsActive()) {
392 bool JdwpState::IsActive() {
  /external/libchrome/base/metrics/
statistics_recorder.cc 101 bool StatisticsRecorder::IsActive() {
208 if (!IsActive())
223 if (!IsActive())
241 if (!IsActive())
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 191 bool GLEnv::IsActive() const {
192 ALOGV("IsActive()");
221 bool wasActive = IsActive();
298 if (context_id_ == context_id && IsActive())
  /art/runtime/gc/collector/
concurrent_copying.h 128 bool IsActive() const {
  /external/clang/lib/CodeGen/
CGCleanup.cpp 179 if (cleanup.isActive()) return si;
190 bool IsActive = !(Kind & InactiveCleanup);
195 IsActive,
524 llvm::Value *IsActive
526 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
610 bool IsActive = Scope.isActive();
636 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
661 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
755 assert(!IsActive && "source without fallthrough for active cleanup")
    [all...]
  /external/gptfdisk/
basicmbr.cc     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h 272 BOOLEAN IsActive;
297 BOOLEAN IsActive;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootMaintenanceManager.h 275 BOOLEAN IsActive;
293 BOOLEAN IsActive;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 1023 milliseconds

1 2