| /external/hamcrest/library/src/org/hamcrest/object/ |
| D | IsCompatibleType.java | 24 public static <T> Matcher<Class<?>> typeCompatibleWith(Class<T> baseType) { in typeCompatibleWith()
|
| /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 | 128 …VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), base… in BinaryVecOp() local 143 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp() local
|
| D | rsgExpression.cpp | 688 VariableType::Type baseType = type.getBaseType(); in ConstructorOp() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderCommonFunctionTests.cpp | 445 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 453 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase() 535 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase() 641 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase() 752 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase() 818 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase() 901 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase() 985 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase() 1045 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase() 1054 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase() [all …]
|
| 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 …]
|
| /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/chromium_org/third_party/angle/src/compiler/translator/ |
| D | SymbolTable.cpp | 221 TBasicType baseType = (type == EbtUInt) ? EbtInt : type; in getDefaultPrecision() local
|
| D | ParseContext.cpp | 2115 const TType &baseType = baseExpression->getType(); in addIndexExpression() local
|
| /external/skia/src/core/ |
| D | SkValidatingReadBuffer.cpp | 231 SkFlattenable::Type baseType; in readFlattenable() local
|
| /external/chromium_org/third_party/skia/src/core/ |
| D | SkValidatingReadBuffer.cpp | 231 SkFlattenable::Type baseType; in readFlattenable() local
|
| /external/clang/lib/CodeGen/ |
| D | CGExprConstant.cpp | 1360 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local 1393 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local 1409 llvm::Type *baseType, in EmitNullConstantForBase()
|
| D | CodeGenFunction.cpp | 1142 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit() 1296 QualType &baseType, in emitArrayLength()
|
| /external/hamcrest/library/src/org/hamcrest/ |
| D | Matchers.java | 269 …atic <T> org.hamcrest.Matcher<java.lang.Class<?>> typeCompatibleWith(java.lang.Class<T> baseType) { in typeCompatibleWith()
|
| /external/emma/core/java12/com/vladium/jcd/lib/ |
| D | Types.java | 709 void baseType () throws IOException in baseType() method in Types.methodDescriptorCompiler
|
| /external/clang/tools/libclang/ |
| D | CIndexCodeCompletion.cpp | 570 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
|
| /external/clang/lib/Sema/ |
| D | SemaExprMember.cpp | 289 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
|
| /external/chromium_org/third_party/libxml/src/ |
| D | xmlschemas.c | 2999 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr() 14386 xmlSchemaTypePtr baseType = NULL; in xmlSchemaFixupTypeAttributeUses() local 14774 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSSTDerivedOK() 15124 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local 16001 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSCTDerivedOK() 16072 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSDerivedOK() 18121 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaFixupComplexType() local
|
| D | xmlschemastypes.c | 258 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType()
|
| /external/libxml2/ |
| D | xmlschemas.c | 3018 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr() 14414 xmlSchemaTypePtr baseType = NULL; in xmlSchemaFixupTypeAttributeUses() local 14802 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSSTDerivedOK() 15152 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local 16030 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSCTDerivedOK() 16101 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSDerivedOK() 18150 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaFixupComplexType() local
|
| /external/libxml2/include/libxml/ |
| D | schemasInternals.h | 620 xmlSchemaTypePtr baseType; /* The base type component */ member
|
| /external/chromium_org/third_party/libxml/src/include/libxml/ |
| D | schemasInternals.h | 620 xmlSchemaTypePtr baseType; /* The base type component */ member
|