/external/proguard/src/proguard/classfile/attribute/preverification/ |
D | VerificationTypeFactory.java | 34 static final DoubleType DOUBLE_TYPE = new DoubleType(); 67 public static DoubleType createDoubleType() in createDoubleType()
|
D | DoubleType.java | 32 public class DoubleType extends VerificationType class
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 39 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubl… in visitDoubleType() 49 …zz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubl… in visitStackDoubleType() 59 …zz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubl… in visitVariablesDoubleType()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | DoubleType.java | 39 public interface DoubleType extends PrimitiveType { interface
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | DoubleTypeImpl.java | 30 public class DoubleTypeImpl extends PrimitiveTypeImpl implements DoubleType {
|
D | VirtualMachineImpl.java | 104 private DoubleType theDoubleType; 1134 DoubleType theDoubleType() { in theDoubleType()
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 700 …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/python/cpython3/Modules/ |
D | _tkinter.c | 283 const Tcl_ObjType *DoubleType; member 646 v->DoubleType = Tcl_GetObjType("double"); in Tkapp_New() 1200 if (value->typePtr == app->DoubleType) { in FromObj()
|
/external/python/cpython2/Modules/ |
D | _tkinter.c | 269 const Tcl_ObjType *DoubleType; member 748 v->DoubleType = Tcl_GetObjType("double"); in Tkapp_New() 1316 if (value->typePtr == app->DoubleType) { in FromObj()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 868 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType()
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassReader.java | 1048 case VerificationType.DOUBLE_TYPE: return new DoubleType(); in createVerificationType()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 507 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return } func 513 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 534 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return } func 540 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return } func
|
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/FileWordReader.class
FileWordReader ... |
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2789 ``DoubleType``) have hidden subclasses. They are hidden because they offer no
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 3378 ``DoubleType``) have hidden subclasses. They are hidden because they offer no
|
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |