Home
last modified time | relevance | path

Searched refs:compareType (Results 1 – 3 of 3) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java164 boolean returnTypeMatch = compareType(method.getReturnType(), returnType); in getMethod()
192 if (!compareType(apiParameterType, testParameterType)) { in compareParameterTypes()
206 private static boolean compareType(String apiType, String testType) { in compareType() method in ApiClass
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java199 ITypeReferenceDelta<?> superTypeDelta = compareType(from in compareClass()
334 if (compareType(type, other, false) == null) { in containsType()
721 ITypeReferenceDelta<?> returnTypeDelta = compareType(from
940 ITypeReferenceDelta<?> typeDelta = compareType(from.getType(), to
1067 ITypeReferenceDelta<?> typeDelta = compareType(from.getType(), to
1098 ITypeReferenceDelta<?> typeDelta = compareType(from.getType(), to
1140 ITypeReferenceDelta<?> typeDelta = compareType(from.getType(), to
1201 compareType((ITypeReference) from, (ITypeReference) to,
1264 private ITypeReferenceDelta<? extends ITypeReference> compareType(
1306 return compareType(getErasedType(from), to, false);
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java202 Type compareType = new Type.Builder(mRS, Element.I32(mRS)).create(); in testScriptGroupTorture() local
218 resultAlloc = Allocation.createTyped(mRS, compareType); in testScriptGroupTorture()