Home
last modified time | relevance | path

Searched refs:eval (Results 376 - 400 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharnessextension.js39 wp_test(function() { test_func(exception, function() {eval(func_str)}, msg); }, msg);
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h144 } eval; member
H A Dvbo_exec.c120 exec->eval.recalculate_maps = GL_TRUE; in vbo_exec_init()
/third_party/python/Tools/scripts/
H A Dgenerate_token.py32 string = eval(string)
H A Dpindent.py494 action = eval(action + '_filter')
497 action = eval(action + '_file')
/third_party/python/Lib/test/
H A Dtest__locale.py194 self.assertEqual(int(eval('3.14') * 100), 314,
195 "using eval('3.14') failed for %s" % loc)
H A Dtest_scope.py614 self.assertRaises(TypeError, eval, g.__code__)
646 eval("x + 1")
H A Dtest_decorators.py31 expr = compile(exprstr, "dbcheck-%s" % func.__name__, "eval")
33 if not eval(expr, globals, locals):
186 compile(expr, "test", "eval") # Sanity check.
200 self.assertRaises(exc, eval, code, context)
/third_party/python/Lib/idlelib/
H A Ddebugobj.py35 value = eval(text)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat52 if "%@eval[2+2]" == "4" goto 4NT_args
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew.bat52 if "%@eval[2+2]" == "4" goto 4NT_args
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
H A Dcorrectly-handles-changes-in-lib-section-of-config-file.js14 declare const eval: any
/third_party/python/Lib/test/test_json/
H A Dtest_decode.py28 self.assertEqual(self.loads(s), eval(s))
/third_party/rust/crates/cxx/gen/build/src/
H A Dcargo.rs18 fn eval(&self, name: &str, query_value: Option<&str>) -> CfgResult { in eval() functions
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/
H A Daudio_test.c56 eventfd_t eval; in audio_wait_quit() local
57 int ret = eventfd_read(quitFd, &eval); in audio_wait_quit()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_nat.c320 .eval = nft_nat_eval,
350 .eval = nft_nat_inet_eval,
H A Dnft_synproxy.c287 .eval = nft_synproxy_eval,
352 .eval = nft_synproxy_obj_eval,
H A Dnft_bitwise.c286 .eval = nft_bitwise_eval,
392 .eval = NULL, /* inlined */
H A Dnft_payload.c468 .eval = nft_payload_eval,
477 .eval = nft_payload_eval,
732 .eval = nft_payload_set_eval,
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_core.c216 e = (unsigned long)expr->ops->eval; in expr_call_ops_eval()
240 expr->ops->eval(expr, regs, pkt); in expr_call_ops_eval()
H A Dnft_synproxy.c288 .eval = nft_synproxy_eval,
354 .eval = nft_synproxy_obj_eval,
H A Dnft_nat.c319 .eval = nft_nat_eval,
350 .eval = nft_nat_inet_eval,
H A Dnft_meta.c775 .eval = nft_meta_get_eval,
804 .eval = nft_meta_set_eval,
1000 .eval = nft_secmark_obj_eval,
/third_party/node/lib/internal/
H A Dworker.js149 } else if (options.eval) {
152 'options.eval',
153 options.eval,
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go110 "Eval": g.eval,
378 // eval executes the sub-template with the given name and arguments, returning
384 func (g *generator) eval(template string, args ...interface{}) (string, error) {

Completed in 14 milliseconds

1...<<11121314151617181920>>...23