Home
last modified time | relevance | path

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

/art/tools/common/
Dcommon.py140 def RunCommandForOutput(cmd, env, stdout, stderr, timeout=60): argument
171 def _LogCmdOutput(logfile, cmd, output, retcode): argument
184 def RunCommand(cmd, out, err, timeout=5): argument
211 def CommandListToCommandString(cmd): argument
263 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): argument
337 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): argument
436 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): argument
/art/test/testrunner/
Drun_build_test_target.py83 cmd = ['art/tools/golem/build-target.sh'] variable
/art/compiler/utils/
Dassembler_test_base.h227 std::string cmd = android::base::Join(args, ' '); in Assemble() local
263 std::string cmd = android::base::Join(args, ' '); in Objdump() local
344 std::string cmd = android::base::Join(args, ' '); in DisassembleBinary() local
Dassembler_thumb_test.cc123 char cmd[1024]; in DumpAndCheck() local
/art/compiler/debug/dwarf/
Ddwarf_test.h87 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
/art/runtime/
Dnative_stack_dump.cc262 static bool RunCommand(const std::string& cmd) { in RunCommand()
/art/dexlayout/
Ddexdiag.cc433 static void Usage(const char* cmd) { in Usage()
/art/runtime/jdwp/
Djdwp_handler.cc1439 uint8_t cmd; member