Home
last modified time | relevance | path

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

123456

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/02.separate_module_initializer/
Dimport_statements.sts18 …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_packages_and_modules/01.separate_modules/
Dimport_declarations.sts20 …A separate module is a module without a package header. A separate module can optionally consist of
Dimport_reexported_declarations.sts20 …A separate module is a module without a package header. A separate module can optionally consist of
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixTitles.ts28 [69, 'Split into separate assignments'],
30 [74, 'Split into separate declarations'],
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D13_modules.rst35 - *Separate modules* (discussed below),
51 All modules (both separate modules and packages) are stored in a file
64 separate module
72 Separate Modules
78 A *separate module* is a module without a package header. A *separate module*
108 separate module
124 Separate Module Initializer
130 If used for import, a *separate module* is initialized only once with the
134 - If the separate module has variable or constant declarations (see
137 - If the separate module has top-level statements (see :ref:`Top-Level Statements`),
[all …]
D19_stdlib.rst29 a separate document that is part of the |LANG| distribution package.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_n_workers.sts52 L.log("Testing launch in a separate worker");
57 …L.log("Successfully ran coro in a separate worker. Main WID: " + id_main + ", Coro WID: " + id_cor…
60 …L.logError("Failed to run coro in a separate worker. Main WID: " + id_main + ", Coro WID: " + id_c…
/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
Dimport_export.md11 - Separate modules,
24 A separate module is a module without a package header. A separate module can optionally consist of…
46 Currently there is no package level scope, packages are handled almost exactly the same as separate
112 The *importPath* is a string literal which can be points to a module (separate module | package mod…
180 …clarations, export declarations are not included in the dumped AST as a separate node, except for …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
DREADME.MD34 … the cases covered by subsuite. E.g., `value_assignment`, if you plan a separate tests suite for c…
36 …But if you expect lots of code (say, over 100 lines per file or over 10 separate cases), it might …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/
Dspec_example1.sts19 In some case a semicolon must be used to separate syntax productions written
Dsemicol_p.sts20 In some case a semicolon must be used to separate syntax productions written
Dspec_example2.sts19 In some case a semicolon must be used to separate syntax productions written
/arkcompiler/toolchain/build/config/mac/
DBUILD.gn19 # is applied to all targets. It is here to separate out the logic.
71 # config that is applied to all targets. It is here to separate out the logic
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/
Dmodule_level.sts17 desc: Separate module scope
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe52.md12 separate wrapper functions or use inheritance.
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/
DREADME.md11 ## Run separate test or tests
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt10 1a. Redesign verification into job-queue and separate thread for verifier.
/arkcompiler/runtime_core/static_core/docs/
Dimport-export.md11 - Separate modules,
24 A separate module is a module without a package header. A separate module can optionally consist of…
72 The fact that the given program is now a separate module or package module is revealed during the p…
74 …- Currently external separate modules are specified via the --ets-module compiler option. If it is…
155 Currently there is no package level scope, packages are handled almost exactly the same as separate
162 …e etsstdlib.abc at runtime, ignoring that each lib element belongs to a separate package like std.…
226 The *importPath* is a string literal which can be points to a module (separate module | package mod…
294 …clarations, export declarations are not included in the dumped AST as a separate node, except for …
/arkcompiler/runtime_core/static_core/runtime/arch/
Dmemory_helpers.h43 // Actually only full memory barrier guarantees StoreLoad order but separate implementation is used…
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/
Dsampler.md23 Implementation requires starting two separate threads denoted as `SamplerThread` and `ListenerThrea…
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtype_system.md14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dindex_template.html8 border-collapse: separate;
/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts66 * separate wildcards from specific items.
144 * Separate parts of an array that contain wildcard characters.
154 // separate items which contain wildcards from others

123456