Home
last modified time | relevance | path

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

12345678

/third_party/node/test/parallel/
Dtest-worker-track-unmanaged-fds.js26 `, { eval: true, trackUnmanagedFds: false }); property
37 `, { eval: true, trackUnmanagedFds: true }); property
47 `, { eval: true }); property
61 `, { eval: true, trackUnmanagedFds: true }); property
76 `, { 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
Dtest-worker-process-argv.js26 eval: true property
37 eval: true property
/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/ffmpeg/libavfilter/
Daeval.c79 EvalContext *eval = priv; in val() local
107 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
226 EvalContext *eval = outlink->src->priv; in config_props() local
247 EvalContext *eval = ctx->priv; in query_formats() local
267 EvalContext *eval = outlink->src->priv; in activate() local
353 EvalContext *eval = ctx->priv; in aeval_query_formats() local
385 EvalContext *eval = ctx->priv; in aeval_config_output() local
413 EvalContext *eval = inlink->dst->priv; in filter_frame() local
/third_party/typescript/tests/baselines/reference/
DvariableDeclarationInStrictMode1.js3 var eval; variable
7 var eval; variable
DparserStrictMode11.js3 var v = function f(eval) { argument
DplainJSReservedStrict.js3 const eval = 1 constant
9 const eval = 1; constant
DparserStrictMode12.js3 var v = { set foo(eval) { } } argument
7 var v = { set foo(eval) { } }; argument
DplainJSBinderErrors.js40 const eval = 9 constant
83 const eval = 9; constant
DparserStrictMode8.js3 function eval() { function
/third_party/ninja/src/
Dlexer_test.cc24 EvalString eval; in TEST() local
34 EvalString eval; in TEST() local
63 EvalString eval; in TEST() local
73 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/alsa-lib/src/ucm/
Ducm_cond.c41 static int if_eval_string(snd_use_case_mgr_t *uc_mgr, snd_config_t *eval) in if_eval_string()
138 static int if_eval_regex_match(snd_use_case_mgr_t *uc_mgr, snd_config_t *eval) in if_eval_regex_match()
181 static int if_eval_control_exists(snd_use_case_mgr_t *uc_mgr, snd_config_t *eval) in if_eval_control_exists()
273 static int if_eval_path(snd_use_case_mgr_t *uc_mgr, snd_config_t *eval) in if_eval_path()
318 static int if_eval(snd_use_case_mgr_t *uc_mgr, snd_config_t *eval) in if_eval()
/third_party/typescript/tests/cases/conformance/salsa/
DplainJSBinderErrors.ts26 const eval = 7 constant
43 const eval = 9 constant
/third_party/skia/src/core/
DSkGeometry.h406 Sk2s eval(SkScalar t) { in eval() function
411 Sk2s eval(const Sk2s& tt) { in eval() function
437 Sk2s eval(SkScalar t) { in eval() function
461 Sk2s eval(SkScalar t) { in eval() function
466 Sk2s eval(const Sk2s& t) { in eval() function
/third_party/node/test/addons/worker-addon/
Dtest.js16 eval: true, property
21 eval: true, property
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp65 eval(F &&f, T &&t) { in eval() function
98 eval(F &&f, T &&t) { in eval() function
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3630.js17 class eval {} class
Dregression-test-issue-2975.js17 var eval = eval.bind(); variable
/third_party/typescript/tests/cases/compiler/
DvariableDeclarationInStrictMode1.ts3 var eval; variable
/third_party/jerryscript/tests/jerry/fail/
Deval-in-var-decl-strict.js17 var eval; variable
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1621.js15 var eval = eval.bind() variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/StrictMode/
DparserStrictMode8.ts3 function eval() { function

12345678