| /arkcompiler/ets_runtime/test/jittest/uncheck_float64_to_int32/ |
| D | uncheck_float64_to_int32.ts | 55 function f4(x) { function 62 f4(-200); 63 f4(12345678912345); 64 ArkTools.jitCompileAsync(f4); 65 print(ArkTools.waitJitCompileFinish(f4)); 66 print(f4(-12345678912345) == -12345678912343);
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | GenericBridges_02.ets | 38 f4(v: C<T, Z>|Numeric): string { 39 return "C.f4"; 84 f4(v: D<W>): string { 85 return "D.f4"; 88 f4 (x: int, y: int): int { 139 f4(x:int, y: int): int { return x + y; } 165 assertEQ(c.f4(c), "D.f4")
|
| D | implementsClassPropertyUnionType2.ets | 20 f4: (((() => boolean) | null) | String) 29 f4 = (): boolean => { 40 assertEQ(a.f4(), true)
|
| D | conversionFromInfinity.ets | 83 let f4 = -Infinity as float 87 assertEQ(f4, -Infinity)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | async_call.ets | 48 …t, i2: int, i3: int, i4: int, i5: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 58 assert_eq(f4, 4.0); 67 …t, i3: int, i4: int, i5: int, i6: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 78 assert_eq(f4, 4.0); 108 async function arm32hf_small(i1: int, i2: int, i3: int, f1: double, f2: double, f3: double, f4: dou… 116 assert_eq(f4, 4.0); 125 …ge(i1: int, i2: int, i3: int, i4: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 134 assert_eq(f4, 4.0); 144 …t, i4: int, i5: int, i6: int, i7: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 156 assert_eq(f4, 4.0); [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (l: number) => l.toString(), 80 a(k.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/ |
| D | 01_interface_01.ts | 38 f4?(s: number):string; method 82 f4?(s: number):string; method 87 f4: (a:number) => a.toString(), 92 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/default/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (l: number) => l.toString(), 80 a(k.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top+export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (m: number) => m.toString(), 80 b(l.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top+export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (m: number) => m.toString(), 80 b(l.f4!(2) === "2");
|
| /arkcompiler/ets_runtime/test/aottest/pgo_gettersetter/ |
| D | pgo_gettersetter.ts | 53 function f4() { function 56 class C5 extends f4 { 61 return f4;
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 14 .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/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 14 .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/ |
| D | const_declaration.ts | 22 const F4: String[] = ['Jay', 'JJ', 'Gang', 'Bai']; constant 24 const [JAY, JJ, GANG, BAI] = F4;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/02.export_type_directives/ |
| D | import_type_alias_with_qualified_access.ets | 37 function f4(): types.text { 49 assertEQ(f4(), "test")
|
| /arkcompiler/ets_runtime/test/aottest/try_forloop_emptycatch/ |
| D | try_forloop_emptycatch.ts | 33 function f4() { function 47 print(ArkTools.isAOTCompiled(f4));
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/ |
| D | direct_native.ets | 24 …f3: float, f4: float, f5: double, f6: double, f7: double, f8: double, f9: double, f10: double, f11… 29 …f3: float, f4: float, f5: double, f6: double, f7: double, f8: double, f9: double, f10: double, f11… 32 f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14)
|
| D | quick_native.ets | 67 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… 90 this.f4 = f4; 170 if (this.f4.value != 4.0 as float) { 230 public f4: FloatWrapper; 256 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… 262 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… 267 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… 273 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… 278 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… 284 …f0: FloatWrapper, f1: float, f2: DoubleWrapper, f3: double, f4: FloatWrapper, f5: float, f6: Doubl… [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 441 .function u1 f4() { 448 call f4 492 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 495 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 498 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F() 501 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4).*"); in TEST_F() 510 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).… in TEST_F() 513 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2).*"); in TEST_F() 516 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F() 519 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4).*"); in TEST_F()
|
| /arkcompiler/ets_runtime/test/moduletest/functionapply/ |
| D | functionapply.js | 51 function F4(a6, a7) { class 67 const v16 = new F4(); 68 F4(v16, v3);
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | parameter_properties.ets | 83 class F4 extends E { 85 let f4: number = 1;
|