Home
last modified time | relevance | path

Searched full:separated (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml23 description: Boot panda files separated by colon
29 description: Panda files separated by colon which is not within boot-panda-files
/arkcompiler/runtime_core/docs/
Dassembly_format.md456 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 "=">
Dfile_format.md36 All classes, fields and methods are separated into 2 groups: foreign and local.
/arkcompiler/runtime_core/libpandabase/
DREADME.md132 - 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/docs/diagrams/
Dgc-thread-activity.puactivity28 :Run GC with obtained task in separated thread;
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required
/arkcompiler/runtime_core/scripts/third-party-lists/
Dpublic19 # * Fields in a record are separated by comma (,) without surrounding whitespaces
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md15 - Comma-separated list of panda files to compile.
/arkcompiler/runtime_core/irtoc/lang/
Doptions.rb31 …opts.on("--input=PATH", "Input files, separated by ':' symbol") { |v| self.input_files = v.split('…
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md24 Comma separated list of compiler options for C2P (see 'build/bin/c2p
Drun_benchmark.py34 … help="Comma separated list of compiler options for C2P (see '%s --help' for details"
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgenerate_plugin.py170 # generate a method collect all separated arrays
/arkcompiler/runtime_core/runtime/
Doptions.yaml23 description: Boot panda files separated by colon
29 description: Panda files separated by colon which is not within boot-panda-files
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py348 separated = option.split(":")
349 opt = re.findall(r"\w+", separated[0])[0].lower()
350 value = separated[1].strip().lower()
/arkcompiler/runtime_core/cmake/
DDefinitions.cmake131 …i): Remove PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS when the managed libs are separated form the Panda
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.cpp35 * 2. Constraints are separated into direct, copy.
/arkcompiler/ets_runtime/docs/
Ddevelopment-example.md232 …name="p35384041313"></a>Specifies the set of .so dependency file paths, separated by colons (:).</…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml19 Describes signature of the instruction. Properties of the operands are separated by '-' symbol.