Home
last modified time | relevance | path

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

12

/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/java/dagger/internal/codegen/javapoet/
DExpression.java63 public Expression castTo(TypeMirror newType) { in castTo()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DProxyingInstantiator.java58 private final Class<?> newType; field in ProxyingInstantiator
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithVariables.java109 default N setAllTypes(Type newType) { in setAllTypes()
/external/swiftshader/src/OpenGL/compiler/
DConstantUnion.h33 bool cast(TBasicType newType, const ConstantUnion &constant) in cast()
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp42 TType *newType = GetStructSamplerParameterType(symbolTable, oldVariable); in ReplaceTypeOfSymbolNode() local
282 TType *newType = nullptr; in stripStructSpecifierSamplers() local
431 TType *newType = new TType(fieldType); in extractSampler() local
DRewriteRowMajorMatrices.cpp67 TType *newType = new TType(*type); in TransposeMatrixType() local
608 const TType *newType = newInterfaceBlockType; in convertInterfaceBlock() local
677 TType *newType = new TType(variable->getType()); in convertNamelessInterfaceBlockField() local
722 TType *newType = new TType(newStruct, true); in convertStruct() local
741 TType *newType = nullptr; in convertField() local
DRewriteStructSamplers.cpp44 TType *newType = GetStructSamplerParameterType(symbolTable, oldVariable); in ReplaceTypeOfSymbolNode() local
545 TType *newType = nullptr; in stripStructSpecifierSamplers() local
687 TType *newType = new TType(fieldType); in extractSampler() local
869 TType *newType = new TType(*type); in visitSamplerInStructParam() local
DRewriteCubeMapSamplersAs2DArray.cpp356 TType *newType = new TType(samplerCubeVar->getType()); in declareSampler2DArray() local
784 TType *newType = new TType(param->getType()); in convertFunctionParameter() local
DRewriteAtomicCounters.cpp419 TType *newType = in convertFunctionParameter() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestScriptMetadata.java139 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/skia/src/gpu/geometry/
DGrQuad.h126 void setQuadType(Type newType) { in setQuadType()
/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/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c254 GLuint attr, GLuint newSize, GLenum newType) in vbo_exec_wrap_upgrade_vertex()
416 GLuint newSize, GLenum newType) in vbo_exec_fixup_vertex()
/external/angle/src/compiler/translator/
DConstantUnion.cpp131 bool TConstantUnion::cast(TBasicType newType, const TConstantUnion &constant) in cast()
/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/OpenCL-CTS/test_common/harness/
DtestHarness.cpp850 cl_device_type newType; in GetOpposingDevice() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java671 private void replaceUninitializedTypeInStack(InferredType oldType, InferredType newType) { in replaceUninitializedTypeInStack()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp384 TBasicType newType = EbtVoid; in addUnaryMath() local
847 …TType newType(convertTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatr… in createConversion() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp384 TBasicType newType = EbtVoid; in addUnaryMath() local
847 …TType newType(convertTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatr… in createConversion() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp2127 Type* newType = (Type*) fSymbolTable->takeOwnership(std::unique_ptr<Symbol>( in convertIndex() local
2308 Type* newType = (Type*) fSymbolTable->takeOwnership(std::unique_ptr<Symbol>( in convertIndexExpression() local
/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

12