Home
last modified time | relevance | path

Searched defs:age (Results 1 – 25 of 119) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_get_field_by_name_double_test.cpp33 ani_double age = 0.0F; in TEST_F() local
42 ani_double age = 0.0F; in TEST_F() local
50 ani_double age = 0.0F; in TEST_F() local
59 ani_double age = 0.0F; in TEST_F() local
65 ani_double age = 0.0F; in TEST_F() local
73 ani_double age = 0.0F; in TEST_F() local
Dobject_get_field_by_name_int_test.cpp33 ani_int age = 0U; in TEST_F() local
42 ani_int age = 0U; in TEST_F() local
50 ani_int age = 0U; in TEST_F() local
59 ani_int age = 0U; in TEST_F() local
65 ani_int age = 0U; in TEST_F() local
73 ani_int age = 0U; in TEST_F() local
Dobject_get_field_by_name_short_test.cpp33 ani_short age = 0U; in TEST_F() local
42 ani_short age = 0U; in TEST_F() local
50 ani_short age = 0U; in TEST_F() local
59 ani_short age = 0U; in TEST_F() local
65 ani_short age = 0U; in TEST_F() local
73 ani_short age = 0U; in TEST_F() local
Dobject_get_field_by_name_byte_test.cpp33 ani_byte age = 0; in TEST_F() local
42 ani_byte age = 0; in TEST_F() local
50 ani_byte age = 0; in TEST_F() local
59 ani_byte age = 0; in TEST_F() local
65 ani_byte age = 0; in TEST_F() local
73 ani_byte age = 0; in TEST_F() local
Dobject_get_field_by_name_float_test.cpp33 ani_float age = 0.0F; in TEST_F() local
42 ani_float age = 0.0F; in TEST_F() local
50 ani_float age = 0.0F; in TEST_F() local
59 ani_float age = 0.0F; in TEST_F() local
65 ani_float age = 0.0F; in TEST_F() local
73 ani_float age = 0.0F; in TEST_F() local
Dobject_get_field_by_name_long_test.cpp33 ani_long age = 0L; in TEST_F() local
42 ani_long age = 0L; in TEST_F() local
50 ani_long age = 0L; in TEST_F() local
59 ani_long age = 0L; in TEST_F() local
65 ani_long age = 0L; in TEST_F() local
73 ani_long age = 0L; in TEST_F() local
Dobject_get_field_double_test.cpp49 ani_double age = 0.0F; in TEST_F() local
61 ani_double age = 0.0F; in TEST_F() local
72 ani_double age = 0.0F; in TEST_F() local
83 ani_double age = 0.0F; in TEST_F() local
94 ani_double age = 0.0F; in TEST_F() local
Dobject_get_field_int_test.cpp49 ani_int age = 0U; in TEST_F() local
61 ani_int age = 0U; in TEST_F() local
72 ani_int age = 0U; in TEST_F() local
83 ani_int age = 0U; in TEST_F() local
94 ani_int age = 0U; in TEST_F() local
Dobject_get_field_float_test.cpp49 ani_float age = 0.0F; in TEST_F() local
61 ani_float age = 0.0F; in TEST_F() local
72 ani_float age = 0.0F; in TEST_F() local
83 ani_float age = 0.0F; in TEST_F() local
94 ani_float age = 0.0F; in TEST_F() local
Dobject_get_field_byte_test.cpp49 ani_byte age {}; in TEST_F() local
61 ani_byte age {}; in TEST_F() local
72 ani_byte age {}; in TEST_F() local
83 ani_byte age {}; in TEST_F() local
94 ani_byte age {}; in TEST_F() local
Dobject_get_field_short_test.cpp49 ani_short age = 0U; in TEST_F() local
61 ani_short age = 0U; in TEST_F() local
72 ani_short age = 0U; in TEST_F() local
83 ani_short age = 0U; in TEST_F() local
94 ani_short age = 0U; in TEST_F() local
Dobject_get_field_long_test.cpp49 ani_long age = 0L; in TEST_F() local
61 ani_long age = 0L; in TEST_F() local
72 ani_long age = 0L; in TEST_F() local
83 ani_long age = 0L; in TEST_F() local
94 ani_long age = 0L; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/intersection_signature/
Dmain.js34 function AgeNameInterfaceClass(name, age) { argument
35 throwExceptionInterface({ name: name, age: age }); property
39 AgeNameInterfaceClass.prototype.createUser = function (name, age) { argument
40 throwExceptionInterface({ name: name, age: age }); property
110 function AgeNameGenericClass(name, age) { argument
111 throwExceptionGeneric({ name: name, age: age }); property
115 AgeNameGenericClass.prototype.createUser = function (name, age) { argument
116 throwExceptionGeneric({ name: name, age: age }); property
170 function AgeNameUnionClass(name, age) { argument
171 throwExceptionUnion({ name: name, age: age }); property
[all …]
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_deque.js124 name: "Dylon", age: "13" property
127 name: "Joe", age: "14" property
130 name: "Lucy", age: "15" property
144 name: "Dylon", age: "13" property
182 name: "Dylon", age: "13" property
185 name: "Joe", age: "14" property
188 name: "Lucy", age: "15" property
202 name: "Dylon", age: "13" property
Dcontainer_queue.js97 name: "Dylon", age: "13" property
106 name: "Dylon", age: "13" property
129 name: "Dylon", age: "13" property
149 name: "Dylon", age: "13" property
169 name: "Dylon", age: "13" property
190 name: "Dylon", age: "13" property
212 name: "Dylon", age: "13" property
231 name: "Dylon", age: "13" property
246 name: "Dylon", age: "13" property
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_demo_1.ts33 get age(): number { method in Cat
37 set age(_age) { method in Cat
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-etskeyword.ts18 age:number; property
26 age:number; property in MethodType
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.swift31 public var age: Int; variable
44 var age = dog.age; variable
Dobjaccess.ts28 age: number; property in Dog
41 var age = dog.age; variable
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeFunctionLike.ts33 get age(): number { method in Person
37 set age(age: number) { method in Person
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_set_static_field_by_name_double_test.cpp40 const ani_double age = 2.0; in TEST_F() local
52 const ani_double age = 2.0; in TEST_F() local
64 const ani_double age = 2.0; in TEST_F() local
73 const ani_double age = 2.0; in TEST_F() local
82 const ani_double age = 2.0; in TEST_F() local
91 const ani_double age = 2.0; in TEST_F() local
Dclass_get_static_field_by_name_long_test.cpp41 ani_long age = 0L; in TEST_F() local
50 ani_long age = 0L; in TEST_F() local
60 ani_long age = 0L; in TEST_F() local
68 ani_long age = 0L; in TEST_F() local
76 ani_long age = 0L; in TEST_F() local
91 ani_long age = 0L; in TEST_F() local
Dclass_get_static_field_by_name_int_test.cpp41 ani_int age = 0; in TEST_F() local
50 ani_int age = 0; in TEST_F() local
60 ani_int age = 0; in TEST_F() local
68 ani_int age = 0; in TEST_F() local
76 ani_int age = 0; in TEST_F() local
91 ani_int age = 0; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_import_js_js.js24 age = 0 field in Person
29 setAge(age) { argument
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dvariable_second.js128 age; field in o.foo.Parent
129 constructor(name, age) { argument
140 constructor(name, age, idNumber) { argument

12345