Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DDoubleConst.java54 int newType; in compute0() local
69 int newType) in compute()
DIntConst.java56 int newType; in compute0() local
/external/javassist/src/main/javassist/expr/
DNewExpr.java187 CtClass newType = cp.get(newTypeName); in replace() local
220 CtClass newType; field in NewExpr.ProceedForNew
/external/proguard/src/proguard/classfile/editor/
DMemberReferenceFixer.java131 String newType = referencedMember.getDescriptor(referencedClass); in visitFieldrefConstant() local
159 String newType = referencedMember.getDescriptor(referencedClass); in visitInterfaceMethodrefConstant() local
215 String newType = referencedMember.getDescriptor(referencedClass); in visitMethodrefConstant() local
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java497 public RegisterSpec withType(TypeBearer newType) { in withType()
526 Type newType; in withSimpleType() local
/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java321 Type newType = frame.getLocal(i); in mergeJsr() local
382 Type newType = frame.getLocal(index); in mergeRet() local
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DTypes.h153 TType *newType = new TType(); in clone() local
DIntermediate.cpp313 TBasicType newType = EbtVoid; in addUnaryMath() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1336 String newType = memberDiff.newType_; in writeCtorChangedTableEntry() local
1644 String newType = memberDiff.newType_; in writeFieldChangedTableEntry() local
/external/clang/lib/AST/
DASTContext.cpp2403 DependentSizedArrayType *newType in getDependentSizedArrayType() local
2484 IncompleteArrayType *newType = new (*this, TypeAlignment) in getIncompleteArrayType() local
2760 Type *newType = in getInjectedClassNameType() local
2791 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow() local
2809 TypedefType *newType = new(*this, TypeAlignment) in getTypedefType() local
2823 RecordType *newType = new (*this, TypeAlignment) RecordType(Decl); in getRecordType() local
2836 EnumType *newType = new (*this, TypeAlignment) EnumType(Decl); in getEnumType() local
/external/webkit/Source/WebCore/html/
DHTMLInputElement.cpp446 OwnPtr<InputType> newType = InputType::create(this, fastGetAttribute(typeAttr)); in updateType() local
/external/doclava/src/com/google/doclava/
DInfoBuilder.java708 TypeInfo newType; in buildFields() local
/external/clang/include/clang/AST/
DDecl.h455 void setType(QualType newType) { DeclType = newType; } in setType()
2319 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()