Searched full:fld1 (Results 1 – 25 of 30) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ |
| D | widening_refs_call.ets | 30 public fld1: {{c.totype}}; 34 this.fld1 = p; 46 if (obj.fld1 !== v || obj.fld2 !== v) {
|
| D | widening_prim_call.ets | 23 public fld1: {{c.ctype}}; 27 this.fld1 = p; 40 if (obj{{loop.index}}.fld1 != {{t.val2|safe}} || obj{{loop.index}}.fld2 != {{t.val2|safe}}) {
|
| D | unrelated_call.ets | 31 public fld1: {{c.totype}}; 35 this.fld1 = p; 47 if (obj.fld1 !== v || obj.fld2 !== v) {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.constant_to_enum_conversions/ |
| D | int2enum.params.yaml | 52 fld1: Color = 0 59 assertEQ(a.fld1, Color.Red) 66 fld1: Color 73 a.fld1 = 0 76 assertEQ(a.fld1, Color.Red)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.enum_to_const_types_conversions/ |
| D | enum2str.params.yaml | 57 fld1: string = Color.Red 64 assertEQ(a.fld1, "r") 71 fld1: string = "" 78 a.fld1 = Color.Red 81 assertEQ(a.fld1, "r")
|
| D | enum2int.params.yaml | 57 fld1: int = Color.Red 64 assertEQ(a.fld1, 0) 71 fld1: int 78 a.fld1 = Color.Red 81 assertEQ(a.fld1, 0)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/03.implicit_generic_instantiations/ |
| D | lmbd.params.yaml | 18 fld1: number = 0 32 assertTrue(foo('fld1', 'fld5') == 'fld1fld5')
|
| D | func.params.yaml | 18 fld1: number = 0 34 assertTrue(foo('fld1', 'fld5') == 'fld1fld5')
|
| D | meth.params.yaml | 18 fld1: number = 0 36 assertTrue(cls.foo('fld1', 'fld5') == 'fld1fld5')
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/FixedArray/ |
| D | unionCommonMember_neg.ets | 17 fld1: Int = 42 28 fld1: Number = 33.0 44 assertEQ(/* @@ label1 */u.fld1, 42)
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | unionCommonMember_neg.ets | 17 fld1: Int = 42 28 fld1: Number = 33.0 44 assertEQ(/* @@ label1 */u.fld1, 42)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/09.export_directives/04.re-export_directive/ |
| D | re-export_all_namespace.ets | 34 let foo_inter : name.foo_Inter = {fld1: 10, fld2: "Hi"}; 35 assertEQ(foo_inter.fld1, 10);
|
| D | module_b.ets | 34 fld1 : int;
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | sta.obj.yaml | 75 i32 fld1 82 i64 fld1 88 f64 fld1 94 f32 fld1
|
| D | lda.obj.yaml | 73 i32 fld1 79 i64 fld1 85 f64 fld1 91 f32 fld1
|
| D | mov.obj.yaml | 74 i32 fld1 80 i64 fld1 86 f64 fld1 92 f32 fld1
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | sta.obj.yaml | 75 i32 fld1 82 i64 fld1 88 f64 fld1 94 f32 fld1
|
| D | lda.obj.yaml | 74 i32 fld1 80 i64 fld1 86 f64 fld1 92 f32 fld1
|
| D | mov.obj.yaml | 75 i32 fld1 82 i64 fld1 88 f64 fld1 94 f32 fld1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/ |
| D | in.params.yaml | 156 fld1: number; 163 let a: A = { fld1: v++, fld2: v++, fld3: v++ } 164 assertTrue(v == 45 && a.fld1 == 42 && a.fld2 == 43 && a.fld3 == 44)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/ |
| D | cl.params.yaml | 151 fld1: number; 158 let a: A = { fld1: v++, fld2: v++, fld3: v++ } 159 assertTrue(v == 45 && a.fld1 == 42 && a.fld2 == 43 && a.fld3 == 44)
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule1.ets.migrate.ets | 50 [S1.s1]: "fld1",
|
| D | rule1.ets | 47 [S1.s1]: "fld1",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/13.trailing_lambda/ |
| D | trlambda_func.params.yaml | 229 fld1: number 234 let v: A = { fld1: foo(1.0) { globl = 3.0 }, fld2: foo(2.0) { globl += 5.0 } } 235 assertTrue( v.fld1 == 4.0 && v.fld2 == 11.0 )
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.tuple_types_conversions/decl_field/ |
| D | decl-field_n.ets | 28 …fld1: [{% for t in c['to'] %}{{t.type}}{% if not loop.last %}, {% endif %}{% endfor %}] = [{% for …
|
12