Searched full:considered (Results 1 – 25 of 115) sorted by relevance
12345
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | README.md | 18 List with methods full names, which will be considered as verified. 22 List of methods, calls to which always be considered as correct (signature checks is turned off for…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | ambient_module.ts.json | 29 …tion statements in namespaces are not supported (single semicolons are considered as empty non-dec… 50 …tion statements in namespaces are not supported (single semicolons are considered as empty non-dec…
|
| D | modules.ts.json | 36 …tion statements in namespaces are not supported (single semicolons are considered as empty non-dec… 43 …tion statements in namespaces are not supported (single semicolons are considered as empty non-dec…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe134.md | 8 they are considered an excessive compiler hint.
|
| D | recipe132.md | 8 prototype inheritance in the language. This feature is considered not applicable
|
| D | recipe80.md | 9 considered redundant because object layout is known at compile time, and
|
| D | recipe136.md | 8 runtime prototype inheritance in the language. This feature is considered not
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/class_modifiers_inner_classes_and_static_classes/ |
| D | class_inner_class_declaration.sts | 18 … to member classes (§9.1.5) only. Member classes that are not declared inner are considered static.
|
| D | interface_inner_class_declaration.sts | 18 … to member classes (§9.1.5) only. Member classes that are not declared inner are considered static.
|
| D | static_inner_class_declaration_in_class.sts | 18 … pertains to member classes only. Member classes that are not declared inner are considered static.
|
| D | static_inner_class_declaration_In_interface.sts | 18 … pertains to member classes only. Member classes that are not declared inner are considered static.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/08.top-level_declarations/01.exported_declarations/ |
| D | import_exported_element.sts | 17 desc: A declared name is considered private if not exported; a private declared name can be used on…
|
| D | import_not_exported_element.sts | 17 desc: A declared name is considered private if not exported; a private declared name can be used on…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/04.type_compatibility/ |
| D | enums_compatibility.sts | 17 desc: Enum values from different enum types are considered incompatible.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule116.ts.json | 22 …tion statements in namespaces are not supported (single semicolons are considered as empty non-dec…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/02.class_method_overloading/ |
| D | cm_over1.sts | 20 not override-equivalent, then the methods’ name is considered overloaded.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/ |
| D | im_over2.sts | 22 name is considered overloaded.
|
| D | im_over.sts | 22 name is considered overloaded.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | several_inherited_field_paths_from_superinterface.sts | 18 …ation is inherited from an interface. In such asituation, the field is considered to be inherited …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/ |
| D | multiple_member_inheritance.sts | 18 …s inherited from an interface. In such a situation, the member type is considered to be inherited …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/inheriting_methods_with_override_equivalent_signatures/ |
| D | inheritance_multiple_abstract_methods.sts | 18 …therwise, all the inherited methods are abstract, and the interface is considered to inherit all t…
|
| /arkcompiler/runtime_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 75 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable 191 # * extra_dependencies -- a list of files that should be considered as dependencies 252 # * extra_dependencies -- a list of files that should be considered as dependencies lable, must be …
|
| /arkcompiler/runtime_core/ |
| D | ark_config.gni | 76 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable 195 # * extra_dependencies -- a list of files that should be considered as dependencies 256 # * extra_dependencies -- a list of files that should be considered as dependencies lable, must be …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/11.local_classes_and_interfaces/ |
| D | local_class_refer_on_constant.sts | 20 …ame (not a qualified or canonical name), i.e., a local class cannot be considered if a canonical n…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/ |
| D | array_access5.sts | 19 is never considered const even if a const variable is denoted in the array reference
|
12345