/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
D | ResolvedArrayType.java | 35 private ResolvedType baseType; field in ResolvedArrayType 37 public ResolvedArrayType(ResolvedType baseType) { in ResolvedArrayType()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliArrayTypeElement.java | 58 PsiTypeElement baseType = findChildByClass(PsiTypeElement.class); in getType() local
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.hpp | 186 inline VariableType::VariableType (Type baseType, int numElements) in VariableType() 196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType() 206 inline VariableType::VariableType (Type baseType, const char* typeName) in VariableType()
|
D | rsgVariableType.cpp | 130 const VariableType& VariableType::getScalarType (Type baseType) in getScalarType()
|
D | rsgShaderGenerator.cpp | 139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents() local
|
D | rsgUtils.cpp | 165 VariableType::Type baseType = VariableType::TYPE_LAST; in computeRandomType() local
|
D | rsgBinaryOps.cpp | 378 …VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), base… in BinaryVecOp() local 393 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp() local
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/ |
D | IsCompatibleType.java | 38 public static <T> Matcher<Class<?>> typeCompatibleWith(Class<T> baseType) { in typeCompatibleWith()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 422 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase() 504 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase() 610 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase() 721 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase() 787 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase() 868 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase() 949 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase() 1009 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() 1018 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName() 358 …UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in UaddCarryCase() 454 …UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderTyp… in UsubBorrowCase() 548 …UmulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in UmulExtendedCase() 638 …ImulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in ImulExtendedCase() 729 …BitfieldExtractCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldExtractCase() 792 …BitfieldInsertCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in BitfieldInsertCase() 869 …BitfieldReverseCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldReverseCase() 915 …BitCountCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in BitCountCase() 975 …FindLSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType s… in FindLSBCase() [all …]
|
D | es31fShaderCommonFunctionTests.cpp | 492 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 500 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase() 582 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase() 688 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase() 799 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase() 865 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase() 948 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase() 1032 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase() 1092 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() 1101 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 369 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 657 …AbsCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in AbsCase() 766 …SignCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::Shader… in SignCase() 902 …RoundEvenCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::S… in RoundEvenCase() 981 …ModfCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::Shader… in ModfCase() 1074 …IsnanCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::Shade… in IsnanCase() 1172 …IsinfCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::Shade… in IsinfCase() 1247 …FloatBitsToUintIntCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precisio… in FloatBitsToUintIntCase() 1277 …FloatBitsToIntCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, g… in FloatBitsToIntCase() 1296 …FloatBitsToUintCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, … in FloatBitsToUintCase() [all …]
|
D | vktShaderIntegerFunctionTests.cpp | 224 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName() 545 …UaddCarryCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::S… in UaddCarryCase() 653 …UsubBorrowCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::… in UsubBorrowCase() 757 …UmulExtendedCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu… in UmulExtendedCase() 862 …ImulExtendedCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu… in ImulExtendedCase() 939 …BitfieldExtractCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, … in BitfieldExtractCase() 1020 …BitfieldInsertCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, g… in BitfieldInsertCase() 1083 …BitfieldReverseCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, … in BitfieldReverseCase() 1144 …BitCountCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::Sh… in BitCountCase() 1208 …FindLSBCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::Sha… in FindLSBCase() [all …]
|
/external/skia/modules/particles/include/ |
D | SkParticleSerialization.h | 55 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override { in visit() 117 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override { in visit()
|
/external/catch2/include/internal/ |
D | catch_matchers_floating.cpp | 100 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/ |
D | JavassistUtils.java | 158 SignatureAttribute.BaseType baseType = (SignatureAttribute.BaseType) signatureType; in signatureTypeToType() local
|
/external/skia/tools/viewer/ |
D | ParticlesSlide.cpp | 96 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override { in visit()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1536 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local 1575 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local 1591 llvm::Type *baseType, in EmitNullConstantForBase()
|
D | CodeGenFunction.cpp | 1394 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit() 1544 QualType &baseType, in emitArrayLength() 1612 llvm::Type *baseType = ConvertType(eltType); in emitArrayLength() local
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | Types.java | 709 void baseType () throws IOException in baseType() method in Types.methodDescriptorCompiler
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 171 …void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBina… in blowUpActiveAggregate()
|
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | Spreadsheet.java | 76 public static Header fromBaseType(List<String> baseType) { in fromBaseType()
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 570 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1616 ParsedType baseType, in parseObjCTypeArgsOrProtocolQualifiers() 1795 ParsedType baseType, in parseObjCTypeArgsAndProtocolQualifiers()
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 1492 …atic <T> org.hamcrest.Matcher<java.lang.Class<?>> typeCompatibleWith(java.lang.Class<T> baseType) { in typeCompatibleWith()
|