Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils_test.cc109 std::vector<std::string> command; in TEST_P() local
119 std::vector<std::string> command; in TEST_P() local
136 std::vector<std::string> command; in TEST_P() local
155 std::vector<std::string> command; in TEST_P() local
168 std::vector<std::string> command; in SleepCommand() local
177 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local
188 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local
196 std::vector<std::string> command; in TEST_P() local
222 std::vector<std::string> command = SleepCommand(5); in TEST_P() local
255 std::vector<std::string> command; in TEST_P() 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/libartservice/service/java/com/android/server/art/
DDebouncer.java47 synchronized public void maybeRunAsync(@NonNull Runnable command) { in maybeRunAsync()
/art/libartbase/base/
Dmembarrier.cc50 int membarrier(MembarrierCommand command) { in membarrier()
/art/libartservice/service/javatests/com/android/server/art/testing/
DMockClock.java64 public ScheduledFuture<?> schedule( in schedule()
/art/test/generate-boot-image/
Dgenerate-boot-image.cc57 std::string command = ""; in BuildCommand() local
/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsTestUtils.java133 private String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds()
DOdsignTestUtils.java412 public String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc51 std::vector<std::string> command; in CommandLine() local
/art/test/testrunner/
Dtestrunner.py648 def run_test(command, test, test_variant, test_name): argument
/art/libnativeloader/test/src/android/test/hostside/
DLibnativeloaderTest.java372 String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds()
/art/libartservice/service/javatests/com/android/server/art/
DDexoptHelperTest.java848 public void execute(Runnable command) { in execute()
/art/tools/hiddenapi/
Dhiddenapi.cc49 std::vector<std::string> command; in CommandLine() local
801 const std::string_view command(raw_command); in ParseArgs() local
/art/dex2oat/
Ddex2oat.cc139 std::vector<std::string> command; in CommandLine() local
151 std::vector<std::string> command; in StrippedCommandLine() local
/art/profman/
Dprofman.cc76 std::vector<std::string> command; in CommandLine() local
/art/tools/dmtracedump/
Dtracedump.cc1479 char command[1024]; in createInclusiveProfileGraphNew() local