Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 121) 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
475 val type = parameter.type() in <lambda>() constant
/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/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItem.kt259 for (type in classType.parameters) { in typeArgumentClasses() method
305 for (type in disjunctionType.disjunctions) { in typeArgumentClasses() method
312 for (type in intersectionType.conjuncts) { in typeArgumentClasses() method
328 val type = psiType in hasTypeArguments() constant
571 for (type in extendsListTypes) { in typeParameterList() variable
661 val type = element.type in typeParameterList() constant
748 for (type in extendsListTypes) { in typeParameterClasses() constant
771 val type = element.type in typeParameterClasses() constant
DPsiParameterItem.kt40 private val type: PsiTypeItem constant
165 override fun type(): TypeItem = type in type() method
194 val type = codebase.getType(psiParameter.type) in create() constant
/tools/test/connectivity/acts/tests/google/fugu/
Drelay.json4 "type": "SainSmartBoard", string
11 "type": "FuguRemote", string
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextPropertyItem.kt30 private val type: TextTypeItem, constant
51 override fun type(): TypeItem = type method
DTextFieldItem.kt30 private val type: TextTypeItem, constant
52 override fun type(): TypeItem = type in hashCode() method
DTextParameterItem.kt33 private var type: TextTypeItem, variable
49 override fun type(): TextTypeItem = 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/src/com/android/tradefed/device/metric/
DFilePullerLogCollector.java41 LogDataType type = LogDataType.TEXT; in processMetricFile() local
50 testLog(metricFile.getName(), type, source); in processMetricFile() 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()
DTestSummary.java39 Type(String type) { in Type()
54 public TypedString(String string, Type type) { in TypedString()
/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/metalava/src/main/java/com/android/tools/metalava/
DSdkFileWriter.kt84 … val type = resolved.containingClass().qualifiedName() + "." + resolved.name() in generate() constant
123 val type = checkInheritance(clazz) in generate() constant
DJDiffXmlWriter.kt330 … val type = item.toTypeString(erased = compatibility.omitTypeParametersInInterfaces, context = cls) in <lambda>() constant
363 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEach { type -> in <lambda>() method
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1Class.java27 public Asn1Type type(); in type() method
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py606 def start_gnss_by_gtw_gpstool(ad, state, type="gnss", bgdisplay=False): argument
628 def process_gnss_by_gtw_gpstool(ad, criteria, type="gnss"): argument
698 def gnss_tracking_via_gtw_gpstool(ad, criteria, type="gnss", testtime=60): argument
723 def parse_gtw_gpstool_log(ad, true_position, type="gnss"): argument
796 def process_ttff_by_gtw_gpstool(ad, begin_time, true_position, type="gnss"): argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java93 public LogDataType type; field in CommonLogRemoteFileUtil.KnownLogFileEntry
95 KnownLogFileEntry(String path, String logName, LogDataType type) { in KnownLogFileEntry()
161 InstanceType type = options.getInstanceType(); in fetchTombstones() local
/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/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java225 LogDataType type; in postProcess() local
238 testLog(FileUtil.getBaseName(f.getName()), type, stream); in postProcess() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java41 private SimplePerfUtil(ITestDevice device, SimplePerfType type) { in SimplePerfUtil()
56 public static SimplePerfUtil newInstance(ITestDevice device, SimplePerfType type) in newInstance()

12345