Home
last modified time | relevance | path

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

1...<<212223

/third_party/python/Lib/test/
H A Dtest_deque.py528 e = eval(repr(d))
H A Dtest_random.py1339 child_val = eval(f.read())
H A Dtest_dict.py39 self.assertEqual(eval(dictliteral), dict(items))
H A Dtest_pathlib.py297 self.assertEqual(eval(inner), p.as_posix())
299 q = eval(r, pathlib.__dict__)
H A Dtest_array.py529 self.assertEqual(a, eval(repr(a), {"array": array.array}))
H A Dtest_itertools.py986 eval(stmt, globals(), locals())
H A Dtest_zipfile.py3359 mode="eval",
3362 eval(code)
H A Dtest_re.py2786 self.assertEqual(eval(repl, vardict), expected,
H A Dtest_subprocess.py811 child_env_names = eval(stdout.strip())
/third_party/python/Tools/clinic/
H A Dclinic.py3960 co = compile(node, filename, 'eval')
4637 value = eval(default)
4682 value = eval(py_default)
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js169 * this.objects[name]. obj is a string that will be eval'd to produce a
2736 obj = eval(desc);
/third_party/skia/src/core/
H A DSkVM.h650 // Returns varying {n, n-1, n-2, ..., 1}, where n is the argument to Program::eval().
1030 void eval(int n, void* args[]) const; in abs()
1033 void eval(int n, T*... arg) const { in abs() function in skvm::Program
1037 this->eval(n, args); in abs()
H A DSkVM.cpp1795 // ~~~~ Program::eval() and co. ~~~~ //
2561 void Program::eval(int n, void* args[]) const {
2571 SkDebugf("%.3g%% of %lld eval() calls went through JIT.\n", (100.0 * num)/den, den);
/third_party/python/Lib/
H A Dpydoc.py2057 doc(eval(request), 'Help on %s:')
H A Dtyping.py850 code = compile(arg_to_compile, '<string>', 'eval')
877 eval(self.__forward_code__, globalns, localns),
1508 # To ensure the repr is eval-able.
2294 (unless you are familiar with how eval() and exec() work). The
2327 # the globalns and localns order so that eval() looks into
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5569 // Install Global.eval. in InstallABunchOfRandomThings()
5571 Handle<JSFunction> eval = SimpleInstallFunction( in InstallABunchOfRandomThings() local
5572 isolate(), global_object, "eval", Builtin::kGlobalEval, 1, false); in InstallABunchOfRandomThings()
5573 native_context()->set_global_eval_fun(*eval); in InstallABunchOfRandomThings()
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g5.c2792 .eval = aspeed_g5_sig_expr_eval,
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g5.c2797 .eval = aspeed_g5_sig_expr_eval,
/third_party/node/deps/v8/tools/
H A Dgrokdump.py3515 result = eval(expr)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jar ... .ibm.icu.impl.CalendarAstronomer) public double eval () } com/ibm/icu/impl/CalendarAstronomer$2.class CalendarAstronomer ...
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex10069 @c eval: (add-hook 'write-file-hooks 'time-stamp)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 110 milliseconds

1...<<212223