Home
last modified time | relevance | path

Searched refs:Boolean (Results 1 – 15 of 15) sorted by relevance

/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
DBluetoothChecker.java28 private final GceFuture<Boolean> mEnabled = new GceFuture<Boolean>("Bluetooth");
63 public GceFuture<Boolean> getEnabled() { in getEnabled()
DGceWifiManager.java76 public GceFuture<Boolean> getWifiReady() { in getWifiReady()
87 private final GceFuture<Boolean> mWifiReady =
88 new GceFuture<Boolean>("WIFI Ready");
132 public GceFuture<Boolean> getWifiReady() { in getWifiReady()
DPackageVerifierManager.java31 private final GceFuture<Boolean> mResult =
32 new GceFuture<Boolean>("Package Verifier");
72 public GceFuture<Boolean> getPackageVerifierReady() { in getPackageVerifierReady()
DLocationServicesManager.java36 private final GceFuture<Boolean> mResult = new GceFuture<Boolean>("Location Services");
70 public GceFuture<Boolean> getLocationServicesReady() { in getLocationServicesReady()
DConnectivityChecker.java34 private final GceFuture<Boolean> mConnected = new GceFuture<Boolean>("Connectivity");
76 public GceFuture<Boolean> getConnected() { in getConnected()
DTombstoneChecker.java34 private final GceFuture<Boolean> mPassed = new GceFuture<Boolean>("GceTombstoneChecker");
74 public GceFuture<Boolean> getTombstoneResult() { in getTombstoneResult()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dxmlrpclib.py295 boolean = Boolean = bool
300 class Boolean: class
313 if isinstance(other, Boolean):
329 mod_dict['True'] = Boolean(1)
330 mod_dict['False'] = Boolean(0)
517 WRAPPERS = WRAPPERS + (Boolean,)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py13 Boolean = Type("Boolean", "b") variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_iter.py335 class Boolean: class
340 bTrue = Boolean(1)
341 bFalse = Boolean(0)
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.rst305 - ``CTX_INCLUDE_AARCH32_REGS`` : Boolean option that, when set to 1, will cause
311 - ``CTX_INCLUDE_FPREGS``: Boolean option that, when set to 1, will cause the FP
331 - ``ENABLE_PMF``: Boolean option to enable support for optional Performance
334 - ``ENABLE_PSCI_STAT``: Boolean option to enable support for optional PSCI
340 - ``ENABLE_RUNTIME_INSTRUMENTATION``: Boolean option to enable runtime
346 - ``ENABLE_SPE_FOR_LOWER_ELS`` : Boolean option to enable Statistical Profiling
370 - ``GENERATE_COT``: Boolean flag used to build and execute the ``cert_create``
431 - ``LOAD_IMAGE_V2``: Boolean option to enable support for new version (v2) of
465 - ``PL011_GENERIC_UART``: Boolean option to indicate the PL011 driver that
550 - ``SP_MIN_WITH_SECURE_FIQ``: Boolean flag to indicate the SP_MIN handles
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dconfig.ini86 # Check whether Boolean values, variable type BOOLEAN not use explicit comparisons to TRUE or FALSE
88 # Check whether Non-Boolean comparisons use a compare operator (==, !=, >, < >=, <=).
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL477 ;* Output: Boolean True = SCI present.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni347 " 9. Boolean Functions may only be used to modify operators in comparisons.\r\n"
348 " The following built-in Boolean functions are also available:\r\n"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g159 #token Boolean("BOOLEAN") "BOOLEAN"
2247 Boolean << CastType = 0; >>
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g160 #token Boolean("BOOLEAN") "BOOLEAN"
3827 Boolean << CastType = 0; >>