Searched full:takes (Results 1 – 25 of 109) sorted by relevance
12345
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/ |
| D | nested3_n.ets | 20 name with the innermost declaration takes precedence.
|
| D | nested1.ets | 20 name with the innermost declaration takes precedence.
|
| D | nested2.ets | 20 name with the innermost declaration takes precedence.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_interface/ |
| D | escompat_interface.ets | 20 // Array.concat takes ConcatArray as parameter, which is a interface
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_body/ |
| D | Implicitly_superclass_constructor_invocation.ets | 18 …ructor call "super();", a call of the constructor of its direct superclass that takes no arguments.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | bridges.md | 24 … Requires a BasicBlock and works within its boundaries. (Despite this, it takes into account the d… 26 …veState. If is empty, bridges are not needed. As an *optional* parameters takes `stop_search`, whi…
|
| D | paoc.md | 8 …1. `OSR-mode` - similiar to `JIT-mode`. Takes into account differences of [OSR](../../docs/on-stac…
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 160 …* append takes value from APPEND_STATUS_CREATE(which will create the archive zipname for first tim… 162 …* level takes value from Z_BEST_COMPRESSION(which will deflate the pbuf with best compression effe…
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.h | 165 …* append takes value from APPEND_STATUS_CREATE(which will create the archive zipname for first tim… 167 …* level takes value from Z_BEST_COMPRESSION(which will deflate the pbuf with best compression effe…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 16_concurrency.rst | 207 - ``then`` takes two arguments. The first argument is the callback used if the 235 - ``catch`` takes one argument(the callback called after promise is rejected) and returns ``Promis… 243 - ``finally`` takes one argument (the callback called after ``promise`` is
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/ |
| D | README.md | 3 The build system is designed to compile ArkTS1.2 source files. It takes source files and build conf…
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| D | worker_thread.cpp | 37 // Runtime takes ownership of the thread in ProcessCreatedThread()
|
| /arkcompiler/ets_runtime/test/moduletest/arrayslice/ |
| D | arrayslice.js | 49 // This use case takes a long time, but the corresponding bug is only repeated in the debug
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | run_type.h | 48 // this map takes 4 * MAX_NUM_OF_RUN_TYPES == 1k
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 129 // -5 because 2 bytes takes jmp itself and in TEST() 193 // -4 because 2 bytes takes jmp itself and in TEST() 215 // -5 because 2 bytes takes jmp itself and in TEST() 404 // -4 because 2 bytes takes jmp itself and in TEST() 462 // 2 bytes takes jmp itself and plus one byte to make. in JcmpFwd_V8_IMM8() 526 // -3 because 4 bytes takes jmp itself in JcmpFwd_V8_IMM16() 548 // -4 because 4 bytes takes jmp itself in JcmpFwd_V8_IMM16()
|
| /arkcompiler/runtime_core/static_core/scripts/llvm/ |
| D | README.md | 17 BUILD_DIR=<directory where building process takes place>
|
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.h | 95 * The main function of Tokenizing, which takes a string.
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 116 …For methods with more arguments range kind of instruction is to be used, which takes the needed nu…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 7 …3. `OSR-mode` - similiar to `JIT-mode`. Takes into account differences of [OSR](../../docs/on-stac…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 75 …* Predicate checks if we should process all references at once (e.g. processing takes too much tim…
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | optional_ref.h | 92 …ally equivalent to std::optional<std::reference_wrapper<T>>, but nicer to use and takes less memory
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | arkts-debugger-expression-evaluation.md | 11 …ports, so all features work only if the entity is located in the file where evaluation takes place.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/ |
| D | 02_concurrency_stdlib.rst | 124 - ``then`` takes two arguments (the first argument is the callback used if the 148 - ``catch`` takes one argument(the callback called after promise is rejected) and returns ``Promis… 156 - ``finally`` takes one argument (the callback called after ``promise`` is
|
| /arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
| D | local_intrusive_testing.sh | 92 # Script takes two parameters one is the path to the repo
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | lexer.h | 102 * The main function of Tokenizing, which takes a string.
|
12345