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/ |
| D | dist.sts | 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/08.reference_types/04.literal_types/ |
| D | const_literal_type.sts | 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.sts | 19 …Their names are same as the names of their values, i.e., literals. Only three literal types are su…
|
| D | custom_literal_type.sts | 20 Their names are same as the names of their values, i.e., literals.
|
| D | unsupported_literal_types.sts | 20 Their names are same as the names of their values, i.e., literals.
|
| D | function_literal_type.sts | 20 Their names are same as the names of their values, i.e., literals.
|
| D | class_literal_type.sts | 20 Their names are same as the names of their values, i.e., literals.
|
| D | supported_literal_types.sts | 20 Their names are same as the names of their values, i.e., literals.
|
| D | operations_on_literal_types1.sts | 18 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/ |
| D | protected_interface_access_out_class.sts | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_interface_access_in_class.sts | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_interface_access_in_derived_class.sts | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_constructor_access_in_class.sts | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_constructor_access_out_class.sts | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_member_access_out_class.sts | 19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_constructor_access_in_derived_class.sts | 18 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_member_access_in_class.sts | 19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| D | protected_member_access_in_derived_class.sts | 19 …th protected modifier can be accessed only within their declaring class and classes derived from t…
|
| /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/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/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.variance/03.contravariance/ |
| D | contravariance_function_negative.sts | 17 desc: Functions are contravariant with the type of their arguments
|
| D | contravariance_function.sts | 17 desc: Functions are contravariant with the type of their arguments
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 36 … 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/ |
| D | rethrowingCheck3.sts | 26 …ent can cause an exception, re-throwing functions can throw exception only by their parameters. */
|
12345678910