Searched refs:BOOL (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/init/fuzzer/ |
H A D | init_property_fuzzer.cpp | 37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator 61 case BOOL: in InvokeCheckType()
|
H A D | README.md | 37 |`PropertyType`| 0.`STRING`,<br/> 1.`BOOL`,<br/> 2.`INT`,<br/> 3.`UINT`,<br/> 4.`DOUBLE`,<br/> 5.`S…
|
/aosp14/system/core/fastboot/ |
H A D | filesystem.cpp | 41 const BOOL locked = in LockFile()
|
/aosp14/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterDefs.java | 53 public static final int KM_BOOL = TagType.BOOL;
|