Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils_test.cc31 std::vector<std::string> command; in TEST_F() local
49 std::vector<std::string> command; in TEST_F() local
64 std::vector<std::string> command; in TEST_F() local
88 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/libartbase/base/
Dmembarrier.cc50 int membarrier(MembarrierCommand command) { in membarrier()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc62 std::vector<std::string> command; in CommandLine() local
/art/test/testrunner/
Dtestrunner.py570 def run_test(command, test, test_variant, test_name): argument
/art/tools/hiddenapi/
Dhiddenapi.cc47 std::vector<std::string> command; in CommandLine() local
888 const std::string_view command(raw_command); in ParseArgs() local
/art/dex2oat/
Ddex2oat.cc123 std::vector<std::string> command; in CommandLine() local
135 std::vector<std::string> command; in StrippedCommandLine() local
/art/profman/
Dprofman.cc67 std::vector<std::string> command; in CommandLine() local
/art/tools/dmtracedump/
Dtracedump.cc1479 char command[1024]; in createInclusiveProfileGraphNew() local