Searched full:their (Results 1 – 25 of 271) sorted by relevance
1234567891011
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | arkts-primitive-type-normalization.ets.arkts2.json | 24 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 44 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 64 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 84 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 94 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 104 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 114 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)… 124 …"rule": "Primitive types are normalized with their boxed type (arkts-primitive-type-normalization)…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/04.declaration_distinguishable_by_signatures/ |
| D | dist.ets | 20 - They are functions with the same name, but their signatures are not override-equivalent. 21 - They are methods with the same name, but their signatures are not override-equivalent. 22 - They are constructors of the same class, but their signatures are not override-equivalent.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/ |
| D | const_literal_type.ets | 19 …Their names are same as the names of their values, i.e., literals. Only three literal types are su…
|
| D | const_literal_type_neg.ets | 19 …Their names are same as the names of their values, i.e., literals. Only three literal types are su…
|
| D | unsupported_literal_types.ets | 20 Their names are same as the names of their values, i.e., literals.
|
| D | custom_literal_type.ets | 20 Their names are same as the names of their values, i.e., literals.
|
| D | function_literal_type.ets | 20 Their names are same as the names of their values, i.e., literals.
|
| D | class_literal_type.ets | 20 Their names are same as the names of their values, i.e., literals.
|
| D | supported_literal_types.ets | 20 Their names are same as the names of their values, i.e., literals.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/ |
| D | protected_interface_access_out_class.ets | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_interface_access_in_derived_class.ets | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_interface_access_in_class.ets | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_constructor_access_out_class.ets | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_constructor_access_in_class.ets | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_member_access_out_class.ets | 19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_constructor_access_in_derived_class.ets | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_member_access_in_class.ets | 19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_member_access_in_derived_class.ets | 19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/namespace_tests/ |
| D | namespace_bad_merged01.ets | 24 /* @@? 17:1 Error SyntaxError: Unable to merge namespaces 'A', because their modifiers are differen… 25 /* @@? 21:3 Error SyntaxError: Unable to merge namespaces 'C', because their modifiers are differen…
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | type_system.md | 3 Type system is simple: there are only parametric type families, named as `Sort`s, and their instanc… 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 3 Type system is simple: there are only parametric type families, named as `Sort`s, and their instanc… 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/ets_frontend/arkguard/tools/ |
| D | timesum.py | 66 Regenerate timestamps (ts) and durations (dur) for events based on their parent relationships. 68 and adjusts their timestamps to ensure correct ordering. 98 # Group events by their parent 153 Group events by their parent.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 50 into their applications, and vice versa, and allowing the developers to leverage 51 the power of the new language by using their existing codebases and libraries.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | class_composite_1.ets | 20 /* @@? 17:9 Error TypeError: Class composite must be constructed separately before referring their …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.invariance_covariance_and_contravariance/contravariance/ |
| D | contravariance_function.ets | 17 desc: Functions are contravariant with the type of their arguments
|
1234567891011