Home
last modified time | relevance | path

Searched full:f4 (Results 1 – 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dasync_call.sts56 …t, i2: int, i3: int, i4: int, i5: int, f1: double, f2: double, f3: double, f4: double, f5: double,…
66 assert_eq(f4, 4.0);
75 …t, i3: int, i4: int, i5: int, i6: int, f1: double, f2: double, f3: double, f4: double, f5: double,…
86 assert_eq(f4, 4.0);
116 async function arm32hf_small(i1: int, i2: int, i3: int, f1: double, f2: double, f3: double, f4: dou…
124 assert_eq(f4, 4.0);
133 …ge(i1: int, i2: int, i3: int, i4: int, f1: double, f2: double, f3: double, f4: double, f5: double,…
142 assert_eq(f4, 4.0);
152 …t, i4: int, i5: int, i6: int, i7: int, f1: double, f2: double, f3: double, f4: double, f5: double,…
164 assert_eq(f4, 4.0);
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_gettersetter/
Dpgo_gettersetter.ts53 function f4() { function
56 class C5 extends f4 {
61 return f4;
/arkcompiler/runtime_core/tests/verifier-tests/
Dwrong_accumulator_position.pa14 .function i32 f4(i32 a0, i32 a1, i32 a2, i32 a3) {
21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dwrong_accumulator_position.pa14 .function i32 f4(i32 a0, i32 a1, i32 a2, i32 a3) {
21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dconst_declaration.ts22 const F4: String[] = ['Jay', 'JJ', 'Gang', 'Bai']; constant
24 const [JAY, JJ, GANG, BAI] = F4;
/arkcompiler/ets_runtime/test/aottest/try_forloop_emptycatch/
Dtry_forloop_emptycatch.ts33 function f4() { function
47 print(ArkTools.isAOTCompiled(f4));
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/import_export/07.export_directives/02.export_type_directives/
Dimport_type_alias_with_qualified_access.sts36 function f4(): types.text {
48 assert(f4() == "test")
/arkcompiler/ets_runtime/test/moduletest/arrayfindindex/
Darrayfindindex.js47 function f4(a5, a6) { function
53 try { v3.findIndex(f4);} catch (err) { print(err)};
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Dexpect_output.txt17 {"g":9,"f1":1,"f2":1,"f3":1,"f4":1,"f5":1,"f6":1,"f7":1,"f8":1}
22 {"0":{"f3":3},"1":{"f4":4}}
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp420 .function u1 f4() {
427 call f4
471 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F()
474 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F()
477 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F()
480 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4).*"); in TEST_F()
489 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).… in TEST_F()
492 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2).*"); in TEST_F()
495 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F()
498 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4).*"); in TEST_F()
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js104 function F4(a6, a7) { class
106 new v9(a6, v9, F4);
109 new F4();
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js51 function F4(a6, a7) { class
67 const v16 = new F4();
68 F4(v16, v3);
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DconversionFromInfinity.sts83 let f4 = -Infinity as float
87 assert(f4 == -Infinity)
/arkcompiler/ets_runtime/test/jittest/pgo_roottype_test/inline_type_info_accessor_test/
Dinline_type_info_accessor_test.ts19 function f4() { function
59 "getPrototypeOf": f4,
/arkcompiler/ets_frontend/ets2panda/linter/test/
Ddestructuring_parameters.sts51 function f4([a, b]): void {
54 f4(['Hello', 'Wolrd']);
Dfunction_object_methods.sts127 f4: (): string => {
139 console.log(person.f4.apply(person1));
Ddelete_operator.sts44 const f4 = (o: T4) => delete o.field;
Dnon_initializable_prop_decorators.sts57 f4;
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-function-decl-1.js29 function f4(a, b, c) { function
Dtest-function-decl.js29 function f4(a, b, c) { function
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-function-decl.js29 function f4(a, b, c) { function
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.range.yaml298 f64[] f4
312 stobj.obj a0, R.f4
409 ldobj.obj v1, R.f4
456 f64 f4
482 stobj.64 v0, R.f4
720 ldobj.64 v2, R.f4
961 f64[] f4
976 stobj.obj a0, R.f4
1073 ldobj.obj v1, R.f4
1120 f64 f4
[all …]
/arkcompiler/ets_runtime/test/moduletest/decodeuricomponent/
Ddecodeuricomponent.js60 let invalidURI = header + "%F4%90%BF%BF";
67 let validURI = header + "%F4%8F%BF%BF";
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole2.js34 function f4() { function
Dsafe_hole1.js39 function f4() { function

123