Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DProcessBuilder.java33 private List<String> command; field in ProcessBuilder
48 public ProcessBuilder(String... command) { in ProcessBuilder()
63 public ProcessBuilder(List<String> command) { in ProcessBuilder()
81 public List<String> command() { in command() method in ProcessBuilder
92 public ProcessBuilder command(String... command) { in command() method in ProcessBuilder
107 public ProcessBuilder command(List<String> command) { in command() argument
DCompiler.java44 public static Object command(Object cmd) { in command() method in Compiler
DProcessManager.java170 static native int exec(String[] command, String[] environment, in exec()
188 String[] command = taintedCommand.clone(); in exec() local
/libcore/luni/src/main/java/java/util/concurrent/
DScheduledExecutorService.java82 public ScheduledFuture<?> schedule(Runnable command, in schedule()
125 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate()
152 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
DExecutor.java111 void execute(Runnable command); in execute()
DCyclicBarrier.java184 final Runnable command = barrierCommand; in dowait() local
DScheduledThreadPoolExecutor.java493 public ScheduledFuture<?> schedule(Runnable command, in schedule()
526 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate()
550 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
589 public void execute(Runnable command) { in execute()
DThreadPoolExecutor.java793 final void reject(Runnable command) { in reject()
1278 public void execute(Runnable command) { in execute()
/libcore/luni/src/main/java/org/apache/harmony/luni/net/
DSocks4Message.java71 public void setCommandOrResult(int command) { in setCommandOrResult()
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
DFtpURLConnection.java499 private void write(String command) throws IOException { in write()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DRuntimeTest.java493 String command = "mkdir " + folder; in checkExec() local