Home
last modified time | relevance | path

Searched refs:eval (Results 101 - 125 of 413) sorted by relevance

12345678910>>...17

/third_party/python/Tools/unicode/
H A Dgenmap_japanese.py40 loc = eval('0x' + row[0][2:])
41 level = eval(row[0][0])
44 uni = eval('0x' + row[1][2:])
60 uniprefix = eval('0x' + row[1][2:6]) # body
61 uni = eval('0x' + row[1][7:11]) # modifier
/third_party/skia/src/sksl/dsl/
H A DDSLVar.cpp189 DSLExpression DSLGlobalVar::eval(ExpressionArray args, PositionInfo pos) { in eval() function in SkSL::dsl::DSLGlobalVar
190 auto method = this->methodCall("eval", pos); in eval()
198 DSLExpression DSLGlobalVar::eval(DSLExpression x, PositionInfo pos) { in eval() function in SkSL::dsl::DSLGlobalVar
201 return this->eval(std::move(converted), pos); in eval()
204 DSLExpression DSLGlobalVar::eval(DSLExpression x, DSLExpression y, PositionInfo pos) { in eval() function in SkSL::dsl::DSLGlobalVar
208 return this->eval(std::move(converted), pos); in eval()
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dparse-testpi2.py37 def eval(self): member in TestPi2
65 sys.exit("Result: %s " % (["FAIL", "PASS"][log.eval()]))
H A Dparse-testpi1.py36 def eval(self): member in TestPi1
57 sys.exit("Result: %s " % (["FAIL", "PASS"][log.eval()]))
/third_party/skia/src/core/
H A DSkVMBlitter.cpp648 fBlitH.eval(w, fUniforms.buf.data(), fDevice.addr(x,y), sprite); in blitH()
650 fBlitH.eval(w, fUniforms.buf.data(), fDevice.addr(x,y)); in blitH()
668 fBlitH.eval(run, fUniforms.buf.data(), fDevice.addr(x,y), sprite); in blitAntiH()
670 fBlitH.eval(run, fUniforms.buf.data(), fDevice.addr(x,y)); in blitAntiH()
675 fBlitAntiH.eval(run, fUniforms.buf.data(), fDevice.addr(x,y), sprite, &covF); in blitAntiH()
677 fBlitAntiH.eval(run, fUniforms.buf.data(), fDevice.addr(x,y), &covF); in blitAntiH()
730 program->eval(w, fUniforms.buf.data(), dptr, sprite, mptr + 1*plane in blitMask()
734 program->eval(w, fUniforms.buf.data(), dptr, mptr + 1*plane in blitMask()
740 program->eval(w, fUniforms.buf.data(), dptr, sprite, mptr); in blitMask()
742 program->eval( in blitMask()
[all...]
/third_party/gn/misc/vim/
H A Dgn-format.py25 if vim.eval('exists("g:gn_path")') == "1":
26 binary = vim.eval('g:gn_path')
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-spread.js25 eval (str);
34 eval (str);
H A DtypedArray-find-index.js18 assert (eval ("(f => 5) ()") === 5);
61 assert (eval ("array1.findIndex (e => e > 100)") === 4);
H A DtypedArray-find.js18 assert (eval ("(f => 5) ()") === 5);
61 assert (eval ("array1.find (e => e > 100)") === 120);
H A Dclass-inheritance-builtin-array.js31 return eval ("eval ('super.f ()')");
37 return eval ('super.g ()');
H A Dfunction-rest-parameter.js18 eval (str);
26 eval ('switch (1) { default: ' + str + '}');
/third_party/ffmpeg/tests/fate/
H A Dfft.mak17 $(foreach N, 4 5 6 7 8 9 10 11 12, $(eval $(call DEF_FFT,$(N))))
41 $(foreach N, 4 5 6 7 8 9 10 11 12, $(eval $(call DEF_FFT_FIXED32,$(N))))
64 $(foreach N, 4 5 6 7 8 9 10 11 12, $(eval $(call DEF_AV_FFT,$(N))))
/third_party/node/test/parallel/
H A Dtest-cli-node-options.js77 /(\s*at f \(\[(eval|worker eval)\]:1:\d*\)\r?\n)/,
84 // Workers can't eval as ES Modules. https://github.com/nodejs/node/issues/30682
138 eval: true,
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js180 print(prettyPrinted(eval(code)));
195 Realm.eval = function(realm, code) { return eval(code) };
/third_party/ninja/src/
H A Deval_env.cc86 const EvalString* eval, in LookupWithFallback()
92 if (eval) in LookupWithFallback()
93 return eval->Evaluate(env); in LookupWithFallback()
85 LookupWithFallback(const string& var, const EvalString* eval, Env* env) LookupWithFallback() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderFunctionTests.cpp189 static void eval(ShaderEvalContext& c) EVAL_FUNC_BODY \ in init()
192 &Eval_##NAME::eval, DE_NULL, SHADER_SRC)); \ in init()
194 &Eval_##NAME::eval, DE_NULL, SHADER_SRC)); \ in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderFunctionTests.cpp170 struct Eval_##NAME { static void eval (ShaderEvalContext& c) EVAL_FUNC_BODY }; /* NOLINT(EVAL_FUNC_BODY) */ \ in init()
171 addChild(createStructCase(m_context, #NAME "_vertex", DESCRIPTION, true, false, &Eval_##NAME::eval, DE_NULL, SHADER_SRC, PARAMS)); \ in init()
172 addChild(createStructCase(m_context, #NAME "_fragment", DESCRIPTION, false, false,&Eval_##NAME::eval, DE_NULL, SHADER_SRC, PARAMS));\ in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFunctionTests.cpp155 struct Eval_##NAME { static void eval (ShaderEvalContext& c) EVAL_FUNC_BODY }; /* NOLINT(EVAL_FUNC_BODY) */ \ in init()
156 addChild(createStructCase(m_context, #NAME "_vertex", DESCRIPTION, true, &Eval_##NAME::eval, DE_NULL, SHADER_SRC, PARAMS)); \ in init()
157 addChild(createStructCase(m_context, #NAME "_fragment", DESCRIPTION, false, &Eval_##NAME::eval, DE_NULL, SHADER_SRC, PARAMS));\ in init()
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp106 p.eval(1, args.get()); in test()
125 p.eval(1, &inR, &inG, &inB, &inA); in test()
556 p.eval(1, args.fArgs.data()); in DEF_TEST()
567 p.eval(1, args.fArgs.data()); in DEF_TEST()
581 p.eval(1, args.fArgs.data()); in DEF_TEST()
592 p.eval(1, args.fArgs.data()); in DEF_TEST()
601 p.eval(1, args.fArgs.data()); in DEF_TEST()
612 p.eval(1, args.fArgs.data()); in DEF_TEST()
658 p.eval(4, xs); in DEF_TEST()
682 p.eval( in DEF_TEST()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dastro.cpp726 virtual double eval(CalendarAstronomer& a) override { return a.getSunLongitude(); }
746 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer& a) override { a.getSunPosition(result); }
1228 virtual double eval(CalendarAstronomer& a) override { return a.getMoonAge(); }
1274 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer& a) override { result = a.getMoonPosition(); }
1303 double lastAngle = func.eval(*this); in timeOfAngle()
1322 double angle = func.eval(*this); in timeOfAngle()
1385 func.eval(pos, *this); in riseOrSet()
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp726 virtual double eval(CalendarAstronomer& a) override { return a.getSunLongitude(); }
746 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer& a) override { a.getSunPosition(result); }
1228 virtual double eval(CalendarAstronomer& a) override { return a.getMoonAge(); }
1274 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer& a) override { result = a.getMoonPosition(); }
1303 double lastAngle = func.eval(*this); in timeOfAngle()
1322 double angle = func.eval(*this); in timeOfAngle()
1385 func.eval(pos, *this); in riseOrSet()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp726 virtual double eval(CalendarAstronomer& a) { return a.getSunLongitude(); } in eval() function in SunTimeAngleFunc
746 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { a.getSunPosition(result); } in eval() function in RiseSetCoordFunc
1228 virtual double eval(CalendarAstronomer&a) { return a.getMoonAge(); } in eval() function in MoonTimeAngleFunc
1274 virtual void eval(CalendarAstronomer::Equatorial& result, CalendarAstronomer&a) { result = a.getMoonPosition(); } in eval() function in MoonRiseSetCoordFunc
1303 double lastAngle = func.eval(*this); in timeOfAngle()
1322 double angle = func.eval(*this); in timeOfAngle()
1385 func.eval(pos, *this); in riseOrSet()
/third_party/node/test/js-native-api/test_general/
H A DtestInstanceOf.js6 // Addon is referenced through the eval expression in testFile
35 eval(statement);
42 eval(contents.replace(/[(]([^\s(]+)\s+instanceof\s+([^)]+)[)]/g,
/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationStatements.js77 eval("y");
164 eval("y");
/third_party/python/Lib/test/
H A Dtest_eof.py14 eval(f"""{quote}this is a test\
25 eval("""'''this is a test""")

Completed in 17 milliseconds

12345678910>>...17