Home
last modified time | relevance | path

Searched full:their (Results 1 – 25 of 271) sorted by relevance

1234567891011

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Darkts-primitive-type-normalization.ets.arkts2.json24 …"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/
Ddist.ets20 - 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/
Dconst_literal_type.ets19Their names are same as the names of their values, i.e., literals. Only three literal types are su…
Dconst_literal_type_neg.ets19Their names are same as the names of their values, i.e., literals. Only three literal types are su…
Dunsupported_literal_types.ets20 Their names are same as the names of their values, i.e., literals.
Dcustom_literal_type.ets20 Their names are same as the names of their values, i.e., literals.
Dfunction_literal_type.ets20 Their names are same as the names of their values, i.e., literals.
Dclass_literal_type.ets20 Their names are same as the names of their values, i.e., literals.
Dsupported_literal_types.ets20 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/
Dprotected_interface_access_out_class.ets18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_interface_access_in_derived_class.ets18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_interface_access_in_class.ets18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_constructor_access_out_class.ets18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_constructor_access_in_class.ets18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_member_access_out_class.ets19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_constructor_access_in_derived_class.ets18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_member_access_in_class.ets19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_member_access_in_derived_class.ets19 …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/
Dnamespace_bad_merged01.ets24 /* @@? 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/
Dtype_system.md3 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/
Dtype_system.md3 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/
Dtimesum.py66 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/
Dintro.rst50 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/
Dclass_composite_1.ets20 /* @@? 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/
Dcontravariance_function.ets17 desc: Functions are contravariant with the type of their arguments

1234567891011