Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils_test.cc125 std::vector<std::string> command; in TEST_P() local
135 std::vector<std::string> command; in TEST_P() local
152 std::vector<std::string> command; in TEST_P() local
171 std::vector<std::string> command; in TEST_P() local
184 std::vector<std::string> command; in SleepCommand() local
193 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local
204 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local
212 std::vector<std::string> command; in TEST_P() local
244 std::vector<std::string> command; in TEST_P() local
269 std::vector<std::string> command; in TEST_P() local
[all …]
/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.java46 private void runTask(@NonNull Runnable command, @NonNull ScheduledExecutorService executor) { in runTask()
67 synchronized public void maybeRunAsync(@NonNull Runnable command) { in maybeRunAsync()
/art/libartbase/base/
Dmembarrier.cc59 int membarrier(MembarrierCommand command) { in membarrier()
/art/libartservice/service/javatests/com/android/server/art/testing/
DMockClock.java69 public ScheduledFuture<?> schedule( in schedule()
/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsTestUtils.java135 private String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds()
DOdsignTestUtils.java412 public String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds()
/art/test/generate-boot-image/
Dgenerate-boot-image.cc123 std::string command = ""; in BuildCommand() local
/art/dexoptanalyzer/
Ddexoptanalyzer.cc50 std::vector<std::string> command; in CommandLine() local
/art/libnativeloader/test/src/android/test/hostside/
DLibnativeloaderTest.java378 String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds()
/art/tools/hiddenapi/
Dhiddenapi.cc50 std::vector<std::string> command; in CommandLine() local
804 const std::string_view command(raw_command); in ParseArgs() local
/art/libartservice/service/javatests/com/android/server/art/
DDexoptHelperTest.java852 public void execute(Runnable command) { in execute()
/art/dex2oat/
Ddex2oat.cc135 std::vector<std::string> command; in CommandLine() local
147 std::vector<std::string> command; in StrippedCommandLine() local
/art/profman/
Dprofman.cc76 std::vector<std::string> command; in CommandLine() local