Home
last modified time | relevance | path

Searched defs:command (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dexec_utils_test.cc31 std::vector<std::string> command; in TEST_F() local
50 std::vector<std::string> command; in TEST_F() local
66 std::vector<std::string> command; in TEST_F() local
91 std::vector<std::string> command; in TEST_F() local
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java184 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() local
283 String command = getExecutionPrefixWithAdb("push") + programName + " " + testLocation; in pushProgramToDevice() local
DExecutor.java76 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout()
178 String command = ""; in execute() local
/art/dexoptanalyzer/
Ddexoptanalyzer.cc56 std::vector<std::string> command; in CommandLine() local
/art/test/testrunner/
Dtestrunner.py530 def run_test(command, test, test_variant, test_name): argument
/art/tools/hiddenapi/
Dhiddenapi.cc37 std::vector<std::string> command; in CommandLine() local
/art/dex2oat/
Ddex2oat.cc118 std::vector<std::string> command; in CommandLine() local
129 std::vector<std::string> command; in StrippedCommandLine() local
/art/profman/
Dprofman.cc62 std::vector<std::string> command; in CommandLine() local
/art/patchoat/
Dpatchoat.cc1086 std::vector<std::string> command; in CommandLine() local
/art/runtime/jdwp/
Djdwp_handler.cc1598 static bool IsInvokeCommand(uint8_t command_set, uint8_t command) { in IsInvokeCommand()
/art/tools/dmtracedump/
Dtracedump.cc1479 char command[1024]; in createInclusiveProfileGraphNew() local