Home
last modified time | relevance | path

Searched full:separate (Results 1 – 25 of 161) sorted by relevance

1234567

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/
Dsepmod.params.yaml21 // 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/
Dsepmod.params.yaml21 // 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/
Dsepmod.params.yaml21 // 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/
Dsepmod.params.yaml21 // 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/
Dsepmod.params.yaml22 // 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/
Dsepmod.params.yaml22 // 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/
Dsepmod.params.yaml22 // 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/
Dsepmod.params.yaml22 // 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/
Dsepmod.params.yaml22 // 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/
D20_implementation.rst36 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
D13_modules.rst35 - *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 …]
D19_stdlib.rst29 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/
Dimport_statements.ets18 …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/
Dimport_declarations.ets20 …A separate module is a module without a package header. A separate module can optionally consist of
Dimport_reexported_declarations.ets20 …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/
Dtest.ets18 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/
Dtest.ets18 Compilation unit is a separate module (see Separate Module Initializer)
/arkcompiler/ets_frontend/ets2panda/docs/
Dcheatsheet.md9 - *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/
Dlaunch_n_workers.ets55 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/
DAutofixTitles.ts30 [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/
Dspec_example1.ets19 In some case a semicolon must be used to separate syntax productions written
Dspec_example2.ets19 In some case a semicolon must be used to separate syntax productions written
Dsemicol_p.ets20 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/
Dmodule_level.ets17 desc: Separate module scope
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe52.md12 separate wrapper functions or use inheritance.

1234567