Home
last modified time | relevance | path

Searched refs:eval (Results 326 - 350 of 415) sorted by relevance

1...<<11121314151617

/third_party/node/test/fixtures/wpt/encoding/streams/
H A Drealms.window.js21 eval(event.data);
/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py168 return eval('lambda ctx, ordering: ' + compile_derived_inner(expr, keys))
/third_party/skia/tests/
H A DSkDSLRuntimeEffectTest.cpp259 Return(child.eval(p2)) in test_RuntimeEffect_Shaders()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5356 dict.add( agl_glyphs[g], eval( "0x" + agl_values[g] ) )
/third_party/python/Lib/test/
H A Dtest_defaultdict.py62 self.assertEqual(eval(repr(d1)), d1)
H A Dtest_long.py509 self.assertRaises(OverflowError, eval, test, namespace)
765 self.assertRaises(OverflowError, eval, overflow, namespace)
769 result = eval(underflow, namespace)
774 self.assertRaises(ZeroDivisionError, eval, zero, namespace)
H A Dtest_binop.py298 self.assertEqual(eval('1/2'), 0.5)
H A Dtest_ordered_dict.py287 # and have a repr/eval round-trip
321 check(eval(repr(od)))
366 self.assertEqual(eval(repr(od)), od)
H A Dtest_ntpath.py56 gotResult = eval(fn)
72 gotResult = eval(fn)
H A Dtest_complex.py536 self.assertEqual(complex(lit), eval(lit))
652 # if we predefine some constants, then eval(repr(z)) should
659 roundtrip = eval(repr(z))
/third_party/lame/misc/
H A Dabx.c362 void eval ( int right ) in eval() function
746 eval ( rnd == 0 ); in testing()
757 eval ( rnd == 1 ); in testing()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js614 debuglog('eval:', input);
616 debuglog('end-eval:', input, error);
640 debuglog('eval:', input);
642 debuglog('end-eval:', input, error);
1112 repl.eval = controlEval;
1135 repl.eval = debugEval;
1206 eval: controlEval,
/third_party/python/Lib/
H A Dpdb.py729 func = eval(arg,
1241 return eval(arg, self.curframe.f_globals, self.curframe_locals)
1249 return eval(arg, self.curframe.f_globals, self.curframe_locals)
1251 return eval(arg, frame.f_globals, frame.f_locals)
/third_party/python/Lib/tkinter/
H A Dtix.py212 self.tk.eval('global auto_path; lappend auto_path [file dir [info nameof]]')
214 self.tk.eval('global auto_path; lappend auto_path {%s}' % tixlib)
215 self.tk.eval('global tcl_pkgPath; lappend tcl_pkgPath {%s}' % tixlib)
221 self.tk.eval('package require Tix')
/third_party/ffmpeg/tests/fate/
H A Dhevc.mak181 $(foreach VAR,$(FATE_HEVC_VARS), $(eval HEVC_TESTS_$(VAR) := $(addprefix fate-hevc-conformance-, $(HEVC_SAMPLES_$(VAR)))))
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py235 return eval(expression)
/third_party/node/lib/internal/per_context/
H A Dprimordials.js167 eval,
/third_party/node/test/parallel/
H A Dtest-whatwg-webstreams-transfer.js467 `, { eval: true });
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h256 F(eval, "eval") \
/third_party/python/Tools/i18n/
H A Dpygettext.py245 return eval(s, {'__builtins__':{}}, {})
355 maybe_fstring = ast.parse(tstring, mode='eval').body
/third_party/python/Lib/idlelib/
H A Drun.py100 tcl.eval("update")
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_squeezer.py134 text = eval(text_code)
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py88 value = eval(label)
/third_party/mksh/
H A Dfuncs.c109 {"*=eval", c_eval},
2055 * eval "$(false)" in c_eval()
2077 * 2.14.5: eval in c_eval()
2079 * eval shall return a zero exit status; ... in c_eval()
2633 te.eval = test_eval; in c_test()
3166 return ((*te->eval)(te, op, opnd1, NULL, do_eval)); in test_primary()
3182 return ((*te->eval)(te, op, opnd1, opnd2, do_eval)); in test_primary()
3184 return ((*te->eval)(te, TO_STNZE, opnd1, NULL, do_eval)); in test_primary()
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp466 SkPoint p0 = to_point(quad.eval(t - 0.5f * u)); in quad_error_at()
467 SkPoint mid = to_point(quad.eval(t)); in quad_error_at()
468 SkPoint p1 = to_point(quad.eval(t + 0.5f * u)); in quad_error_at()
494 this->appendPointToContour(to_point(quad.eval(j * u)), contour); in appendQuadraticToContour()

Completed in 33 milliseconds

1...<<11121314151617