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/ |
| D | import_statements.sts | 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_packages_and_modules/01.separate_modules/ |
| D | import_declarations.sts | 20 …A separate module is a module without a package header. A separate module can optionally consist of
|
| D | import_reexported_declarations.sts | 20 …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/ |
| D | AutofixTitles.ts | 28 [69, 'Split into separate assignments'], 30 [74, 'Split into separate declarations'],
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 13_modules.rst | 35 - *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 …]
|
| 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_test_suite/coroutines/ |
| D | launch_n_workers.sts | 52 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/ |
| 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
|
| D | import_export.md | 11 - 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/ |
| D | README.MD | 34 … 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/ |
| D | spec_example1.sts | 19 In some case a semicolon must be used to separate syntax productions written
|
| D | semicol_p.sts | 20 In some case a semicolon must be used to separate syntax productions written
|
| D | spec_example2.sts | 19 In some case a semicolon must be used to separate syntax productions written
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | BUILD.gn | 19 # 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/ |
| D | module_level.sts | 17 desc: Separate module scope
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe52.md | 12 separate wrapper functions or use inheritance.
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/ |
| D | README.md | 11 ## Run separate test or tests
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | TODO.txt | 10 1a. Redesign verification into job-queue and separate thread for verifier.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | import-export.md | 11 - 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/ |
| D | memory_helpers.h | 43 // Actually only full memory barrier guarantees StoreLoad order but separate implementation is used…
|
| /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/docs/bc_verification/ |
| 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 | 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/tests/tests-u-runner/runner/reports/ |
| D | index_template.html | 8 border-collapse: separate;
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | TransformUtil.ts | 66 * separate wildcards from specific items. 144 * Separate parts of an array that contain wildcard characters. 154 // separate items which contain wildcards from others
|
123456