Home
last modified time | relevance | path

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/
Dnested3_n.ets20 name with the innermost declaration takes precedence.
Dnested1.ets20 name with the innermost declaration takes precedence.
Dnested2.ets20 name with the innermost declaration takes precedence.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_interface/
Descompat_interface.ets20 // 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/
DImplicitly_superclass_constructor_invocation.ets18 …ructor call "super();", a call of the constructor of its direct superclass that takes no arguments.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dbridges.md24 … 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…
Dpaoc.md8 …1. `OSR-mode` - similiar to `JIT-mode`. Takes into account differences of [OSR](../../docs/on-stac…
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h160 …* 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/
Dzip_archive.h165 …* 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/
D16_concurrency.rst207 - ``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/
DREADME.md3 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/
Dworker_thread.cpp37 // Runtime takes ownership of the thread in ProcessCreatedThread()
/arkcompiler/ets_runtime/test/moduletest/arrayslice/
Darrayslice.js49 // This use case takes a long time, but the corresponding bug is only repeated in the debug
/arkcompiler/ets_runtime/common_components/common/
Drun_type.h48 // this map takes 4 * MAX_NUM_OF_RUN_TYPES == 1k
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp129 // -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/
DREADME.md17 BUILD_DIR=<directory where building process takes place>
/arkcompiler/runtime_core/assembler/
Dlexer.h95 * The main function of Tokenizing, which takes a string.
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml116 …For methods with more arguments range kind of instruction is to be used, which takes the needed nu…
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md7 …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/
Dreference_processor.h75 …* Predicate checks if we should process all references at once (e.g. processing takes too much tim…
/arkcompiler/runtime_core/static_core/verification/util/
Doptional_ref.h92 …ally equivalent to std::optional<std::reference_wrapper<T>>, but nicer to use and takes less memory
/arkcompiler/runtime_core/static_core/docs/
Darkts-debugger-expression-evaluation.md11 …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/
D02_concurrency_stdlib.rst124 - ``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/
Dlocal_intrusive_testing.sh92 # Script takes two parameters one is the path to the repo
/arkcompiler/runtime_core/static_core/assembler/
Dlexer.h102 * The main function of Tokenizing, which takes a string.

12345