Home
last modified time | relevance | path

Searched refs:eval (Results 201 - 225 of 571) sorted by relevance

12345678910>>...23

/third_party/jerryscript/tests/jerry/
H A Dparser-oom.js31 array[i] = eval(str);
H A Dparser-oom2.js31 array[i] = eval(str);
H A Dif_parser.js17 eval (txt)
H A Darithmetics.js41 assert (eval ("x\n\n=\n\n6\n\n/\n\n3") === 2)
H A Dregression-test-issues-43-183.js19 eval (script);
H A Dobject-literal-2.js33 eval ('var a = { get prop () { let = 1; } }');
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-call.js18 eval (code)
H A Dlet12.js17 eval (str);
H A Dgenerator-yield.js21 eval(str);
H A Dlet10.js19 eval (code);
H A Dlet2.js19 eval (code);
H A Dlet14.js51 eval("exit: { assert(x() === 8); x = 4; break exit; function x() { return 8; } }");
/third_party/mesa3d/src/freedreno/rnn/
H A Dcolors.h41 const char *eval; /* enum value */ member
/third_party/node/test/parallel/
H A Dtest-repl-empty.js10 eval: common.mustCall((cmd, context) => {
20 // Empty strings should be sent to the repl's eval function
H A Dtest-repl-eval.js10 eval: common.mustCall((cmd, context) => {
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_masq.c127 .eval = nft_masq_ipv4_eval,
173 .eval = nft_masq_ipv6_eval,
228 .eval = nft_masq_inet_eval,
H A Dnft_limit.c173 .eval = nft_limit_pkts_eval,
209 .eval = nft_limit_bytes_eval,
278 .eval = nft_limit_obj_pkts_eval,
316 .eval = nft_limit_obj_bytes_eval,
/third_party/skia/include/sksl/
H A DDSLVar.h242 * half4 shader::eval(float2 coords);
243 * half4 colorFilter::eval(half4 input);
245 DSLExpression eval(DSLExpression x, PositionInfo pos = PositionInfo::Capture());
249 * half4 blender::eval(half4 src, half4 dst);
251 DSLExpression eval(DSLExpression x, DSLExpression y,
255 DSLExpression eval(ExpressionArray args, PositionInfo pos);
/third_party/ltp/testcases/realtime/scripts/
H A Dparser.py46 def eval(self): member in Log
/third_party/python/Lib/test/
H A Ddouble_const.py18 # Verify that the double x is within a few bits of eval(x_str).
21 x2 = eval(x_str)
H A Daudit-tests.py243 eval("1")
247 eval("2")
251 eval("3")
253 # Two traced calls (writing to private member, eval)
255 eval("4")
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_limit.c240 .eval = nft_limit_pkts_eval,
295 .eval = nft_limit_bytes_eval,
376 .eval = nft_limit_obj_pkts_eval,
423 .eval = nft_limit_obj_bytes_eval,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h40 virtual Expected<uint64_t> eval() const = 0;
54 Expected<uint64_t> eval() const override { return Value; }
135 Expected<uint64_t> eval() const override;
165 Expected<uint64_t> eval() const override;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Ddebugfs_gt.h31 bool (*eval)(void *data); member
/third_party/ffmpeg/tests/fate/
H A Dals.mak8 $(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))

Completed in 9 milliseconds

12345678910>>...23