Home
last modified time | relevance | path

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

12

/tools/asuite/atest/
Dbazel_mode.py43 from typing import Any, Callable, Dict, IO, List, Set
255 def _add_test_target(self, info: Dict[str, Any], name_suffix: str, argument
269 def _add_prebuilt_target(self, info: Dict[str, Any]) -> Target: argument
301 def _get_module_info(self, module_name: str) -> Dict[str, Any]:
310 def _get_module_path(self, info: Dict[str, Any]) -> str: argument
329 def is_host_unit_test(self, info: Dict[str, Any]) -> bool: argument
530 info: Dict[str, Any]): argument
536 info: Dict[str, Any]): argument
540 def __init__(self, name: str, package_name: str, info: Dict[str, Any], argument
579 info: Dict[str, Any], argument
[all …]
Dtest_runner_handler.py26 from typing import Any, Dict, List
97 extra_args: Dict[str, Any]=None): argument
Dmodule_info.py31 from typing import Any, Dict
50 Module = Dict[str, Any]
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt427 override fun make(o: Any): Any { in make()
470 protected var mCache = HashMap<Any, Any>()
472 internal fun obtain(o: Any?): Any? { in obtain()
476 var r: Any? = mCache[o] in obtain()
484 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()
/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/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiFieldItem.kt37 private val initialValue: Any?
50 override fun initialValue(requireConstant: Boolean): Any? { in type()
105 override fun equals(other: Any?): Boolean { in equals()
DCodePrinter.kt377 private fun appendLiteralValue(sb: StringBuilder, literalValue: Any?): Boolean { in appendLiteralValue()
393 fun constantToSource(value: Any?): String { in constantToSource()
459 fun constantToExpression(constant: Any?): String? { in constantToExpression()
496 private fun appendSourceLiteral(v: Any?, sb: StringBuilder, owner: Item): Boolean { in appendSourceLiteral()
DPsiAnnotationItem.kt292 override val value: Any? in toString()
312 override fun value(): Any? = value in toString()
DUAnnotationItem.kt292 override val value: Any? in toString()
323 override fun value(): Any? = value in toString()
/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Damarisoft_client.py20 from typing import Any, Mapping, Optional, Tuple
79 body: str) -> Tuple[Mapping[str, Any], Mapping[str, Any]]:
Dims.py19 from typing import Any, Mapping, Optional, Union
106 def users_get(self, registered_only: bool = True) -> Mapping[str, Any]:
/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/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>()
/tools/asuite/atest/test_runners/
Dtest_runner_base.py31 from typing import Any, Dict
51 ARGS = Dict[str, Any]
/tools/asuite/atest/integration_tests/
Dresult_compare_test.py32 from typing import Any, Dict
55 def setup_test_env(self) -> Dict[str, Any]:
Dbazel_mode_test.py31 from typing import Any, Dict, List, Tuple
188 def setup_test_env(self) -> Dict[str, Any]:
/tools/security/remote_provisioning/attestation_testing/
DREADME7 Any failures found during execution will be printed to the terminal in the format of:
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt48 inline fun <R, reified P : Any> make() : StartEndBuilder<R, P> { in noReset()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt663 fun value(): Any? in toSource()
686 val value: Any?
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt49 override fun equals(other: Any?): Boolean { in equals()

12