Home
last modified time | relevance | path

Searched defs:doubleType (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.java27 …private ResolvedType doubleType = new ReferenceTypeImpl(new ReflectionTypeSolver().solveType(Doubl… field in SubtypeOfBoundTest
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java39 …z clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType); in visitDoubleType()
49 …thod method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType); in visitStackDoubleType()
59 …thod method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType); in visitVariablesDoubleType()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DPrimitiveType.java84 public static PrimitiveType doubleType() { in doubleType() method in PrimitiveType
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/
DReferenceTypeTest.java197 …ResolvedReferenceType doubleType = new ReferenceTypeImpl(new ReflectionClassDeclaration(Double.cla… in testIsAssignableByBoxedPrimitive() local
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java700 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType()
754 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) in visitStackDoubleType()
809 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) in visitVariablesDoubleType()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java868 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType()