Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/toolchain/tooling/client/utils/
Dcli_command.cpp227 ErrCode CliCommand::HeapProfilerCommand(const std::string &cmd) in HeapProfilerCommand()
264 ErrCode CliCommand::CpuProfileCommand(const std::string &cmd) in CpuProfileCommand()
308 ErrCode CliCommand::DebuggerCommand(const std::string &cmd) in DebuggerCommand()
324 ErrCode CliCommand::RuntimeCommand(const std::string &cmd) in RuntimeCommand()
344 ErrCode CliCommand::BreakCommand(const std::string &cmd) in BreakCommand()
374 ErrCode CliCommand::DeleteCommand(const std::string &cmd) in DeleteCommand()
403 ErrCode CliCommand::DisplayCommand(const std::string &cmd) in DisplayCommand()
416 ErrCode CliCommand::InfosourceCommand(const std::string &cmd) in InfosourceCommand()
436 ErrCode CliCommand::ListCommand(const std::string &cmd) in ListCommand()
469 ErrCode CliCommand::StepCommand(const std::string &cmd) in StepCommand()
[all …]
/arkcompiler/ets_frontend/test/scripts/
Dentry.py51 def job(cmd): argument
/arkcompiler/toolchain/build/scripts/
Dcheck_mac_system_and_cpu.py21 def run_cmd(cmd): argument
/arkcompiler/ets_frontend/test/scripts/utils/flash_image/
Dburn_image.py31 def job(cmd): argument
/arkcompiler/ets_frontend/es2panda/scripts/
Dgenerate_js_bytecode.py63 def run_command(cmd, execution_path): argument
/arkcompiler/ets_runtime/test/
Druntest.py73 def run_and_print(cmd): argument
77 def run_command(cmd, timeout=DEFAULT_TIMEOUT): argument
291 def run_cmd(self, cmd): argument
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp77 CliCommand cmd(cliCmdStr, 0); in NotifySuccess() local
86 CliCommand cmd(cliCmdStr, 0); in NotifyFail() local
120 CliCommand cmd(cliCmdStr, 0); in ForkSocketClient() local
/arkcompiler/ets_frontend/arkguard/
Dcompile_arkguard.py43 def run_cmd(cmd, execution_ath=None): argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp158 …void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent, ElfKind kind, size_… in ElfAllocate()
307 int64_t offset, size_t maxSize, ElfCommand cmd, size_t scnCnt, Elf* elf) in GetElfItem()
397 …void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, Elf* pare… in FileReadElf()
452 void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent) in ReadMmapedFile()
/arkcompiler/toolchain/tooling/client/domain/
Dtest_client.cpp25 bool TestClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py96 def run_cmd(cmd): argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Dsingle_test_runner.rb246 def run_command(cmd) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb253 def run_command(cmd) argument
/arkcompiler/toolchain/tooling/client/tcpServer/
Dtcp_server.cpp189 bool TcpServer::FindCommand(std::vector<std::string> cmds, std::string cmd) in FindCommand()
/arkcompiler/ets_frontend/test262/
Dutils.py163 def __init__(self, cmd): argument
225 def report_command(cmd_type, cmd, env=None): argument
/arkcompiler/toolchain/tooling/client/ark_cli/
Dmain.cpp70 CliCommand cmd(cliCmdStr, sessionId); in InputMessageInSession() local
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
Dbase_test_reporter.rb49 def log_start_command(cmd) argument
Djtr_reporter.rb95 def log_start_command(cmd) argument
Dallure_reporter.rb100 def log_start_command(cmd) argument
Dtest_reporter.rb69 def log_start_command(cmd) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dbase_test_reporter.rb49 def log_start_command(cmd) argument
Djtr_reporter.rb95 def log_start_command(cmd) argument
Dallure_reporter.rb100 def log_start_command(cmd) argument
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py52 def _run_cmd(cmd): argument
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py176 def run_subprocess_with_beta3(test_obj, cmd): argument
209 def log_cmd(self, cmd): argument
302 def __init__(self, cmd, compare_str, compare_abc_str, remove_file): argument
314 def log_cmd(self, cmd): argument
1035 def __init__(self, cmd, api_version): argument
1664 def add_cmd(self, cmd, compare_str, compare_abc_str, remove_file, func=TestAop): argument

12