Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 236) sorted by relevance

12345678910

/arkcompiler/runtime_core/tests/checked/
DREADME.md14 ## List of commands
30 * **PASS_AFTER** (pass_name: string) specify pass after which IR commands should operate
32 * **INST** (inst: pattern) search specified instruction in the ir dump file specified by commands `…
35 …specified phrase and counts the number in the ir dump file specified by commands `METHOD` and `PAS…
38 * **SKIP_IF** (condition) if condition is `true`, skip all commands from that to end of this checker
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest.rb26 @commands = test[Generator::TEST_COMMANDS]
41 LOG.error "Test '#{@test_name}' does not have definition of instruction commands"
49 @commands.each do |raw_command|
Dparser.rb96 # Process all commands
102 # Process commands, if it has only, to only them should be processed
Dgenerator.rb46 TEST_COMMANDS = 'commands'
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md2 Server is an application that accepts commands through the socket and executes them in debugger
8 VSCode provides us client interface and sending commands to the debugger with socket
Drationale-for-bytecode.md13 There is a central processing unit (CPU) that reads commands (or _instructions_) from
21 In real world, different CPU manufacturers provide different sets of commands for their devices –
29 commands (or bytecode) and execute them. Of course, this implies additional performance overhead
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/visibilityOfCrossModuleTypeUsage/
DvisibilityOfCrossModuleTypeUsage_fs.ts21 import * as commands from './visibilityOfCrossModuleTypeUsage_commands';
22 function run(configuration: commands.IConfiguration) {
/arkcompiler/runtime_core/cmake/
DREADME.md34 Move compile commands to root directory
47 * `compile_commands.json` - json nija-commands file to correct execution clang-tidy.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlda.null.yaml24 commands:
Dtest-schema.json6 "commands"
81 "commands": { object
Dnop.yaml25 commands:
Dmov.null.yaml24 commands:
Dldai.yaml25 commands:
Dldai.64.yaml25 commands:
Du32tof32.yaml23 commands:
Du32tof64.yaml23 commands:
Du32toi16.yaml24 commands:
Du32toi64.yaml24 commands:
Du32toi8.yaml24 commands:
Di32tof32.yaml23 commands:
Du32tou16.yaml24 commands:
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md40 **NOTE**: Run the compilation commands in the project root directory.
/arkcompiler/ets_frontend/test262/
Dutils.py92 def run_cmd_cwd(commands, cwd=os.getcwd()): argument
93 cmd = CommandCwd(commands, cwd)
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py8 This script exists to avoid using complex shell commands in
/arkcompiler/ets_runtime/test/
Drun_ts_test262.py95 # get es2abc file commands
105 # get es2abc file commands

12345678910