Home
last modified time | relevance | path

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

12

/system/libsysprop/srcs/android/sysprop/
DDisplayProperties.sysprop20 type: Boolean
37 type: Boolean
46 type: Boolean
DTraceProperties.sysprop20 type: Boolean
29 type: Boolean
DContactsProperties.sysprop20 type: Boolean
28 type: Boolean
54 type: Boolean
DAdbProperties.sysprop20 type: Boolean
DCarProperties.sysprop20 type: Boolean
/system/extras/power_profile/camera_flashlight/Application/src/main/java/com/example/android/powerprofile/cameraflashlight/
DFlashlightActivity.java38 Boolean flashAvailable = mCameraManager.getCameraCharacteristics(cameraId). in onCreate()
40 if (flashAvailable != null && Boolean.TRUE.equals(flashAvailable)) { in onCreate()
/system/tools/hidl/docs/src/parser/elements/declarations/
DTypedefDeclarationParser.kt22 class TypedefDeclarationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false)…
DInterfaceDeclarationParser.kt23 class InterfaceDeclarationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = fals…
DMethodDeclarationParser.kt27 class MethodDeclarationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) …
DEnumDeclarationParser.kt27 class EnumDeclarationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) : …
DCompoundDeclarationParser.kt29 class CompoundDeclarationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false…
/system/tools/hidl/docs/src/writer/files/
Dresources.kt38 fun copyToFile(resourceName: String, outPath: Path): Boolean { in copyToFile()
DAbstractFileWriter.kt41 fun writeToFile(): Boolean { in writeToFile()
/system/tools/hidl/docs/src/parser/elements/
DEntryCollectionParser.kt30 class EntryCollectionParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) : …
DAnnotationParser.kt26 class AnnotationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) : Abstr…
DDocParser.kt25 class DocParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) : AbstractPars…
DDocAnnotationParser.kt28 class DocAnnotationParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) : Ab…
DEntryParser.kt58 class EntryParser(iter: ListIterator<Token>, var shouldResetIterator: Boolean = false) : AbstractPa…
/system/tools/sysprop/
DJavaGen.cpp165 case sysprop::Boolean: in GetJavaTypeName()
196 case sysprop::Boolean: in GetParsingExpression()
245 if (prop.type() == sysprop::Boolean) { in GetFormattingExpression()
Dsysprop.proto40 Boolean = 0; enumerator
DCppGen.cpp206 case sysprop::Boolean: in GetCppPropTypeName()
396 if (prop.type() == sysprop::Boolean) { in GenerateSource()
/system/apex/apexd/sysprop/
DApexProperties.sysprop20 type: Boolean
/system/tools/hidl/docs/src/parser/files/
DInterfaceFileParser.kt57 fun isInterface(tokens: List<Token>): Boolean { in isInterface()
/system/tools/hidl/docs/src/writer/
Dformatutils.kt56 fun formatTextasHTML(string: String, useParagraphs: Boolean = true): String { in formatTextasHTML()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java477 ArrayList<Boolean> testVector = in runClientSafeUnionTests()
487 two = safeunionInterface.setH(two, (ArrayList<Boolean>) testVector.clone()); in runClientSafeUnionTests()
782 ArrayList<Boolean> someBoolVec = new ArrayList<Boolean>(); in client()
787 ArrayList<Boolean> resultVec = proxy.someBoolVectorMethod(someBoolVec); in client()
1237 public ArrayList<Boolean> someBoolVectorMethod(ArrayList<Boolean> x) { in someBoolVectorMethod()
1240 ArrayList<Boolean> out = new ArrayList<Boolean>(); in someBoolVectorMethod()
1462 public LargeSafeUnion setH(LargeSafeUnion safeUnion, ArrayList<Boolean> h) { in setH()

12