Searched full:separate (Results 1 – 25 of 124) sorted by relevance
12345
| /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/doc/spec/ |
| D | 13_modules.rst | 35 - *Separate modules* (discussed below), 51 All modules (both separate modules and packages) are stored in a file 63 separate module 70 Separate Modules 76 A *separate module* is a module without a package header. A *separate module* 106 separate module 126 Separate Module Initializer 132 If used for import, a *separate module* is initialized only once with the 136 - If the separate module has variable or constant declarations (see 139 - 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-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/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
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | TransformUtil.ts | 104 * separate wildcards from specific items. 173 * Separate parts of an array that contain wildcard characters. 183 // separate items which contain wildcards from others
|
| /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/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/02.lexical_elements/11.semicolons/ |
| D | spec_example1.sts | 19 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
|
| D | semicol_p.sts | 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.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/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/verification/ |
| D | TODO.txt | 10 1a. Redesign verification into job-queue and separate thread for verifier.
|
| /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/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | thread_env.h | 56 …bool isMeParallel = false; // whether me is under multithreading (optimize separate functions in …
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
| D | index_template.html | 8 border-collapse: separate;
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 35 …* To call C-implemented entrypoint (slow path) we need a separate bridge, because it shouldn't sav…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 56 |UIFW| example is provided in a separate chapter.
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
| D | gc_worker.h | 33 …* @brief The class implements interaction between GC and GC-worker. GC-worker can be separate inte…
|
12345