Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
DMediaTypeTest.java73 MediaType newType = MediaType.createApplicationType("yams"); in testCreateApplicationType() local
79 MediaType newType = MediaType.createAudioType("yams"); in testCreateAudioType() local
85 MediaType newType = MediaType.createImageType("yams"); in testCreateImageType() local
91 MediaType newType = MediaType.createTextType("yams"); in testCreateTextType() local
97 MediaType newType = MediaType.createVideoType("yams"); in testCreateVideoType() local
/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/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
303 String newType = referencedMember.getDescriptor(referencedClass); in visitEnclosingMethodAttribute() 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/dagger2/compiler/src/main/java/dagger/internal/codegen/
DKey.java98 Key withType(Types types, TypeMirror newType) { in withType()
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java167 String newType = handler.getExceptionType(); in addHandler() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1336 String newType = memberDiff.newType_; in writeCtorChangedTableEntry() local
1644 String newType = memberDiff.newType_; in writeFieldChangedTableEntry() local
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbFile.cpp687 char *oldType, *newType; in readStruct() local
1604 char *oldType, *newType; in writeChunks() local
/external/clang/lib/AST/
DASTContext.cpp2783 DependentSizedArrayType *newType in getDependentSizedArrayType() local
2865 IncompleteArrayType *newType = new (*this, TypeAlignment) in getIncompleteArrayType() local
3136 Type *newType = in getInjectedClassNameType() local
3165 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow() local
3183 TypedefType *newType = new(*this, TypeAlignment) in getTypedefType() local
3197 RecordType *newType = new (*this, TypeAlignment) RecordType(Decl); in getRecordType() local
3210 EnumType *newType = new (*this, TypeAlignment) EnumType(Decl); in getEnumType() local
/external/mesa3d/src/mesa/swrast/
Ds_span.c935 convert_color_type(SWspan *span, GLenum newType, GLuint output) in convert_color_type()
/external/llvm/lib/MC/
DELFObjectWriter.cpp414 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
/external/doclava/src/com/google/doclava/
DInfoBuilder.java709 TypeInfo newType; in buildFields() local
/external/clang/include/clang/AST/
DDecl.h540 void setType(QualType newType) { DeclType = newType; } in setType()
2637 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()