Home
last modified time | relevance | path

Searched refs:longType (Results 1 – 25 of 26) sorted by relevance

12

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DJsonLocationInstantiator.java33 JavaType longType = config.constructType(Long.TYPE); in getFromObjectArguments() local
36 creatorProp("byteOffset", longType, 1), in getFromObjectArguments()
37 creatorProp("charOffset", longType, 2), in getFromObjectArguments()
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java38 …azz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType); in visitLongType() argument
48 …Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType); in visitStackLongType() argument
58 …Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType); in visitVariablesLongType() argument
/external/javassist/src/main/javassist/bytecode/
DBytecode.java267 CtClass longType = CtClass.longType; in setMaxLocals() local
271 if (type == doubleType || type == longType) in setMaxLocals()
529 if (type == CtClass.longType) in addConstZero()
746 else if (type == CtClass.longType) { in addLoad()
779 else if (type == CtClass.longType) { in addStore()
DDescriptor.java594 type = CtClass.longType; in toPrimitiveClass()
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java51 public static final Type LONG = new Type(CtClass.longType);
105 prims.put(CtClass.longType, LONG); in prims.put() argument
158 return clazz == CtClass.doubleType || clazz == CtClass.longType || this == TOP ? 2 : 1; in getSize()
/external/javassist/src/main/javassist/
DCtClass.java123 public static CtClass longType; field in CtClass
174 longType = new CtPrimitiveType("long", 'J', "java.lang.Long",
177 primitiveTypes[5] = longType;
DCtField.java912 else if (type == CtClass.longType) in getConstantValue2()
1005 CtClass longType = CtClass.longType; in nthParamToLocal() local
1015 if (type == longType || type == doubleType) in nthParamToLocal()
1281 if (type == CtClass.longType) in getConstantValue()
DSerialVersionUID.java58 CtField field = new CtField(CtClass.longType, "serialVersionUID", in setSerialVersionUID()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java694 …sitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) in visitLongType() argument
696 visitAnyVerificationType(clazz, method, codeAttribute, offset, longType); in visitLongType()
748 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) in visitStackLongType() argument
750 visitLongType(clazz, method, codeAttribute, offset, longType); in visitStackLongType()
803 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) in visitVariablesLongType() argument
805 visitLongType(clazz, method, codeAttribute, offset, longType); in visitVariablesLongType()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DPrimitiveType.java73 public static PrimitiveType longType() { in longType() method in PrimitiveType
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java139 else if (type == CtClass.longType) in createMemberValue()
/external/javassist/src/main/javassist/expr/
DNewArray.java133 return CtClass.longType; in getPrimitiveType()
/external/javassist/src/test/javassist/
DJvstTest3.java764 CtField fj = new CtField(CtClass.longType, "j", cc); in testStaticFinalField()
826 assertEquals("(IJ)V", Descriptor.appendParameter(CtClass.longType, "(I)V")); in testInsertParam0()
833 m1.insertParameter(CtClass.longType); in testInsertParam()
DJvstTest2.java465 cc.addField(new CtField(CtClass.longType, "f", cc)); in testAddMethod()
1443 f = new CtField(CtClass.longType, "sff2", cc); in testStaticFinal()
DJvstTest.java429 cc.addMethod(CtNewMethod.make(CtClass.longType, "m4", in testSetConsBody()
DJvstTest4.java155 m.addLocalVariable("bar", CtClass.longType); in testJIRA93()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java862 …sitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) in visitLongType() argument
/external/error_prone/checkerframework/
Djavacutil-2.5.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/ ...
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavassist-3.19.0-GA.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Djavaparser-core-3.3.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12