Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 122) sorted by relevance

12345

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTEST_MAPPING.config.json4 "type": "string", string
13 "type": "boolean", string
17 "type": "array", string
21 "type": "array", string
24 "type": "object", string
28 "type": "string", string
36 "type": "string", string
44 "type": "string", string
52 "type": "string", string
64 "type": "object", string
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DPropertyItem.kt24 override fun type(): TypeItem in <lambda>() method
43 val type = type() in <lambda>() constant
DParameterItem.kt27 override fun type(): TypeItem in name() method
87 val type = type() in acceptTypes() constant
DMethodItem.kt42 override fun type(): TypeItem? = returnType() in <lambda>() method
89 for (type in throwsTypes()) { in <lambda>() method
95 for (type in throwsTypes()) { in <lambda>() method
208 val type = returnType() in <lambda>() constant
223 val type = returnType() in <lambda>() constant
477 val type = parameter.type() in <lambda>() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextPropertyItem.kt28 private val type: TextTypeItem, constant
49 override fun type(): TypeItem = type method
DTextFieldItem.kt28 private val type: TextTypeItem, constant
50 override fun type(): TypeItem = type in hashCode() method
DTextParameterItem.kt31 private var type: TextTypeItem, variable
47 override fun type(): TextTypeItem = type in type() method
/tools/test/connectivity/acts_tests/tests/google/fugu/
Drelay.json4 "type": "SainSmartBoard", string
11 "type": "FuguRemote", string
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DFilePullerLogCollector.java41 LogDataType type = LogDataType.TEXT; in processMetricFile() local
49 testLog(metricFile.getName(), type, source); in processMetricFile() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java38 MetricSummary.TimeType type, in parseRunMetrics()
54 void addToMetricData(DeviceMetricData runData, int index, MetricSummary.TimeType type) { in addToMetricData()
289 MetricSummary.TimeType type, in getMetricDoubleValue()
303 MetricSummary.TimeType type, in getMetricLongValue()
332 IInvocationContext context, MetricSummary.TimeType type, int loopIndex, String label) { in getActualMetricKey()
343 private static String getMetricKey(MetricSummary.TimeType type, int loopIndex, String label) { in getMetricKey()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1Class.java27 public Asn1Type type(); in type() method
DAsn1Field.java32 public Asn1Type type(); in type() method
/tools/tradefederation/core/src/com/android/tradefed/result/
DDeviceFileReporter.java64 DATA_TYPE_REVERSE_MAP.put(ext, type); in DATA_TYPE_REVERSE_MAP.put() argument
118 public void setDefaultLogDataType(LogDataType type) { in setDefaultLogDataType()
184 final LogDataType type = getDataType(filename, pat.getValue()); in run() local
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DLogFile.java40 public LogFile(String path, String url, LogDataType type) { in LogFile()
61 public LogFile(String path, String url, boolean isCompressed, LogDataType type, long size) { in LogFile()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItem.kt260 for (type in classType.parameters) { in typeArgumentClasses() method
306 for (type in disjunctionType.disjunctions) { in typeArgumentClasses() method
313 for (type in intersectionType.conjuncts) { in typeArgumentClasses() method
329 val type = psiType in hasTypeArguments() constant
589 for (type in extendsListTypes) { in typeParameterList() variable
679 val type = element.type in typeParameterList() constant
766 for (type in extendsListTypes) { in typeParameterClasses() constant
789 val type = element.type in typeParameterClasses() constant
DPsiParameterItem.kt38 private val type: PsiTypeItem constant
163 override fun type(): TypeItem = type in type() method
192 val type = codebase.getType(psiParameter.type) in create() constant
/tools/tradefederation/core/atest/unittest_data/
Dgts_auth_key.json2 "type": "service_account", string
/tools/asuite/atest/unittest_data/
Dgts_auth_key.json2 "type": "service_account", string
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTradefedConfigObject.java54 TradefedConfigObject(Type type, String className, MultiMap<String, String> optionValues) { in TradefedConfigObject()
89 Type type = Type.valueOf(json.optString("type", Type.UNKNOWN.name())); in fromJson() local
/tools/test/graphicsbenchmark/performance_tests/helper/proto/
Dresultdata.proto14 optional Type type = 1; field
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DNoticeMessageUtil.java39 public static String getNoticeMessage(UserType type) { in getNoticeMessage()
/tools/asuite/asuite_plugin/src/java/com/android/atest/run/
DAtestConfigurationFactory.java31 protected AtestConfigurationFactory(ConfigurationType type) { in AtestConfigurationFactory()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFakeTestsZipFolderTest.java54 ItemType type = mFiles.get(fileName); in testFakeTestsZipFolder() local
/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc68 size_t getTotalSize(ffi_type* type) { in getTotalSize()
92 ffi_type* type; in getRandomType() local
106 void* genArg(ffi_type* type, FuzzedDataProvider* dataProvider) { in genArg()
136 ffi_type* type = getRandomType(dataProvider, true); in buildArgArrays() local
/tools/test/connectivity/acts/framework/tests/
Dacts_proto_utils_test.proto12 optional EnumType type = 2; field

12345