Searched defs:cmd (Results 1 – 10 of 10) sorted by relevance
/art/tools/ |
D | parallel_run.py | 33 def run_one(cmd, tmpfile): argument
|
/art/tools/common/ |
D | common.py | 132 def RunCommandForOutput(cmd, env, stdout, stderr, timeout=60): argument 163 def _LogCmdOutput(logfile, cmd, output, retcode): argument 176 def RunCommand(cmd, out, err, timeout=5): argument 203 def CommandListToCommandString(cmd): argument 255 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): argument 335 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): argument 434 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR): argument
|
/art/libartbase/base/ |
D | membarrier_test.cc | 27 bool HasMembarrier(art::MembarrierCommand cmd) { in HasMembarrier() 51 static const char* MembarrierCommandToName(art::MembarrierCommand cmd) { in MembarrierCommandToName()
|
/art/test/testrunner/ |
D | run_build_test_target.py | 96 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 | 89 std::string cmd = GetAndroidHostToolsDir(); in Objdump() local
|
/art/tools/class2greylist/src/com/android/class2greylist/ |
D | Class2Greylist.java | 112 CommandLine cmd; in main() local
|
/art/runtime/ |
D | native_stack_dump.cc | 289 static bool RunCommand(const std::string& cmd) { in RunCommand()
|
/art/dexlayout/ |
D | dexdiag.cc | 445 static void Usage(const char* cmd) { in Usage()
|