/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextCodebase.kt | 429 override fun make(o: Any): Any { in make() 472 protected var mCache = HashMap<Any, Any>() 474 internal fun obtain(o: Any?): Any? { in obtain() 478 var r: Any? = mCache[o] in obtain() 486 protected abstract fun make(o: Any): Any
|
D | TextFieldItem.kt | 29 private val constantValue: Any?, 37 override fun equals(other: Any?): Boolean { in equals() 52 override fun initialValue(requireConstant: Boolean): Any? = constantValue in hashCode()
|
D | TextPropertyItem.kt | 36 override fun equals(other: Any?): Boolean { in equals()
|
D | TextPackageItem.kt | 58 override fun equals(other: Any?): Boolean { in classList()
|
D | TextParameterItem.kt | 56 override fun equals(other: Any?): Boolean { in type()
|
D | TextMethodItem.kt | 46 override fun equals(other: Any?): Boolean { in equals()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ |
D | SparseArray.kt | 24 private var mValues: Array<Any?> 34 mValues = arrayOfNulls<Any>(idealSize) 159 val nvalues = arrayOfNulls<Any>(n) in put() 301 val nvalues = arrayOfNulls<Any>(n) in append() 349 private val DELETED = Any() 352 val EMPTY_OBJECTS = arrayOfNulls<Any>(0)
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 56 // Any artifact files associated with this test. 57 map<string, google.protobuf.Any> artifacts = 9; 59 // Any metrics or measurements associated with this test. 63 google.protobuf.Any description = 11;
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiFieldItem.kt | 37 private val initialValue: Any? 47 override fun initialValue(requireConstant: Boolean): Any? { in type() 102 override fun equals(other: Any?): Boolean { in equals()
|
D | CodePrinter.kt | 376 private fun appendLiteralValue(sb: StringBuilder, literalValue: Any?): Boolean { in appendLiteralValue() 392 fun constantToSource(value: Any?): String { in constantToSource() 451 fun constantToExpression(constant: Any?): String? { in constantToExpression() 488 private fun appendSourceLiteral(v: Any?, sb: StringBuilder, owner: Item): Boolean { in appendSourceLiteral()
|
D | UAnnotationItem.kt | 304 override val value: Any? in toString() 326 override fun value(): Any? = value in toString()
|
D | PsiAnnotationItem.kt | 315 override val value: Any? in toString() 329 override fun value(): Any? = value in toString()
|
D | PsiPropertyItem.kt | 60 override fun equals(other: Any?): Boolean { in equals()
|
D | PsiTypeItem.kt | 204 override fun equals(other: Any?): Boolean { in equals() 235 override fun defaultValue(): Any? { in defaultValue()
|
D | PsiPackageItem.kt | 104 override fun equals(other: Any?): Boolean { in qualifiedName()
|
D | PsiParameterItem.kt | 176 override fun equals(other: Any?): Boolean { in type()
|
/tools/treble/split/ |
D | xml_diff.py | 16 from typing import Any, Callable, Dict, Set 45 modified: Dict[str, Any] = dataclasses.field(default_factory=dict) 108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap: argument
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | FileReadSandbox.kt | 259 override fun checkRead(file: String, context: Any?) { in <lambda>() 304 override fun checkPermission(p0: Permission?, p1: Any?) { in <lambda>() 332 override fun checkConnect(p0: String?, p1: Int, p2: Any?) { in <lambda>()
|
D | DocAnalyzer.kt | 171 private fun findPermissionField(codebase: Codebase, value: Any): FieldItem? { in <lambda>() 319 val v: Any = value.value() ?: value.toSource() in <lambda>()
|
/tools/security/remote_provisioning/attestation_testing/ |
D | README | 7 Any failures found during execution will be printed to the terminal in the format of:
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | AnnotationItem.kt | 711 fun value(): Any? in toSource() 734 val value: Any?
|
D | Item.kt | 129 override fun equals(other: Any?): Boolean in isHiddenOrRemoved()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | Builders.kt | 48 inline fun <R, reified P : Any> make() : StartEndBuilder<R, P> { in noReset()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
D | DataSlice.kt | 49 override fun equals(other: Any?): Boolean { in equals()
|
/tools/metalava/ |
D | build.gradle.kts | 119 fun getMetalavaVersion(): Any { in getMetalavaVersion()
|