Searched defs:cmd (Results 1 – 10 of 10) sorted by relevance
/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/tools/ |
D | parallel_run.py | 33 def run_one(cmd, tmpfile): 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 | 116 cmd = ['art/tools/golem/build-target.sh'] variable
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 90 std::string cmd = GetAndroidTool("llvm-dwarfdump"); in Objdump() local
|
/art/oatdump/ |
D | oatdump_test.h | 347 std::ostringstream cmd; variable
|
/art/test/ |
D | run_test_build.py | 107 def bash(self, cmd): argument
|
/art/runtime/ |
D | native_stack_dump.cc | 289 static bool RunCommand(const std::string& cmd) { in RunCommand()
|
/art/dexlayout/ |
D | dexdiag.cc | 444 static void Usage(const char* cmd) { in Usage()
|
/art/libartservice/service/java/com/android/server/art/ |
D | ArtShellCommand.java | 102 public int onCommand(String cmd) { in onCommand()
|