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

1 2

  /external/opencensus-java/api/src/main/java/io/opencensus/stats/
StatsCollectionState.java 43 DISABLED
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
NetworkAddress.h 33 DISABLED, ///< Disabled
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/
CurrentState.java 34 DISABLED
45 DISABLED_NOT_READ(State.DISABLED, false),
48 DISABLED_READ(State.DISABLED, true);
  /external/selinux/gui/
statusPage.py 29 DISABLED = -1
30 modearray = ("disabled", "permissive", "enforcing")
79 self.currentOptionMenu.append_text(_("Disabled"))
107 return DISABLED
150 if self.initEnabled != DISABLED and enabled == DISABLED:
151 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.ResponseType.NO:
155 if self.initEnabled == DISABLED and enabled < 2:
booleansPage.py 36 DISABLED = 2
  /external/u-boot/net/
link_local.c 49 DISABLED
50 } state = DISABLED;
216 if (state == DISABLED)
  /bootable/recovery/recovery_ui/include/recovery_ui/
ui.h 211 DISABLED,
  /external/perfetto/src/tracing/core/
tracing_service_impl.h 340 DISABLED = 0,
464 State state = DISABLED;
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 71 DISABLED='disabled'
  /external/python/cpython3/Lib/tkinter/
constants.py 71 DISABLED='disabled'
  /frameworks/av/media/codec2/sfplugin/
Codec2InfoBuilder.cpp 237 static constexpr Switch DISABLED() { return 0; };
265 return enablement->second == "1" ? Switch::ENABLED() : Switch::DISABLED();
437 bool codecEnabled = codec.quirkSet.find("attribute::disabled") == codec.quirkSet.end();
461 ALOGD("codec entry for '%s' is disabled", nameOrAlias.c_str());
514 ALOGD("media type '%s' for codec entry '%s' is disabled", mediaType.c_str(),
  /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/v8/include/libplatform/
v8-tracing.h 224 enum Mode { DISABLED = 0, RECORDING_MODE };
284 Mode mode_ = DISABLED;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 130 ENABLED, DISABLED
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate;
  /external/ipsec-tools/src/racoon/
cfparse.h 65 DISABLED = 281,
230 #define DISABLED 281
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
core-3.1.1.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 

Completed in 1893 milliseconds

1 2