Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 25 of 25) 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/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/dagger2/compiler/src/main/java/dagger/internal/codegen/
DKey.java98 Key withType(Types types, TypeMirror newType) { in withType()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DProxyingInstantiator.java58 private final Class<?> newType; field in ProxyingInstantiator
/external/swiftshader/src/OpenGL/compiler/
DConstantUnion.h33 bool cast(TBasicType newType, const ConstantUnion &constant) in cast()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestScriptMetadata.java143 String newType = parts.getAttributeValue(-1, "type"); in getEnglishTypes() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/
DMethodUsage.java170 … ResolvedType newType = originalType.replaceTypeVariables(typeParameter, type, inferredTypes); in replaceTypeParameter() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java167 String newType = handler.getExceptionType(); in addHandler() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp511 void PVRTMapLegacyTextureEnumToNewFormat(PVRTPixelType OldFormat, PVRTuint64& newType, EPVRTColourS… in PVRTMapLegacyTextureEnumToNewFormat()
/external/skia/src/sksl/
DSkSLIRGenerator.cpp687 Type* newType = new Type(std::move(name), Type::kArray_Kind, *type, size); in convertFunction() local
1933 Type* newType = new Type(oldType.name() + "[" + to_string(size) + "]", in convertIndex() local
2181 Type* newType = new Type(oldType.name() + "[]", Type::kArray_Kind, oldType, in convertSuffixExpression() local
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp681 Type* newType = new Type(std::move(name), Type::kArray_Kind, *type, size); in convertFunction() local
1883 Type* newType = new Type(oldType.name() + "[" + to_string(size) + "]", in convertIndex() local
2117 Type* newType = new Type(oldType.name() + "[]", Type::kArray_Kind, oldType, in convertSuffixExpression() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1198 String newType = memberDiff.newType_; in writeCtorChangedTableEntry() local
1506 String newType = memberDiff.newType_; in writeFieldChangedTableEntry() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java671 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp308 TBasicType newType = EbtVoid; in addUnaryMath() local
712 …TType newType(convertTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatr… in createConversion() local
DParseHelper.cpp463 TType newType(base->getType(), 0); // dereferenced type in handleBracketDereference() local
4143 const TType& newType = *newMember->type; in redeclareBuiltinBlock() local
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c411 GLuint newSize, GLenum newType) in vbo_exec_fixup_vertex()
/external/clang/lib/AST/
DASTContext.cpp2793 DependentSizedArrayType *newType in getDependentSizedArrayType() local
2875 IncompleteArrayType *newType = new (*this, TypeAlignment) in getIncompleteArrayType() local
3179 Type *newType = in getInjectedClassNameType() local
3208 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow() local
3226 TypedefType *newType = new(*this, TypeAlignment) in getTypedefType() local
3240 RecordType *newType = new (*this, TypeAlignment) RecordType(Decl); in getRecordType() local
3253 EnumType *newType = new (*this, TypeAlignment) EnumType(Decl); in getEnumType() local
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java553 String newType = ""; in convertCldrItems() local
/external/mesa3d/src/mesa/swrast/
Ds_span.c938 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) in convert_color_type()
/external/llvm/lib/MC/
DELFObjectWriter.cpp424 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp478 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
/external/clang/include/clang/AST/
DDecl.h600 void setType(QualType newType) { DeclType = newType; } in setType()
2654 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1452 TType *newType = new TType(); in clone() local
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp861 TType newType(base->getType(), 0); // dereferenced type in handleBracketDereference() local
1516 TType newType(type.getBasicType(), type.getQualifier().storage, requiredVectorSize); in fixBuiltInIoType() local
2215 TType* newType = new TType; in remapEntryPointIO() local