| /third_party/skia/modules/skottie/tests/ |
| D | Expression.cpp | 19 float evaluate(float t) override { return 7.0f; } in evaluate() function in __anon1e4993d60111::FakeScalarExpressionEvaluator 24 std::vector<float> evaluate(float t) override { return {0.1f, 0.2f, 0.3f, 1.0f}; } in evaluate() function in __anon1e4993d60111::FakeVectorExpressionEvaluator 29 SkString evaluate(float t) override { return SkString("Hello, world!"); } in evaluate() function in __anon1e4993d60111::FakeStringExpressionEvaluator
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fShaderMatrixTests.cpp | 452 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 461 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 470 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 479 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 488 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 497 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 506 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 515 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 525 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 535 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function [all …]
|
| D | es2fShaderBuiltinVarTests.cpp | 180 void evaluate (gls::ShaderEvalContext& c) in evaluate() function in deqp::gles2::Functional::__anone7593e2a0111::DepthRangeEvaluator
|
| D | es2fShaderTextureFunctionTests.cpp | 213 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() function in deqp::gles2::Functional::TexLookupEvaluator
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderMatrixTests.cpp | 879 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 957 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 969 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 981 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 993 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function [all …]
|
| /third_party/openssl/test/ |
| D | bntests.pl | 26 sub evaluate subroutine
|
| /third_party/typescript/tests/cases/compiler/ |
| D | arrayDestructuringInSwitch1.ts | 4 export function evaluate(expression: Expression): boolean { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | arrayDestructuringInSwitch1.js | 28 function evaluate(expression) { function
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| D | vktShaderRenderMatrixTests.cpp | 873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 951 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 963 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 975 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 987 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderMatrixTests.cpp | 873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 951 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 963 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 975 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 987 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function [all …]
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgExpression.hpp | 118 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::FloatLiteral 136 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::IntLiteral 155 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::BoolLiteral 221 void evaluate (ExecutionContext& execCtx) { m_child->evaluate(execCtx); } in evaluate() function in rsg::ParenOp
|
| D | rsgBinaryOps.cpp | 89 void CustomAbsOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::CustomAbsOp 170 void CustomBinaryOp<ComputeValue>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstV… in evaluate() function in rsg::CustomBinaryOp 184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate() function in rsg::CustomBinaryOp 351 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::BinaryOp 436 void BinaryVecOp<Precedence, Float, Int, Bool, ComputeValueRange, EvaluateComp>::evaluate (ExecValu… in evaluate() function in rsg::BinaryVecOp 694 void RelationalOp<ComputeValueRange, EvaluateComp>::evaluate (ExecValueAccess dst, ExecConstValueAc… in evaluate() function in rsg::RelationalOp 1037 void EqualityComparisonOp<IsEqual>::evaluate (ExecValueAccess dst, ExecConstValueAccess a, ExecCons… in evaluate() function in rsg::EqualityComparisonOp
|
| D | rsgExpression.cpp | 818 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::ConstructorOp 961 void AssignOp::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::AssignOp 1243 void VariableAccess::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::VariableAccess 1410 void SwizzleOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::SwizzleOp 1652 void TexLookup::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::TexLookup
|
| D | rsgBuiltinFunctions.hpp | 103 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate (ExecutionCont… in evaluate() function in rsg::UnaryBuiltinVecFunc
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | SetTheory.h | 131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
|
| /third_party/jsframework/runtime/main/reactivity/ |
| D | watcher.js | 145 Watcher.prototype.evaluate = function () { method in Watcher
|
| /third_party/typescript/src/harness/ |
| D | evaluatorImpl.ts | 80 protected abstract evaluate(text: string, file: string, module: TModule): void; method in evaluator.Loader 159 protected evaluate(text: string, file: string, module: CommonJSModule): void { method in evaluator.CommonJsLoader 268 protected evaluate(text: string, _file: string, module: SystemModule): void { method in evaluator.SystemLoader
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | SetTheory.cpp | 282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 187 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator 982 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
|
| D | HexagonConstPropagation.cpp | 1926 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator 2204 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, in evaluate() function in HexagonConstEvaluator 2260 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator
|
| /third_party/mksh/ |
| D | expr.c | 105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() function
|
| /third_party/pulseaudio/src/utils/ |
| D | qpaeq | 333 def evaluate(filter_state, target, variable): function
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 2542 float evaluate (int coord) const in evaluate() function 2583 float evaluate (unsigned int region_index, in evaluate() function 3001 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 3024 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 3064 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldChecker.cpp | 35 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
|