Searched refs:integerType (Results 1 – 5 of 5) 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 37 Bound bound = new SubtypeOfBound(integerType, inferenceVariable); in recognizeProperLowerBound1() 39 …assertEquals(Optional.of(new ProperLowerBound(inferenceVariable, integerType)), bound.isProperLowe… in recognizeProperLowerBound1()
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 … clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType); in visitIntegerType() argument 46 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitStackIntegerType() argument 56 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitVariablesIntegerType() argument
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | KeyTest.java | 211 TypeMirror integerType = integerMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local 212 assertThat(integerType.getKind().isPrimitive()).isFalse(); in primitiveKeysMatchBoxedKeys() 213 assertThat(types.isSameType(intType, integerType)).named("type equality").isFalse(); in primitiveKeysMatchBoxedKeys()
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 682 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType() argument 684 visitAnyVerificationType(clazz, method, codeAttribute, offset, integerType); in visitIntegerType() 736 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitStackIntegerType() argument 738 visitIntegerType(clazz, method, codeAttribute, offset, integerType); in visitStackIntegerType() 791 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitVariablesIntegerType() argument 793 visitIntegerType(clazz, method, codeAttribute, offset, 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() argument
|