Home
last modified time | relevance | path

Searched defs:command (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py30 def command_to_run(command): argument
36 def is_static_link(command): argument
49 def update_crt(command): argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dsingle_test.rb20 def initialize(command, isa, definitions, predefined, skip_header) argument
Dtest_case.rb22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
Dtest_base.rb18 def initialize(isa, command, definitions, predefined, skip_header) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb77 def initialize(command, reporter) argument
/arkcompiler/runtime_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp167 PandaString command = "P=" + ToPandaString(pid); in SendZerohungEvent() local
/arkcompiler/ets_frontend/test262/
Dutils.py72 def run_cmd(command): argument