/third_party/jerryscript/tests/jerry/es2015/ |
H A D | let4.js | 27 eval("assert (g() === 2)"); 48 eval("assert (g() === 2)"); 73 eval("assert (g() === 2)");
|
H A D | array-pattern.js | 17 eval (str); 34 eval (str); 231 eval(); 239 eval(); 309 eval ("var a = 0; 1 + [a] = [1]");
|
H A D | arrow-function.js | 20 eval ("switch (1) { default: " + str + "}"); 29 eval (str); 41 eval ("'use strict'; switch (1) { default: " + str + "}"); 50 eval ("'use strict'; " + str);
|
H A D | generator.js | 61 let a = eval("'s'") 116 let a = eval("5") 119 let a = eval("6") 123 let a = eval("7")
|
H A D | try-catch.js | 55 eval("var e = 2") 90 eval("function e() { return 3 } assert(e === 0)") 124 eval("function e() { return 7 } assert(e() === 7)")
|
H A D | for-let.js | 35 for (let i = 0; eval("j = i"), i < 10; i++) 66 eval("throw -42") 77 if (eval("i === 3")) {
|
H A D | function-if.js | 19 eval (code) 104 let a = eval("1") 113 eval("a: b: c: d: function h() { return 2 }")
|
H A D | regresssion-test-issue-3713.js | 15 function $(b = eval()) { 17 eval()
|
/third_party/ninja/src/ |
H A D | manifest_parser.cc | 187 EvalString eval; in ParseDefault() local 188 if (!lexer_.ReadPath(&eval, err)) in ParseDefault() 190 if (eval.empty()) in ParseDefault() 194 string path = eval.Evaluate(env_); in ParseDefault() 203 eval.Clear(); in ParseDefault() 204 if (!lexer_.ReadPath(&eval, err)) in ParseDefault() 206 } while (!eval.empty()); in ParseDefault() 428 EvalString eval; in ParseFileInclude() local 429 if (!lexer_.ReadPath(&eval, err)) in ParseFileInclude() 431 string path = eval in ParseFileInclude() [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | lls.c | 38 double eval; in main() local 47 eval = m.evaluate_lls(&m, var + 1, order); in main() 49 var[0], order, eval, sqrt(m.variance[order] / (i + 1)), in main()
|
/third_party/jerryscript/tests/jerry/ |
H A D | arithmetic-parse.js | 17 eval (txt) 58 eval ("g(this, 'a' = 1)"); 65 eval ("g(this, 'a' += 1)");
|
H A D | regexp-web-compatibility.js | 135 eval ("/[/"); 149 eval ("/(/"); 175 eval ("/\\s+{3,4}/"); 189 eval ("/a{2,3}{2,3}/");
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | tuple.hpp | 65 eval(F &&f, T &&t) { in eval() function 78 return detail::_apply<F, T>::eval(std::forward<F>(f), in apply() 98 eval(F &&f, T &&t) { in eval() function 111 return detail::_map<F, T>::eval(std::forward<F>(f), in map()
|
/third_party/node/test/parallel/ |
H A D | test-http-same-map.js | 43 for (const elt of list) eval('%DebugPrint(elt)'); 45 for (const elt of list) assert(eval('%HaveSameMap(list[0], elt)')); 49 eval('%CollectGarbage(0)');
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CalendarAstronomer.java | 663 public double eval() { return getSunLongitude(); } }, in getSunTime() 701 public Equatorial eval() { return getSunPosition(); } in getSunRiseSet() 1171 public double eval() { return getMoonAge(); } }, in getMoonTime() 1200 public Equatorial eval() { return getMoonPosition(); } in getMoonRiseSet() 1213 public double eval(); in eval() method 1220 double lastAngle = func.eval(); in timeOfAngle() 1239 double angle = func.eval(); in timeOfAngle() 1285 public Equatorial eval(); in eval() method 1304 pos = func.eval(); in riseOrSet()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarAstronomer.java | 665 public double eval() { return getSunLongitude(); } }, in getSunTime() 703 public Equatorial eval() { return getSunPosition(); } in getSunRiseSet() 1173 public double eval() { return getMoonAge(); } }, in getMoonTime() 1202 public Equatorial eval() { return getMoonPosition(); } in getMoonRiseSet() 1215 public double eval(); in eval() method 1222 double lastAngle = func.eval(); in timeOfAngle() 1241 double angle = func.eval(); in timeOfAngle() 1287 public Equatorial eval(); in eval() method 1306 pos = func.eval(); in riseOrSet()
|
/third_party/skia/src/core/ |
H A D | SkGeometry.h | 386 * use for : eval(t) == A * t^2 + B * t + C 406 Sk2s eval(SkScalar t) { in eval() function 408 return eval(tt); in eval() 411 Sk2s eval(const Sk2s& tt) { in eval() function 437 Sk2s eval(SkScalar t) { in eval() function 439 Sk2s numer = fNumer.eval(tt); in eval() 440 Sk2s denom = fDenom.eval(tt); in eval() 461 Sk2s eval(SkScalar t) { in eval() function 463 return eval(tt); in eval() 466 Sk2s eval(cons function [all...] |
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 298 name = get_string(p1 = eval(instance, car(args)), NULL); in FA_int_pp_strp_int() 301 mode = get_flags(instance, p2 = eval(instance, car(cdr(args))), flags, 0); in FA_int_pp_strp_int() 324 p1 = eval(instance, car(args)); in FA_int_pp_p() 351 p1 = eval(instance, car(args)); in FA_p_p() 366 p1 = eval(instance, car(args)); in FA_int_p() 380 p1 = eval(instance, car(args)); in FA_str_p() 394 p1 = eval(instance, car(args)); in FA_int_intp() 412 p1 = eval(instance, car(args)); in FA_int_str() 432 p1 = eval(instance, car(args)); in FA_int_int_strp() 452 p1 = eval(instanc in FA_card_info() [all...] |
H A D | alisp.c | 48 static struct alisp_object * eval(struct alisp_instance *instance, struct alisp_object * p); 1115 p1 = eval(instance, p1); in F_car() 1130 p1 = eval(instance, p1); in F_cdr() 1147 p1 = eval(instance, car(p)); in F_add() 1166 p1 = eval(instance, car(p)); in F_add() 1183 p1 = eval(instance, car(p)); in F_concat() 1205 p1 = eval(instance, car(p)); in F_concat() 1227 p1 = eval(instance, car(p)); in F_sub() 1273 p1 = eval(instance, car(p)); in F_mul() 1309 p1 = eval(instanc in F_div() 3118 static struct alisp_object * eval(struct alisp_instance *instance, struct alisp_object * p) eval() function [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserStrictMode8.js | 3 function eval() { function 8 function eval() {
|
H A D | variableDeclarationInStrictMode1.js | 3 var eval;
variable 7 var eval;
variable
|
H A D | parserStrictMode10.js | 3 function f(eval) { 8 function f(eval) {
|
H A D | parserStrictMode9.js | 3 var v = function eval() { function 8 var v = function eval() {
|
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideoenc.c | 672 CelEvaluation *eval; in reconstruct_and_encode_image() local 691 eval = enc->cel_evals + i; in reconstruct_and_encode_image() 693 x = eval->sourceX; in reconstruct_and_encode_image() 694 y = eval->sourceY; in reconstruct_and_encode_image() 696 switch (eval->best_coding) { in reconstruct_and_encode_image() 702 bytestream_put_byte(&spool.args, motion_arg(eval->motion)); in reconstruct_and_encode_image() 706 eval->motion.d[0], eval->motion.d[1]); in reconstruct_and_encode_image() 710 bytestream_put_byte(&spool.args, tempData->i2f4[eval->cbEntry]); in reconstruct_and_encode_image() 713 qcell = roq->cb4x4 + eval in reconstruct_and_encode_image() [all...] |
/third_party/python/Tools/unicode/ |
H A D | genmap_schinese.py | 43 uni = eval('0x'+uni) 44 native = [eval('0x'+u) for u in native.split()] 112 writer.update_decode_map(eval("GB18030EXTP%d_C1" % i), eval("GB18030EXTP%d_C2" % i))
|