/libcore/ojluni/src/main/java/java/lang/ |
D | ProcessBuilder.java | 180 private List<String> command; field in ProcessBuilder 198 public ProcessBuilder(List<String> command) { in ProcessBuilder() 215 public ProcessBuilder(String... command) { in ProcessBuilder() 234 public ProcessBuilder command(List<String> command) { in command() method in ProcessBuilder 252 public ProcessBuilder command(String... command) { in command() argument 267 public List<String> command() { in command() method in ProcessBuilder
|
D | Compiler.java | 78 public static Object command(Object cmd) { in command() method in Compiler
|
D | Runtime.java | 425 public Process exec(String command) throws IOException { in exec() 466 public Process exec(String command, String[] envp) throws IOException { in exec() 520 public Process exec(String command, String[] envp, File dir) in exec()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ScheduledExecutorService.java | 110 public ScheduledFuture<?> schedule(Runnable command, in schedule() 168 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() 208 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
|
D | Executor.java | 138 void execute(Runnable command); in execute()
|
D | CyclicBarrier.java | 219 final Runnable command = barrierCommand; in dowait() local
|
D | ScheduledThreadPoolExecutor.java | 553 public ScheduledFuture<?> schedule(Runnable command, in schedule() 588 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() 613 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay() 653 public void execute(Runnable command) { in execute()
|
D | ThreadPoolExecutor.java | 847 final void reject(Runnable command) { in reject() 1357 public void execute(Runnable command) { in execute()
|
D | CompletableFuture.java | 2641 static ScheduledFuture<?> delay(Runnable command, long delay, in delay()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Runtime.java | 66 public java.lang.Process exec(java.lang.String command) throws java.io.IOException { in exec() 70 public java.lang.Process exec(java.lang.String command, java.lang.String[] envp) in exec() 76 java.lang.String command, java.lang.String[] envp, java.io.File dir) in exec()
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | Executors.java | 193 public void execute(java.lang.Runnable command) { in execute() 277 java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit) { in schedule() 289 java.lang.Runnable command, in scheduleAtFixedRate() 297 java.lang.Runnable command, in scheduleWithFixedDelay()
|
D | ThreadPoolExecutor.java | 143 final void reject(java.lang.Runnable command) { in reject() 180 public void execute(java.lang.Runnable command) { in execute()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ProcessBuilderTest.java | 52 String[] command = new String[3]; in testCommand() local
|
/libcore/metrictests/memory/host/src/libcore/heapmetrics/ |
D | MetricsRunner.java | 156 String command = String.format( in runInstrumentation() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldRuntimeTest.java | 295 String command = "mkdir " + folder; in checkExec() local
|