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/ |
D | BluetoothChecker.java | 28 private final GceFuture<Boolean> mEnabled = new GceFuture<Boolean>("Bluetooth"); 63 public GceFuture<Boolean> getEnabled() { in getEnabled()
|
D | GceWifiManager.java | 76 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()
|
D | PackageVerifierManager.java | 31 private final GceFuture<Boolean> mResult = 32 new GceFuture<Boolean>("Package Verifier"); 72 public GceFuture<Boolean> getPackageVerifierReady() { in getPackageVerifierReady()
|
D | LocationServicesManager.java | 36 private final GceFuture<Boolean> mResult = new GceFuture<Boolean>("Location Services"); 70 public GceFuture<Boolean> getLocationServicesReady() { in getLocationServicesReady()
|
D | ConnectivityChecker.java | 34 private final GceFuture<Boolean> mConnected = new GceFuture<Boolean>("Connectivity"); 76 public GceFuture<Boolean> getConnected() { in getConnected()
|
D | TombstoneChecker.java | 34 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/ |
D | xmlrpclib.py | 295 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/ |
D | macsupport.py | 13 Boolean = Type("Boolean", "b") variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_iter.py | 335 class Boolean: class 340 bTrue = Boolean(1) 341 bFalse = Boolean(0)
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | user-guide.rst | 305 - ``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/ |
D | config.ini | 86 # 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/ |
D | IgdOMOBF.ASL | 477 ;* Output: Boolean True = SCI present.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.uni | 347 " 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/ |
D | VfrSyntax.g | 159 #token Boolean("BOOLEAN") "BOOLEAN" 2247 Boolean << CastType = 0; >>
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrSyntax.g | 160 #token Boolean("BOOLEAN") "BOOLEAN" 3827 Boolean << CastType = 0; >>
|