Home
last modified time | relevance | path

Searched refs:eval (Results 351 - 375 of 412) sorted by relevance

1...<<11121314151617

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py173 """Return the eval of a gyp file.
176 Note that this is slower than eval() is.
237 build_file_data = eval(build_file_contents, {"__builtins__": {}}, None)
901 contents = eval(contents)
1181 ast_code = compile(cond_expr_expanded, "<string>", "eval")
1184 if eval(ast_code, env, variables):
/third_party/mksh/
H A Dexec.c124 up = eval(t->args, t->u.evalflags | DOBLANK | DOGLOB | DOTILDE); in execute()
310 te.eval = test_eval; in execute()
322 (const char **)eval((const char **)t->vars, in execute()
429 /* an eval'd TCOM */ in execute()
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp700 SkPMColor4f SkFilterColorProgram::eval( in eval() function in SkFilterColorProgram
724 fProgram.eval(1, uniformData, childColors.begin(), result.vec()); in eval()
929 return program->eval(color, inputs->data(), evalChild);
H A DSkColorFilter.cpp135 b.done("filterColor4f", allow_jit).eval(1, uni.buf.data(), &color); in onFilterColor4f()
481 "return mix(cf0.eval(color), cf1.eval(color), weight);" in Lerp()
H A DSkPath.cpp3685 SkScalar eval(SkScalar x, SkScalar y) const { in eval() function
3688 SkScalar operator()(SkScalar x, SkScalar y) const { return this->eval(x, y); } in operator ()()
3740 SkScalar test = this->eval(diagMin.fX, diagMin.fY); in test()
3741 SkScalar sign = test*this->eval(diagMax.fX, diagMax.fY); in test()
/third_party/python/Lib/test/
H A Dtest_float.py76 self.assertEqual(float(lit), eval(lit))
772 v = eval(line)
773 self.assertEqual(v, eval(repr(v)))
H A Dtest_format.py541 eval("f'xx{value:{bad_format_spec}}yy'")
H A Dtest_code.py737 # away, so we eval a lambda.
738 return eval('lambda:42')
H A Dtest_typing.py665 eval(alias_str + args_str)
668 eval(alias_str + args_str),
669 eval(expected_str)
731 eval(alias_str + args_str)
734 eval(alias_str + args_str),
735 eval(expected_str)
763 eval(alias_str + args_str)
766 eval(alias_str + args_str),
767 eval(expected_str)
865 eval(alias_st
[all...]
H A Dtest_bdb.py115 func = eval(funcname, globals_)
H A Dtest_int.py242 self.assertEqual(int(lit, 0), eval(lit))
H A Dtest_sys.py62 self.assertRaises(RuntimeError, eval, code)
72 self.assertRaises(ValueError, eval, code)
1577 compile(s, "<stdin>", "eval")
H A Dtest_inspect.py102 obj = eval(exp)
814 eval(co, g, l)
1620 r1 = eval('func(%s)' % call_params_string, None, locs)
1621 r2 = eval('inspect.getcallargs(func, %s)' % call_params_string, None,
1628 eval('func(%s)' % call_param_string, None, locs)
1634 eval('inspect.getcallargs(func, %s)' % call_param_string, None,
1647 return eval(code % signature)
H A Dtest_unicode.py90 self.assertRaises(SyntaxError, eval, '\'\\Ufffffffe\'')
91 self.assertRaises(SyntaxError, eval, '\'\\Uffffffff\'')
92 self.assertRaises(SyntaxError, eval, '\'\\U%08x\'' % 0x110000)
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h484 int eval(int token, int precedence, bool shortCircuit, int& res, bool& err, TPpToken * ppToken);
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp426 return program->eval(color, this->uniformData(), evalChild); in constantOutputForConstantInput()
/third_party/python/Lib/
H A Dinspect.py180 be un-stringized using eval(). This is intended
194 with the result of calling eval() on those values:
196 * If eval_str is true, eval() is called on values of type str.
199 globals and locals are passed in to eval(); see the documentation
200 for eval() for more information. If either globals or locals is
277 value if not isinstance(value, str) else eval(value, globals, locals)
2215 value = eval(s, module_dict)
2218 value = eval(s, sys_module_dict)
H A Dturtle.py189 value = eval(value)
3854 docsdict[key] = eval(key).__doc__
3857 docsdict[key] = eval(key).__doc__
3884 # eval(key).im_func.__doc__ = docsdict[key]
3885 eval(key).__doc__ = docsdict[key]
/third_party/skia/tests/
H A DSkSLDSLTest.cpp1967 EXPECT_EQUAL(shader.eval(Float2(0, 0)), "child.eval(float2(0.0, 0.0))"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1970 ExpectError error(r, "no match for shader::eval(half4)"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1971 shader.eval(Half4(1)).release(); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
1976 notShader.eval(Half4(1)).release(); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js43 eval(typescriptServiceFile);
1877 // List of names that get overriden by various test code we eval
1887 var res = eval(code);
2130 eval(typescriptServiceFile);
3702 // List of names that get overriden by various test code we eval
3710 var res = eval(code);
/third_party/node/test/parallel/
H A Dtest-assert.js973 // Works in eval.
983 () => eval('console.log("FOO");\nassert.ok(1 === 2);'),
/third_party/python/Lib/ctypes/test/
H A Dtest_structures.py375 cls, msg = self.get_except(eval, "X()", locals())
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_pegen.py496 code = compile(node, "", "eval")
497 val = eval(code)
795 | "number" n=NUMBER { eval(n.string) }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h260 // V is a predecessor of W. eval() returns V if V < W, otherwise the minimum
273 NodePtr eval(NodePtr V, unsigned LastLinked, in eval() function
330 unsigned SemiU = NodeToInfo[eval(N, i + 1, EvalStack)].Semi; in runSemiNCA()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c2803 eval_coef_func eval; in exec_declaration() local
2809 eval = eval_constant_coef; in exec_declaration()
2814 eval = eval_linear_coef; in exec_declaration()
2819 eval = eval_perspective_coef; in exec_declaration()
2824 eval = mach->flatshade_color ? eval_constant_coef : eval_perspective_coef; in exec_declaration()
2839 eval(mach, i, j); in exec_declaration()

Completed in 75 milliseconds

1...<<11121314151617