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

1 2 3 4 5 6 7

  /external/libchrome/base/profiler/
scoped_profile.h 50 DISABLED, // Do nothing.
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.h 28 DISABLED, // Don't capture anything
34 // TODO(primiano): How to guard against *_STACK -> DISABLED -> *_STACK?
39 // A little lag after heap profiling is enabled or disabled is fine, it is
43 static_cast<int32_t>(CaptureMode::DISABLED))
44 return CaptureMode::DISABLED;
49 // |capture_mode| returns something other than DISABLED.
trace_log.h 49 DISABLED = 0,
88 bool IsEnabled() { return mode_ != DISABLED; }
104 // disabled. This can be used to tie into other library's tracing systems
122 // Asynchronous enabled state listeners. When tracing is enabled or disabled,
135 // Posted just after the tracing system becomes disabled, outside |lock_|.
  /frameworks/base/telephony/java/com/android/ims/
ImsSsInfo.java 32 public static final int DISABLED = 0;
35 // 0: disabled, 1: enabled
59 return super.toString() + ", Status: " + ((mStatus == 0) ? "disabled" : "enabled");
  /system/update_engine/client_library/include/update_engine/
update_status.h 32 DISABLED,
  /external/selinux/gui/
statusPage.py 38 DISABLED = -1
39 modearray = ("disabled", "permissive", "enforcing")
89 self.currentOptionMenu.append_text(_("Disabled"))
117 return DISABLED
160 if self.initEnabled != DISABLED and enabled == DISABLED:
161 if self.verify(_("Changing to SELinux disabled requires a reboot. It is not recommended. If you later decide to turn SELinux back on, the system will be required to relabel. If you just want to see if SELinux is causing a problem on your system, you can go to permissive mode which will only log errors and not enforce SELinux policy. Permissive mode does not require a reboot Do you wish to continue?")) == gtk.RESPONSE_NO:
165 if self.initEnabled == DISABLED and enabled < 2:
booleansPage.py 41 DISABLED = 2
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
BatteryPreference.java 34 private static final String DISABLED = "disabled";
45 setEntryValues(new CharSequence[] {PERCENT, DEFAULT, DISABLED });
78 setValue(DISABLED);
88 if (DISABLED.equals(value)) {
ClockPreference.java 30 private static final String DISABLED = "disabled";
43 setEntryValues(new CharSequence[] { SECONDS, DEFAULT, DISABLED });
79 setValue(DISABLED);
88 if (DISABLED.equals(value)) {
  /hardware/qcom/gps/core/
LocApiBase.h 57 DISABLED,
  /hardware/qcom/gps/msm8909/core/
LocApiBase.h 57 DISABLED,
  /hardware/qcom/gps/msm8994/core/
LocApiBase.h 57 DISABLED,
  /hardware/qcom/gps/msm8996/core/
LocApiBase.h 57 DISABLED,
  /hardware/qcom/gps/msm8998/core/
LocApiBase.h 59 DISABLED,
  /bootable/recovery/
ui.h 178 enum class ScreensaverState { DISABLED, NORMAL, DIMMED, OFF };
  /frameworks/base/core/java/android/os/
UpdateEngine.java 89 public static final int DISABLED = 9;
  /frameworks/base/services/core/java/com/android/server/vr/
EnabledComponentsObserver.java 56 public static final int DISABLED = -1;
204 return DISABLED;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 58 * <li>DISABLED
64 * (except those with {@code Policy.DISABLED}). A lock's behavior when a cycle
235 DISABLED {
262 return policy == Policies.DISABLED ? new ReentrantLock(fair)
281 return policy == Policies.DISABLED ? new ReentrantReadWriteLock(fair)
344 Policies.DISABLED, nodes.subList(i + 1, numKeys));
449 return policy == Policies.DISABLED ? new ReentrantLock(fair)
471 return policy == Policies.DISABLED ? new ReentrantReadWriteLock(fair)
    [all...]
  /external/mesa3d/src/mesa/main/
errors.c 134 * The FOUND_BIT is needed to differentiate the value of DISABLED from
166 DISABLED = FOUND_BIT,
200 state = DISABLED;
243 state = enabled ? ENABLED : DISABLED;
  /external/v8/include/libplatform/
v8-tracing.h 214 enum Mode { DISABLED = 0, RECORDING_MODE };
259 Mode mode_ = DISABLED;
  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
AccessibilityShortcutControllerTest.java 82 private static final int DISABLED = 0;
228 configureShortcutEnabled(DISABLED);
235 configureShortcutEnabled(DISABLED);
386 case DISABLED:

Completed in 951 milliseconds

1 2 3 4 5 6 7