Home
last modified time | relevance | path

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

12345678910

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/04.declaration_distinguishable_by_signatures/
Ddist.sts20 - 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/08.reference_types/04.literal_types/
Dconst_literal_type.sts19Their names are same as the names of their values, i.e., literals. Only three literal types are su…
Dconst_literal_type_neg.sts19Their names are same as the names of their values, i.e., literals. Only three literal types are su…
Dcustom_literal_type.sts20 Their names are same as the names of their values, i.e., literals.
Dunsupported_literal_types.sts20 Their names are same as the names of their values, i.e., literals.
Dfunction_literal_type.sts20 Their names are same as the names of their values, i.e., literals.
Dclass_literal_type.sts20 Their names are same as the names of their values, i.e., literals.
Dsupported_literal_types.sts20 Their names are same as the names of their values, i.e., literals.
Doperations_on_literal_types1.sts18 Operations on variables of literal types are identical to the operations of their supertypes.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/
Dprotected_interface_access_out_class.sts18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_interface_access_in_class.sts18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_interface_access_in_derived_class.sts18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_constructor_access_in_class.sts18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_constructor_access_out_class.sts18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_member_access_out_class.sts19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_constructor_access_in_derived_class.sts18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_member_access_in_class.sts19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
Dprotected_member_access_in_derived_class.sts19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
/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/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/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.variance/03.contravariance/
Dcontravariance_function_negative.sts17 desc: Functions are contravariant with the type of their arguments
Dcontravariance_function.sts17 desc: Functions are contravariant with the type of their arguments
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml36 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
199 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
240 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
283 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
344 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
412 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
759 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
1133 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
1177 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DrethrowingCheck3.sts26 …ent can cause an exception, re-throwing functions can throw exception only by their parameters. */

12345678910