Searched full:denoted (Results 1 – 25 of 35) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | types_n_values.md | 24 - Sorts are denoted by some `Literals`. Where `Literal` is a word composed of characters from set `… 26 - Types are denoted by sort literal and parameters in parenthesis. For instance: `Array(~i8())`. 32 Subtyping relation is denoted by `<:`. Subtyping is a realtion on types which is used to determine …
|
| D | type_system.md | 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 24 - Sorts are denoted by some `Literals`. Where `Literal` is a word composed of characters from set `… 26 - Types are denoted by sort literal and parameters in parenthesis. For instance: `Array(~i8())`. 32 Subtyping relation is denoted by `<:`. Subtyping is a realtion on types which is used to determine …
|
| D | type_system.md | 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/15.cast_expressions/ |
| D | cast.ets | 19 The cast operator converts the value V of one type (as denoted by the expression)
|
| D | cast0.ets | 18 The cast operator converts the value V of one type (as denoted
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/ |
| D | generic_class_union_normalization.ets | 20 The constraint is denoted as any type except the case when constraint is a single final class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/03.import_directives/06.import_path/dir/ |
| D | module_a.ets | 22 // If import path refers to a folder denoted by the last name in the resolved file path, then the c…
|
| D | import_path_dir.ets | 20 …If import path refers to a folder denoted by the last name in the resolved file path, then the com…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/ |
| D | this_primary_expression_in_lambda.ets | 18 assert: The value denoted by this in a lambda body and in the surrounding context is the same.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/ |
| D | array_access5.ets | 19 is never considered const even if a const variable is denoted in the array reference
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_interfaces/ |
| D | generic_interface_constraint.ets | 21 …A constraint of any type parameter can follow the keyword extends. The constraint is denoted as an…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/ |
| D | access_by_super_of_generic.ets | 20 the direct superclass of the class denoted by T is a class with S as its fully qualified name.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/ |
| D | generic_function_constraint_multiple.ets | 21 …A constraint of any type parameter can follow the keyword extends. The constraint is denoted as an…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_functions/ |
| D | generic_function_constraint.ets | 21 …A constraint of any type parameter can follow the keyword extends. The constraint is denoted as an…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/ |
| D | generic_method_abstr_constraint.ets | 22 …A constraint of any type parameter can follow the keyword extends. The constraint is denoted as an…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/ |
| D | generic_class_constraint.ets | 21 …A constraint of any type parameter can follow the keyword extends. The constraint is denoted as an…
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/ |
| D | sampler.md | 23 Implementation requires starting two separate threads denoted as `SamplerThread` and `ListenerThrea…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_methods/ |
| D | generic_method_with_body_constraint_multiple.ets | 22 …A constraint of any type parameter can follow the keyword extends. The constraint is denoted as an…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/ |
| D | ord4.ets | 21 …- Finally, the variable denoted by e.f is assigned the value of the right hand operand as computed…
|
| D | ord2.ets | 21 …- Finally, the variable denoted by e.f is assigned the value of the right hand operand as computed…
|
| D | ord1.ets | 21 …- Finally, the variable denoted by e.f is assigned the value of the right hand operand as computed…
|
| D | ord3.ets | 21 …- Finally, the variable denoted by e.f is assigned the value of the right hand operand as computed…
|
| D | ord5.ets | 21 …- Finally, the variable denoted by e.f is assigned the value of the right hand operand as computed…
|
| D | ord6.ets | 21 …- Finally, the variable denoted by e.f is assigned the value of the right hand operand as computed…
|
12