Home
last modified time | relevance | path

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

/art/tools/common/
Dcommon.py132 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/tools/
Dparallel_run.py33 def run_one(cmd, tmpfile): argument
/art/libartbase/base/
Dmembarrier_test.cc27 bool HasMembarrier(art::MembarrierCommand cmd) { in HasMembarrier()
51 static const char* MembarrierCommandToName(art::MembarrierCommand cmd) { in MembarrierCommandToName()
/art/test/testrunner/
Drun_build_test_target.py100 cmd = ['art/tools/golem/build-target.sh'] variable
/art/compiler/debug/dwarf/
Ddwarf_test.h89 std::string cmd = GetAndroidTool("llvm-dwarfdump"); in Objdump() local
/art/tools/class2greylist/src/com/android/class2greylist/
DClass2Greylist.java114 CommandLine cmd; in main() local
/art/runtime/
Dnative_stack_dump.cc287 static bool RunCommand(const std::string& cmd) { in RunCommand()
/art/dexlayout/
Ddexdiag.cc445 static void Usage(const char* cmd) { in Usage()