Searched refs:compareType (Results 1 – 2 of 2) sorted by relevance
211 if (!compareType(apiParameterType, testParameterType)) { in compareParameterTypes()232 private static boolean compareType(String apiType, String testType) { in compareType() method in ApiClass
229 Type compareType = new Type.Builder(mRS, Element.I32(mRS)).create(); in testScriptGroupTorture() local245 resultAlloc = Allocation.createTyped(mRS, compareType); in testScriptGroupTorture()