Searched defs:integerType (Results 1 – 6 of 6) sorted by relevance
| /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/ |
| D | SubtypeOfBoundTest.java | 26 …private ResolvedType integerType = new ReferenceTypeImpl(new ReflectionTypeSolver().solveType(Inte… field in SubtypeOfBoundTest
|
| /external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
| D | VerificationTypeVisitor.java | 36 … clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType); in visitIntegerType() 46 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitStackIntegerType() 56 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitVariablesIntegerType()
|
| /external/auto/common/src/test/java/com/google/auto/common/ |
| D | MoreTypesTest.java | 324 TypeMirror integerType = elements.getTypeElement(Integer.class.getCanonicalName()).asType(); in testNonObjectSuperclass() local 373 TypeMirror integerType = elements.getTypeElement(Integer.class.getCanonicalName()).asType(); in testAsMemberOf_variableElement() local 503 TypeMirror integerType = types.boxedClass(intType).asType(); in testIsTypeOf() local
|
| /external/dagger2/javatests/dagger/internal/codegen/ |
| D | KeyFactoryTest.java | 264 TypeMirror integerType = integerMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
|
| /external/proguard/src/proguard/classfile/util/ |
| D | SimplifiedVisitor.java | 682 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType() 736 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitStackIntegerType() 791 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitVariablesIntegerType()
|
| /external/proguard/src/proguard/classfile/visitor/ |
| D | ClassPrinter.java | 850 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType()
|