Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 35) sorted by relevance

12

/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt429 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
DTextFieldItem.kt29 private val constantValue: Any?,
37 override fun equals(other: Any?): Boolean { in equals()
52 override fun initialValue(requireConstant: Boolean): Any? = constantValue in hashCode()
DTextPropertyItem.kt36 override fun equals(other: Any?): Boolean { in equals()
DTextPackageItem.kt58 override fun equals(other: Any?): Boolean { in classList()
DTextParameterItem.kt56 override fun equals(other: Any?): Boolean { in type()
DTextMethodItem.kt46 override fun equals(other: Any?): Boolean { in equals()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt24 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/
Dtest_record.proto56 // 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/
DPsiFieldItem.kt37 private val initialValue: Any?
47 override fun initialValue(requireConstant: Boolean): Any? { in type()
102 override fun equals(other: Any?): Boolean { in equals()
DCodePrinter.kt376 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()
DUAnnotationItem.kt304 override val value: Any? in toString()
326 override fun value(): Any? = value in toString()
DPsiAnnotationItem.kt315 override val value: Any? in toString()
329 override fun value(): Any? = value in toString()
DPsiPropertyItem.kt60 override fun equals(other: Any?): Boolean { in equals()
DPsiTypeItem.kt204 override fun equals(other: Any?): Boolean { in equals()
235 override fun defaultValue(): Any? { in defaultValue()
DPsiPackageItem.kt104 override fun equals(other: Any?): Boolean { in qualifiedName()
DPsiParameterItem.kt176 override fun equals(other: Any?): Boolean { in type()
/tools/treble/split/
Dxml_diff.py16 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/
DFileReadSandbox.kt259 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>()
DDocAnalyzer.kt171 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/
DREADME7 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/
DAnnotationItem.kt711 fun value(): Any? in toSource()
734 val value: Any?
DItem.kt129 override fun equals(other: Any?): Boolean in isHiddenOrRemoved()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt48 inline fun <R, reified P : Any> make() : StartEndBuilder<R, P> { in noReset()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt49 override fun equals(other: Any?): Boolean { in equals()
/tools/metalava/
Dbuild.gradle.kts119 fun getMetalavaVersion(): Any { in getMetalavaVersion()

12