| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/ |
| D | sepmod.params.yaml | 21 // separate module, positive case with public method 28 // separate module, positive case with public method, from subclass 37 // separate module, negative case with protected method 44 // separate module, positive case with protected method, from subclass 53 // separate module, negative case with private method 61 // separate module, negative case with private method, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/ |
| D | sepmod.params.yaml | 21 // separate module, positive case with public constructor 28 // separate module, positive case with public constructor, from subclass 37 // separate module, negative case with protected constructor 44 // separate module, positive case with protected constructor, from subclass 53 // separate module, negative case with private constructor 61 // separate module, negative case with private constructor, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/ |
| D | sepmod.params.yaml | 21 // separate module, positive case with public field 28 // separate module, positive case with public field, from subclass 37 // separate module, negative case with protected field 44 // separate module, positive case with protected field, from subclass 53 // separate module, negative case with private field 61 // separate module, negative case with private field, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/ |
| D | sepmod.params.yaml | 21 // separate module, positive case with public accessor 30 // separate module, positive case with public accessor, from subclass 41 // separate module, negative case with protected accessor 50 // separate module, positive case with protected accessor, from subclass 61 // separate module, negative case with private accessor 71 // separate module, negative case with private accessor, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/ |
| D | sepmod.params.yaml | 22 // separate module, negative case with internal field 29 // separate module, positive case with internal field, from same-module public subclass 37 // separate module, negative case with internal field, from same-module subclass 45 // separate module, negative case with internal field, from other-module subclass 53 // separate module, negative case with internal field, from other-module subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/ |
| D | sepmod.params.yaml | 22 // separate module, negative case with internal method 29 // separate module, positive case with internal method, from same-module public subclass 37 // separate module, negative case with internal method, from same-module subclass 45 // separate module, negative case with internal method, from other-module subclass 53 // separate module, negative case with internal method, from other-module subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/ |
| D | sepmod.params.yaml | 22 // separate module, negative case with internal accessor 31 // separate module, positive case with internal accessor, from same-module public subclass 41 // separate module, negative case with internal accessor, from same-module subclass 51 // separate module, negative case with internal accessor, from other-module subclass 61 // separate module, negative case with internal accessor, from other-module subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/ |
| D | sepmod.params.yaml | 22 // separate module, negative case with internal constructor 29 … // separate module, positive case with internal constructor, from same-module public subclass 37 // separate module, negative case with internal constructor, from other-module subclass 44 // separate module, positive case with internal constructor, from other-module subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/ |
| D | sepmod.params.yaml | 22 // separate module, negative case with internal constructor 29 … // separate module, positive case with internal constructor, from same-module public subclass 37 // separate module, negative case with internal constructor, from other-module subclass 44 // separate module, positive case with internal constructor, from other-module subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 20_implementation.rst | 36 as a separate module written in |LANG|; 39 as a separate module written in |TS|; 53 separate module 77 - Folder that can store several separate modules (one source file to contain a 78 separate module or a package module). 80 - Folder that stores a single package must not contain separate module 90 separate module
|
| D | 13_modules.rst | 35 - *Separate modules* (discussed below), 54 All modules (both separate modules and packages) are stored in a file 69 separate module 80 Separate Modules 86 *Separate module* is a module without a package header. A *separate module* 98 The syntax of *separate module* is presented below: 118 separate module 531 - If *import path* refers to both a declaration module and a separate module or 532 package with the same name, then the reference to the separate module or 549 separate module [all …]
|
| D | 19_stdlib.rst | 29 a separate document that is part of the |LANG| distribution package.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/02.separate_module_initializer/ |
| D | import_statements.ets | 18 …If used for import, a separate module is initialized only once with the details listed in Compilat… 20 …• If the separate module has variable or constant declarations (see Variable and Constant Declarat… 22 …• If the separate module has top-level statements (see Top-Level Statements), then they are also e…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/01.separate_modules/ |
| D | import_declarations.ets | 20 …A separate module is a module without a package header. A separate module can optionally consist of
|
| D | import_reexported_declarations.ets | 20 …A separate module is a module without a package header. A separate module can optionally consist of
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/package/init_order/ |
| D | test.ets | 18 Compilation unit is a separate module (see Separate Module Initializer)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/06.compilation_unit_initialization/module/init_order/ |
| D | test.ets | 18 Compilation unit is a separate module (see Separate Module Initializer)
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 9 - *Separate modules* 18 # compilation of separate module and library 25 More details about separate modules, conceptually: 26 - A separate module can have an entry point (be a program) or be a module with no entry point 223 # compilation of separate module
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_n_workers.ets | 55 L.log("Testing launch in a separate worker"); 60 …L.log("Successfully ran coro in a separate worker. Main WID: " + id_main + ", Coro WID: " + id_cor… 63 …L.logError("Failed to run coro in a separate worker. Main WID: " + id_main + ", Coro WID: " + id_c…
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | AutofixTitles.ts | 30 [69, 'Split into separate assignments'], 32 [74, 'Split into separate declarations'],
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/ |
| D | spec_example1.ets | 19 In some case a semicolon must be used to separate syntax productions written
|
| D | spec_example2.ets | 19 In some case a semicolon must be used to separate syntax productions written
|
| D | semicol_p.ets | 20 In some case a semicolon must be used to separate syntax productions written
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/ |
| D | module_level.ets | 17 desc: Separate module scope
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe52.md | 12 separate wrapper functions or use inheritance.
|