/third_party/node/test/fixtures/wpt/encoding/streams/ |
H A D | realms.window.js | 21 eval(event.data);
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | gen_disasm.py | 168 return eval('lambda ctx, ordering: ' + compile_derived_inner(expr, keys))
|
/third_party/skia/tests/ |
H A D | SkDSLRuntimeEffectTest.cpp | 259 Return(child.eval(p2)) in test_RuntimeEffect_Shaders()
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | glnames.py | 5356 dict.add( agl_glyphs[g], eval( "0x" + agl_values[g] ) )
|
/third_party/python/Lib/test/ |
H A D | test_defaultdict.py | 62 self.assertEqual(eval(repr(d1)), d1)
|
H A D | test_long.py | 509 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 D | test_binop.py | 298 self.assertEqual(eval('1/2'), 0.5)
|
H A D | test_ordered_dict.py | 287 # and have a repr/eval round-trip 321 check(eval(repr(od))) 366 self.assertEqual(eval(repr(od)), od)
|
H A D | test_ntpath.py | 56 gotResult = eval(fn) 72 gotResult = eval(fn)
|
H A D | test_complex.py | 536 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 D | abx.c | 362 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 D | inspect_repl.js | 614 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 D | pdb.py | 729 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 D | tix.py | 212 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 D | hevc.mak | 181 $(foreach VAR,$(FATE_HEVC_VARS), $(eval HEVC_TESTS_$(VAR) := $(addprefix fate-hevc-conformance-, $(HEVC_SAMPLES_$(VAR)))))
|
/third_party/PyYAML/tests/lib/ |
H A D | test_constructor.py | 235 return eval(expression)
|
/third_party/node/lib/internal/per_context/ |
H A D | primordials.js | 167 eval,
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-webstreams-transfer.js | 467 `, { eval: true });
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 256 F(eval, "eval") \
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 245 return eval(s, {'__builtins__':{}}, {}) 355 maybe_fstring = ast.parse(tstring, mode='eval').body
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 100 tcl.eval("update")
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_squeezer.py | 134 text = eval(text_code)
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | pgen.py | 88 value = eval(label)
|
/third_party/mksh/ |
H A D | funcs.c | 109 {"*=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 D | GrTriangulator.cpp | 466 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()
|