Home
last modified time | relevance | path

Searched refs:LongType (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java32 static final LongType LONG_TYPE = new LongType();
51 public static LongType createLongType() in createLongType()
DLongType.java32 public class LongType extends VerificationType class
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java38 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType long… in visitLongType()
48 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType long… in visitStackLongType()
58 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType long… in visitVariablesLongType()
/external/python/cpython2/Lib/
Dtypes.py17 LongType = long variable
Dxmlrpclib.py690 dispatch[LongType] = dump_long
Dpickle.py477 dispatch[LongType] = save_long
/external/python/cpython2/Lib/idlelib/
DObjectBrowser.py119 LongType: AtomicObjectTreeItem,
/external/python/cpython2/Doc/c-api/
Dlong.rst18 .. index:: single: LongType (in modules types)
21 This is the same object as ``long`` and ``types.LongType``.
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java694 …sitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) in visitLongType()
748 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) in visitStackLongType()
803 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) in visitVariablesLongType()
/external/python/cpython2/Doc/library/
Dtypes.rst68 .. data:: LongType
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java862 …sitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) in visitLongType()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1047 case VerificationType.LONG_TYPE: return new LongType(); in createVerificationType()