Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/tests/google/fugu/
Drelay.json4 "type": "SainSmartBoard", string
11 "type": "FuguRemote", string
/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()
177 final LogDataType type = getDataType(filename, pat.getValue()); in run() local
DTestSummary.java39 Type(String type) { in Type()
54 public TypedString(String string, Type type) { in TypedString()
DFileMetadataCollector.java93 private LogType getLogType(LogDataType type) { in getLogType()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFakeTestsZipFolderTest.java54 ItemType type = mFiles.get(fileName); in testFakeTestsZipFolder() local
/tools/test/connectivity/acts/framework/tests/
Dacts_proto_utils_test.proto12 optional EnumType type = 2; field
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
DSkiaTest.java181 ITestInvocationListener listener, LogDataType type) throws DeviceNotAvailableException { in retrieveAndUploadFile()
194 listener.testLog(remoteFile.getName(), type, source); in retrieveAndUploadFile() 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()
DFakeTestsZipFolder.java69 ItemType type = mItems.get(fileName); in createItems() local
DBugreport.java61 LogDataType type = isZipped() ? LogDataType.BUGREPORTZ : LogDataType.BUGREPORT; in log() local
DJUnitXmlParser.java82 String type = attributes.getValue("type"); in startElement() local
DBluetoothUtils.java262 String type, int iteration) throws DeviceNotAvailableException { in uploadLogFiles()
/tools/loganalysis/src/com/android/loganalysis/parser/
DCompactMemInfoParser.java57 String type = m.group(1); in parse() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java45 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog()
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java131 private static Handler getHandler(Type type) throws ConfigurationException { in getHandler()
212 final Type type = field.getGenericType(); in getHandlerOrTimeVal() local
382 String type = field.getType().getSimpleName(); in setOptionValue() local
400 String type = ((Class<?>)keyType).getSimpleName().toLowerCase(); in setOptionValue() local
615 final Type type = field.getGenericType(); in addOptionsForObject() local
835 Class<?> type = field.getType(); in getEnumFieldValuesAsString() local
DArgsOptionParser.java392 String type = getTypeForOption(name); in grabNextValue() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java56 public String type; field in ITestDevice.MountPointInfo
65 public MountPointInfo(String filesystem, String mountpoint, String type, in MountPointInfo()
73 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) { in MountPointInfo()
/tools/tradefederation/core/proto/
Dcollector.proto88 required posting_service_rpc.LogType type = 2; field
/tools/tradefederation/core/prod-tests/src/com/android/media/tests/
DCameraPerformanceTest.java203 String type; // "lower_better" field in CameraPerformanceTest.CtsMetric
219 String type, in CtsMetric()
478 String type = parser.getAttributeValue(null, SCORETYPE_ATTR); in parseToCtsMetrics() local
/tools/loganalysis/src/com/android/loganalysis/util/config/
DOptionSetter.java87 private static Handler getHandler(Type type) throws ConfigurationException { in getHandler()
254 final String type = field.getType().getSimpleName(); in setOptionValue() local
451 final Type type = field.getGenericType(); in addOptionsForObject() local
646 Class<?> type = field.getType(); in getEnumFieldValuesAsString() local
DArgsOptionParser.java310 String type = getTypeForOption(name); in grabNextValue() local
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Drelay.py51 def __exit__(self, type, value, traceback): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dsniffer.py289 def __exit__(self, type, value, traceback): argument
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DAndroidBinXmlParser.java178 int type = getAttribute(index).getValueType(); in getAttributeValueType() local
467 public Chunk(int type, ByteBuffer header, ByteBuffer contents) { in Chunk()
503 int type = getUnsignedInt16(input); in get() local
/tools/loganalysis/src/com/android/loganalysis/item/
DCompactMemInfoItem.java117 public void addPid(int pid, String name, String type, long pss, long swap, boolean activities) { in addPid()

12