Searched full:separated (Results 1 – 25 of 72) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/ |
| D | README.md | 19 | `--runtime-options` | Comma separated list of runtime options for ARK. Example: --runtime-options… 20 | `--aot-options` | Comma separated list of aot options for ARK_AOT. |
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 409 arg_list := <","-separated list of argument names and their respective types> 411 func_code := <newline-separated sequence of bytecode instructions and their operands> 420 arg_list := <","-separated list of argument names and their respective types> 422 ctor_code := <newline-separated sequence of bytecode instructions and their operands> 429 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 433 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 441 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 445 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 452 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "=">
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.trailing_lambda/ |
| D | trlambda_static_met.params.yaml | 128 # regular lambda cases with extra block afterwards separated by a semicolon 139 // not a trailing lambda, block separated by semicolon 152 // not a trailing lambda, block separated by semicolon
|
| D | trlambda_met.params.yaml | 128 # regular lambda cases with extra block afterwards separated by a semicolon 139 // not a trailing lambda, block separated by semicolon 152 // not a trailing lambda, block separated by semicolon
|
| D | trlambda_func.params.yaml | 116 # regular lambda cases with extra block afterwards separated by a semicolon 124 // not a trailing lambda, block separated by semicolon 135 // not a trailing lambda, block separated with semicolon
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | cli.py | 78 help='Comma-separated list of lang plugins') 84 help='Filter by tag (comma-separated list)') 88 help='Skip if tagged (comma-separated list)') 92 help='Filter by name (comma-separated list)') 97 '(comma-separated list)') 118 help='Comma-separated list of hook plugins')
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/ |
| D | empty_interface_declaration_with_type_params.params.yaml | 22 # A list that contains comma separated identifiers
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | options.yaml | 23 description: Boot panda files separated by colon 29 description: Panda files separated by colon which is not within boot-panda-files
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/11.semicolons/ |
| D | semicol_p.params.yaml | 23 // multiple semicolons line separated
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | gc-thread-activity.puactivity | 28 :Run GC with obtained task in separated thread;
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 456 arg_list := <","-separated list of argument names and their respective types> 458 func_code := <newline-separated sequence of bytecode instructions and their operands> 465 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 469 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 477 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 481 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "="> 488 …assumes the assignment of a value, and the value that is assigned to it, separated by the sign "=">
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | README.md | 132 - Argument and it's value may be separated either by whitespace (` `) or by equals (`=`) sign 134 - Positional arguments should be without names or `=` signs, separated by whitespaces 140 - list values must be repeated with arg name or separated by delimiter
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 132 - Argument and it's value may be separated either by whitespace (` `) or by equals (`=`) sign 134 - Positional arguments should be without names or `=` signs, separated by whitespaces 140 - list values must be repeated with arg name or separated by delimiter
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/ |
| D | README.md | 23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/ |
| D | readme.md | 29 …configuration file and replaces corresponded variables in the template. Separated test object will… 85 …xample contains two YAML objects fragments, each of them will be used for creating a separated test
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | time.h | 47 …is the position of the start real time entry in stat file, all entries in the file are separated by in GetStartRealTime()
|
| /arkcompiler/runtime_core/scripts/third-party-lists/ |
| D | public | 19 # * Fields in a record are separated by comma (,) without surrounding whitespaces
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | linker_driver.py | 51 comma-separated arguments to be passed to the strip command. 188 strip_args_string: string, Comma-separated arguments for `strip`.
|
| /arkcompiler/runtime_core/static_core/scripts/third-party-lists/ |
| D | public | 19 # * Fields in a record are separated by comma (,) without surrounding whitespaces
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_options.cpp | 116 … " \tEnable debug trace for specified phases in the comma separated list\n", 121 … " \tSkip the phases specified in the comma separated list\n",
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 15 - Comma-separated list of panda files to compile.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_method_signature.h | 26 // Arguments type separated from return type by ":". Object names bounded by 'L' and ';'
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | paoc.md | 18 - Comma-separated list of panda files to compile.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | suppression.rst | 40 Arguments must be separated with commas without whitespaces.
|
123