Home
last modified time | relevance | path

Searched defs:eval (Results 1 – 25 of 247) sorted by relevance

12345678910

/third_party/boost/boost/proto/
Deval.hpp28 struct eval struct
30 typedef typename Context::template eval<Expr>::result_type type;
39 struct eval struct
47 struct result<This(Expr, Context)>
65 operator ()(Expr &e, Context &ctx) const in operator ()()
74 operator ()(Expr &e, Context const &ctx) const in operator ()()
83 operator ()(Expr const &e, Context &ctx) const in operator ()()
92 operator ()(Expr const &e, Context const &ctx) const in operator ()()
107 eval(Expr &e, Context &ctx) in eval() function
116 eval(Expr &e, Context const &ctx) in eval() function
[all …]
/third_party/boost/libs/spirit/example/x3/calc/calc4c/
Dgrammar.hpp132 struct eval struct
134 typedef int result_type;
136 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()()
137 int operator()(unsigned int n) const { return n; } in operator ()()
139 int operator()(int lhs, operation const& x) const in operator ()()
153 int operator()(signed_ const& x) const in operator ()()
165 int operator()(program const& x) const in operator ()()
/third_party/node/test/addons/no-addons/
Dtest-worker.js23 eval: true, property
34 eval: true, property
44 eval: true, property
54 eval: true, property
/third_party/node/test/parallel/
Dtest-worker-track-unmanaged-fds.js23 `, { eval: true, trackUnmanagedFds: false }); property
34 `, { eval: true, trackUnmanagedFds: true }); property
48 `, { eval: true, trackUnmanagedFds: true }); property
63 `, { eval: true, trackUnmanagedFds: true }); property
Dtest-worker-workerdata-messageport.js17 new Worker(`${meowScript}`, { eval: true, workerData, transferList }); property
26 new Worker(`${meowScript}`, { eval: true, workerData, transferList }); property
36 eval: true, property
53 eval: true, property
Dtest-worker-cleanexit-with-js.js17 new Worker(code, { eval: true }); property
19 new Worker(code, { eval: true }).on('online', common.mustCall((msg) => { property
/third_party/boost/libs/spirit/example/x3/calc/
Dcalc4.cpp130 struct eval struct
132 typedef int result_type;
134 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()()
135 int operator()(unsigned int n) const { return n; } in operator ()()
137 int operator()(int lhs, operation const& x) const in operator ()()
151 int operator()(signed_ const& x) const in operator ()()
163 int operator()(program const& x) const in operator ()()
246 ast_eval eval; // Evaluates the program in main() local
Dcalc4b.cpp134 struct eval struct
136 typedef int result_type;
138 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()()
139 int operator()(unsigned int n) const { return n; } in operator ()()
141 int operator()(int lhs, operation const& x) const in operator ()()
155 int operator()(signed_ const& x) const in operator ()()
167 int operator()(program const& x) const in operator ()()
246 ast_eval eval; // Evaluates the program in main() local
Dcalc5.cpp136 struct eval struct
138 typedef int result_type;
140 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()()
141 int operator()(unsigned int n) const { return n; } in operator ()()
143 int operator()(operation const& x, int lhs) const in operator ()()
157 int operator()(signed_ const& x) const in operator ()()
169 int operator()(program const& x) const in operator ()()
276 ast_eval eval; // Evaluates the program in main() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/
Dcalc4.cpp141 struct eval struct
143 typedef int result_type;
145 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()()
146 int operator()(unsigned int n) const { return n; } in operator ()()
148 int operator()(operation const& x, int lhs) const in operator ()()
162 int operator()(signed_ const& x) const in operator ()()
174 int operator()(program const& x) const in operator ()()
256 ast_eval eval; // Evaluates the program in main() local
Dcalc5.cpp155 struct eval struct
157 typedef int result_type;
159 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()()
160 int operator()(unsigned int n) const { return n; } in operator ()()
162 int operator()(operation const& x, int lhs) const in operator ()()
176 int operator()(signed_ const& x) const in operator ()()
188 int operator()(program const& x) const in operator ()()
311 ast_eval eval; // Evaluates the program in main() local
/third_party/boost/libs/proto/example/
Dvector.cpp37 struct eval struct
43 struct eval< struct
50 typedef typename proto::result_of::value<Expr>::type::value_type result_type;
52 result_type operator ()(Expr &expr, VectorSubscriptCtx const &ctx) const in operator ()()
72 struct eval struct
79 struct eval< struct
86 typedef void result_type;
88 result_type operator ()(Expr &expr, VectorSizeCtx const &ctx) const in operator ()()
Dlazy_vector.cpp56 struct eval struct
62 struct eval<Expr, proto::tag::terminal> struct
64 typedef typename proto::result_of::value<Expr>::type::value_type result_type;
66 result_type operator ()( Expr const & expr, lazy_subscript_context & ctx ) const in operator ()()
Dmixed.cpp85 struct eval struct
91 struct eval< struct
98 typedef typename proto::result_of::value<Expr>::type IteratorWrapper;
99 typedef typename IteratorWrapper::iterator iterator;
100 typedef typename std::iterator_traits<iterator>::reference result_type;
102 result_type operator ()(Expr &expr, DereferenceCtx const &) const in operator ()()
116 struct eval struct
122 struct eval< struct
129 typedef void result_type;
131 result_type operator ()(Expr &expr, IncrementCtx const &) const in operator ()()
/third_party/boost/libs/spirit/classic/example/fundamental/
Dfull_calc.cpp46 stack<long>& eval; member
68 stack<long>& eval; member
73 make_op(op const& the_op, stack<long>& eval) in make_op()
93 stack<long>& eval; member
142 stack<long>& eval; member
158 stack<long> eval; in main() local
Dcalc_debug.cpp50 stack<long>& eval; member
72 stack<long>& eval; member
77 make_op(op const& the_op, stack<long>& eval) in make_op()
97 stack<long>& eval; member
151 stack<long>& eval; member
167 stack<long> eval; in main() local
/third_party/typescript/tests/baselines/reference/
DvariableDeclarationInStrictMode1.js3 var eval; variable
7 var eval; variable
DparserStrictMode11.js3 var v = function f(eval) { argument
DparserStrictMode12.js3 var v = { set foo(eval) { } } argument
7 var v = { set foo(eval) { } }; argument
/third_party/boost/libs/spirit/classic/example/fundamental/more_calculators/
Dcalc_with_variables.cpp42 stack<double>& eval; member
64 stack<double>& eval; member
69 make_op(op const& the_op, stack<double>& eval) in make_op()
89 stack<double>& eval; member
103 stack<double>& eval; member
142 stack<double>& eval; member
212 stack<double>& eval; member
231 stack<double> eval; in main() local
/third_party/boost/boost/spirit/home/classic/phoenix/
Dspecial_ops.hpp77 static result_type eval(PHOENIX_STD::istream& out, T1& rhs) in eval() function
103 static result_type eval(PHOENIX_STD::ostream& out, T1 const& rhs) in eval() function
127 static result_type eval(PHOENIX_STD::istream& out, T1& rhs) in eval() function
147 static result_type eval(PHOENIX_STD::ostream& out, T1 const& rhs) in eval() function
247 static result_type eval(T const& iter) in eval() function
256 static result_type eval(T0& container, T1 const& index) in eval() function
265 static result_type eval(T0 const& container, T1 const& index) in eval() function
/third_party/ffmpeg/libavfilter/
Daeval.c78 EvalContext *eval = priv; in val() local
106 EvalContext *eval = ctx->priv; in parse_channel_expressions() local
174 EvalContext *eval = ctx->priv; in init() local
212 EvalContext *eval = ctx->priv; in uninit() local
225 EvalContext *eval = outlink->src->priv; in config_props() local
246 EvalContext *eval = ctx->priv; in query_formats() local
276 EvalContext *eval = outlink->src->priv; in request_frame() local
357 EvalContext *eval = ctx->priv; in aeval_query_formats() local
394 EvalContext *eval = ctx->priv; in aeval_config_output() local
421 EvalContext *eval = inlink->dst->priv; in filter_frame() local
/third_party/ninja/src/
Dlexer_test.cc22 EvalString eval; in TEST() local
32 EvalString eval; in TEST() local
61 EvalString eval; in TEST() local
71 EvalString eval; in TEST() local
/third_party/node/test/report/
Dtest-report-worker.js16 `, { eval: true }); property
34 const w = new Worker('while (true);', { eval: true }); property
/third_party/flutter/skia/modules/particles/src/
DSkCurve.cpp45 float SkCurveSegment::eval(float x, float t, bool negate) const { in eval() function in SkCurveSegment
80 float SkCurve::eval(float x, SkRandom& random) const { in eval() function in SkCurve
119 SkColor4f SkColorCurveSegment::eval(float x, float t) const { in eval() function in SkColorCurveSegment
150 SkColor4f SkColorCurve::eval(float x, SkRandom& random) const { in eval() function in SkColorCurve

12345678910