Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DProcessBuilder.java180 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
DCompiler.java78 public static Object command(Object cmd) { in command() method in Compiler
DRuntime.java425 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/
DScheduledExecutorService.java110 public ScheduledFuture<?> schedule(Runnable command, in schedule()
168 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate()
208 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
DExecutor.java138 void execute(Runnable command); in execute()
DCyclicBarrier.java219 final Runnable command = barrierCommand; in dowait() local
DScheduledThreadPoolExecutor.java553 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()
DThreadPoolExecutor.java847 final void reject(Runnable command) { in reject()
1357 public void execute(Runnable command) { in execute()
DCompletableFuture.java2641 static ScheduledFuture<?> delay(Runnable command, long delay, in delay()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DRuntime.java66 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/
DExecutors.java193 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()
DThreadPoolExecutor.java143 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/
DProcessBuilderTest.java52 String[] command = new String[3]; in testCommand() local
/libcore/metrictests/memory/host/src/libcore/heapmetrics/
DMetricsRunner.java156 String command = String.format( in runInstrumentation() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldRuntimeTest.java295 String command = "mkdir " + folder; in checkExec() local