Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 7 of 7) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexParameterImpl.java28 private final String typeName; field in DexParameterImpl
36 public DexParameterImpl(DexBuffer buffer, String typeName, in DexParameterImpl()
DTypeFormatter.java45 public String format(String typeName) { in format()
DDexEncodedValueImpl.java165 String typeName = stringPool[typeIds[fieldIdItem.type_idx]]; in getEnumValue() local
190 String typeName = stringPool[typeIds[fieldIdItem.type_idx]]; in getFieldValue() local
/cts/tests/tests/content/src/android/content/res/cts/
DResourceNameTest.java37 final String typeName = res.getResourceTypeName(R.configVarying.simple); in testGetResourceName() local
DResourcesTest.java555 final String typeName = mResources.getResourceTypeName(R.configVarying.simple); in testGetResourceName() local
/cts/tests/tests/animation/src/android/animation/cts/
DKeyframeTest.java72 String typeName = typeClass.getName(); in testGetType() local
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java1180 String typeName = typeToString(((GenericArrayType) type).getGenericComponentType()); in typeToString() local