/third_party/python/Tools/unicode/ |
H A D | genmap_japanese.py | 40 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 D | DSLVar.cpp | 189 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 D | parse-testpi2.py | 37 def eval(self): member in TestPi2 65 sys.exit("Result: %s " % (["FAIL", "PASS"][log.eval()]))
|
H A D | parse-testpi1.py | 36 def eval(self): member in TestPi1 57 sys.exit("Result: %s " % (["FAIL", "PASS"][log.eval()]))
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 648 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 D | gn-format.py | 25 if vim.eval('exists("g:gn_path")') == "1": 26 binary = vim.eval('g:gn_path')
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-spread.js | 25 eval (str); 34 eval (str);
|
H A D | typedArray-find-index.js | 18 assert (eval ("(f => 5) ()") === 5); 61 assert (eval ("array1.findIndex (e => e > 100)") === 4);
|
H A D | typedArray-find.js | 18 assert (eval ("(f => 5) ()") === 5); 61 assert (eval ("array1.find (e => e > 100)") === 120);
|
H A D | class-inheritance-builtin-array.js | 31 return eval ("eval ('super.f ()')"); 37 return eval ('super.g ()');
|
H A D | function-rest-parameter.js | 18 eval (str); 26 eval ('switch (1) { default: ' + str + '}');
|
/third_party/ffmpeg/tests/fate/ |
H A D | fft.mak | 17 $(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 D | test-cli-node-options.js | 77 /(\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 D | v8_mock.js | 180 print(prettyPrinted(eval(code))); 195 Realm.eval = function(realm, code) { return eval(code) };
|
/third_party/ninja/src/ |
H A D | eval_env.cc | 86 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 D | glcShaderFunctionTests.cpp | 189 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 D | es3fShaderFunctionTests.cpp | 170 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 D | es2fShaderFunctionTests.cpp | 155 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 D | SkSLInterpreterTest.cpp | 106 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 D | astro.cpp | 726 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 D | astro.cpp | 726 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 D | astro.cpp | 726 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 D | testInstanceOf.js | 6 // 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 D | sourceMapValidationStatements.js | 77 eval("y"); 164 eval("y");
|
/third_party/python/Lib/test/ |
H A D | test_eof.py | 14 eval(f"""{quote}this is a test\ 25 eval("""'''this is a test""")
|