Searched defs:cmd (Results 1 – 8 of 8) sorted by relevance
| /art/tools/common/ |
| D | common.py | 140 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/ |
| D | run_build_test_target.py | 83 cmd = ['art/tools/golem/build-target.sh'] variable
|
| /art/compiler/utils/ |
| D | assembler_test_base.h | 227 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
|
| D | assembler_thumb_test.cc | 123 char cmd[1024]; in DumpAndCheck() local
|
| /art/compiler/debug/dwarf/ |
| D | dwarf_test.h | 87 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
|
| /art/runtime/ |
| D | native_stack_dump.cc | 262 static bool RunCommand(const std::string& cmd) { in RunCommand()
|
| /art/dexlayout/ |
| D | dexdiag.cc | 433 static void Usage(const char* cmd) { in Usage()
|
| /art/runtime/jdwp/ |
| D | jdwp_handler.cc | 1439 uint8_t cmd; member
|