Searched full:most (Results 1 – 25 of 173) sorted by relevance
1234567
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/ |
| D | README.en.md | 34 4. The most valuable open source project [GVP](https://gitee.com/gvp) 36 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2022-08-18-isa-changelog.md | 14 2. We remove the prefix of ecmascript specific opcodes, such that most of the bytecode opcode can b… 40 This released constraint suits for most of application scenarios.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/ |
| D | step2.ets | 19 As there is more than one applicable method, the most specific method must be selected.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/02.operations_on_literal_types/ |
| D | operations_on_literal_types.ets | 20 In most cases, it is the supertype itself.
|
| D | operations_on_literal_types1.ets | 20 In most cases, it is the supertype itself.
|
| D | operations_on_literal_types2.ets | 20 In most cases, it is the supertype itself.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/ |
| D | spec_example1.ets | 18 In most cases declarations and statements are terminated by a line separator (see §2.4).
|
| D | spec_example2.ets | 18 In most cases declarations and statements are terminated by a line separator (see §2.4).
|
| D | semicol_p.ets | 19 In most cases declarations and statements are terminated by a line separator (see §2.4).
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/ |
| D | error_call.ets | 18 assert: In most case errors are caused by Virtial Machine or by standard libraries. In case it is n…
|
| D | error_call_with_recovery.ets | 18 assert: In most case errors are caused by Virtial Machine or by standard libraries. In case it is n…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.reference_types/ |
| D | intersection_type_initialization.ets | 17 desc: For each Ti (1 ≤ i ≤ n), let Ci be the most specific class or array type such that Ti < Ci . …
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | gensettings.py | 26 In most cases template name, source and bench file extentions
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe2.md | 9 because its most popular use cases make no sense in the statically typed
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | README.md | 84 …- `rest` generator for rest parameters, `combinationRest` is most useful, as it yields all combina… 121 - function `preparePersist` in ts makes a json and mangles most of the values
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/ |
| D | README.md | 84 …- `rest` generator for rest parameters, `combinationRest` is most useful, as it yields all combina… 121 - function `preparePersist` in ts makes a json and mangles most of the values
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 54 add ; remove two top-most values from the stack, add them and put the result at the top 165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows 166 that most of operations inside a function happen on local and/or temporary variables, while 179 overloads are calls (different number of operands) and calls are the most popular instructions in
|
| D | cfi_directives.md | 16 Most `asm` bridges have similar layout:
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 54 add ; remove two top-most values from the stack, add them and put the result at the top 165 How to make sure that we benefit from the shorter encoding most of the time? An observation shows 166 that most of operations inside a function happen on local and/or temporary variables, while 179 overloads are calls (different number of operands) and calls are the most popular instructions in
|
| /arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
| D | finalizationregistrywithsymbol.js | 18 * @tc.desc:test FinalizationRegistry allow the use of most Symbols
|
| D | weakrefforsymbol.js | 18 * @tc.desc:test WeakRef allow the use of most Symbols as targets
|
| /arkcompiler/toolchain/tooling/static/connection/ |
| D | event_loop.h | 32 // Run at most one event loop handler, may block.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/import_chain_with_errors/ |
| D | master_file.ets | 28 // Error in main file based on class from the most distant file
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| D | event_loop.h | 32 // Run at most one event loop handler, may block.
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeHistory.cpp | 60 // In most cases last accessed item is the one we are looking for in At() 114 // In most cases last accessed item is the one we are looking for in FindLessOrEquals()
|
1234567