/arkcompiler/toolchain/tooling/client/utils/ |
D | cli_command.cpp | 222 ErrCode CliCommand::HeapProfilerCommand(const std::string &cmd) in HeapProfilerCommand() 259 ErrCode CliCommand::CpuProfileCommand(const std::string &cmd) in CpuProfileCommand() 303 ErrCode CliCommand::DebuggerCommand(const std::string &cmd) in DebuggerCommand() 319 ErrCode CliCommand::RuntimeCommand(const std::string &cmd) in RuntimeCommand() 339 ErrCode CliCommand::BreakCommand(const std::string &cmd) in BreakCommand() 369 ErrCode CliCommand::DeleteCommand(const std::string &cmd) in DeleteCommand() 398 ErrCode CliCommand::DisplayCommand(const std::string &cmd) in DisplayCommand() 411 ErrCode CliCommand::InfosourceCommand(const std::string &cmd) in InfosourceCommand() 431 ErrCode CliCommand::ListCommand(const std::string &cmd) in ListCommand() 464 ErrCode CliCommand::StepCommand(const std::string &cmd) in StepCommand() [all …]
|
/arkcompiler/ets_frontend/test/scripts/ |
D | timer.py | 25 def job(cmd): argument
|
/arkcompiler/ets_runtime/test/ |
D | runtest.py | 73 def run_and_print(cmd): argument 77 def run_command(cmd, timeout=DEFAULT_TIMEOUT): argument 293 def run_cmd(self, cmd): argument
|
/arkcompiler/ets_frontend/es2panda/scripts/ |
D | generate_js_bytecode.py | 58 def run_command(cmd, execution_path): argument
|
/arkcompiler/toolchain/tooling/test/client_utils/ |
D | test_util.cpp | 76 CliCommand cmd(cliCmdStr, 0); in NotifySuccess() local 85 CliCommand cmd(cliCmdStr, 0); in NotifyFail() local 119 CliCommand cmd(cliCmdStr, 0); in ForkSocketClient() local
|
/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | run.py | 57 def run_command(cmd, execution_path=os.getcwd()): argument
|
D | run_tests.py | 57 def run_command(cmd, execution_path=os.getcwd()): argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | elf_checker.cpp | 152 …void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent, ElfKind kind, size_… in ElfAllocate() 301 int64_t offset, size_t maxSize, ElfCommand cmd, size_t scnCnt, Elf* elf) in GetElfItem() 391 …void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, Elf* pare… in FileReadElf() 446 void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent) in ReadMmapedFile()
|
/arkcompiler/ets_frontend/arkguard/ |
D | compile_arkguard.py | 43 def run_cmd(cmd, execution_ath=None): argument
|
/arkcompiler/toolchain/tooling/client/domain/ |
D | test_client.cpp | 25 bool TestClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd()
|
/arkcompiler/ets_frontend/test262/ |
D | utils.py | 62 def __init__(self, cmd): argument 124 def report_command(cmd_type, cmd, env=None): argument
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
D | single_test_runner.rb | 246 def run_command(cmd) argument
|
/arkcompiler/runtime_core/tests/cts-generator/runner/ |
D | single_test_runner.rb | 253 def run_command(cmd) argument
|
/arkcompiler/toolchain/build/prebuilts_download/ |
D | prebuilts_download.py | 52 def _run_cmd(cmd): argument
|
/arkcompiler/toolchain/tooling/client/ark_cli/ |
D | main.cpp | 63 CliCommand cmd(cliCmdStr, sessionId); in InputMessageInSession() local
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
D | base_test_reporter.rb | 49 def log_start_command(cmd) argument
|
D | jtr_reporter.rb | 95 def log_start_command(cmd) argument
|
D | test_reporter.rb | 69 def log_start_command(cmd) argument
|
D | allure_reporter.rb | 100 def log_start_command(cmd) argument
|
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
D | base_test_reporter.rb | 49 def log_start_command(cmd) argument
|
D | jtr_reporter.rb | 95 def log_start_command(cmd) argument
|
D | allure_reporter.rb | 100 def log_start_command(cmd) argument
|
D | test_reporter.rb | 69 def log_start_command(cmd) argument
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
D | common.h | 592 std::string cmd; in CheckCondJumpWithZero() local 662 std::string cmd; in CheckCondJump() local
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | common.h | 579 std::string cmd; in CheckCondJumpWithZero() local 649 std::string cmd; in CheckCondJump() local
|