Searched defs:command (Results 1 – 10 of 10) sorted by relevance
184 public ExecutionResult executeCommand(String command, boolean captureOutput) { in executeCommand()189 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand()243 private List<String> splitCommand(String command) { in splitCommand()251 private String getExecutionPrefixWithAdb(String command) { in getExecutionPrefixWithAdb()275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache() local283 String command = getExecutionPrefixWithAdb("push") + programName + " " + testLocation; in pushProgramToDevice() local
76 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout()180 String command = ""; in execute() local
310 std::vector<std::string> command; in TEST_F() local329 std::vector<std::string> command; in TEST_F() local345 std::vector<std::string> command; in TEST_F() local370 std::vector<std::string> command; in TEST_F() local
52 std::vector<std::string> command; in CommandLine() local
470 def run_test(command, test, test_variant, test_name): argument
53 std::vector<std::string> command; in CommandLine() local
102 std::vector<std::string> command; in CommandLine() local113 std::vector<std::string> command; in StrippedCommandLine() local
685 std::vector<std::string> command; in CommandLine() local
1598 static bool IsInvokeCommand(uint8_t command_set, uint8_t command) { in IsInvokeCommand()
1479 char command[1024]; in createInclusiveProfileGraphNew() local