Home
last modified time | relevance | path

Searched refs: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/
DSubtypeOfBoundTest.java26 …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/
DVerificationTypeVisitor.java36 … 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/auto/common/src/test/java/com/google/auto/common/
DMoreTypesTest.java324 TypeMirror integerType = elements.getTypeElement(Integer.class.getCanonicalName()).asType(); in testNonObjectSuperclass() local
330 TypeMirror genericChildOfInteger = types.getDeclaredType(genericChild, integerType); in testNonObjectSuperclass()
362 parentOfGenericChildOfInteger.get(), types.getDeclaredType(parent, integerType)); in testNonObjectSuperclass()
373 TypeMirror integerType = elements.getTypeElement(Integer.class.getCanonicalName()).asType(); in testAsMemberOf_variableElement() local
389 DeclaredType genericParamsOfInteger = types.getDeclaredType(genericParams, integerType); in testAsMemberOf_variableElement()
411 .addEquivalenceGroup(fieldOfGenericOfInteger, paramOfGenericOfInteger, integerType); in testAsMemberOf_variableElement()
503 TypeMirror integerType = types.boxedClass(intType).asType(); in testIsTypeOf() local
506 expect.that(MoreTypes.isTypeOf(Integer.class, integerType)).isTrue(); in testIsTypeOf()
508 expect.that(MoreTypes.isTypeOf(int.class, integerType)).isFalse(); in testIsTypeOf()
/external/dagger2/javatests/dagger/internal/codegen/
DKeyFactoryTest.java256 TypeMirror integerType = integerMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
257 assertThat(integerType.getKind().isPrimitive()).isFalse(); in primitiveKeysMatchBoxedKeys()
258 assertWithMessage("type equality").that(types.isSameType(intType, integerType)).isFalse(); in primitiveKeysMatchBoxedKeys()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java682 …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/
DClassPrinter.java850 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType() argument