Searched defs:command (Results 1 – 13 of 13) sorted by relevance
| /libcore/luni/src/main/java/java/lang/ |
| D | ProcessBuilder.java | 33 private List<String> command; field in ProcessBuilder 45 public ProcessBuilder(String... command) { in ProcessBuilder() 60 public ProcessBuilder(List<String> command) { in ProcessBuilder() 77 public List<String> command() { in command() method in ProcessBuilder 88 public ProcessBuilder command(String... command) { in command() argument 103 public ProcessBuilder command(List<String> command) { in command() method in ProcessBuilder
|
| D | Compiler.java | 41 public static Object command(Object cmd) { in command() method in Compiler
|
| D | ProcessManager.java | 160 private static native int exec(String[] command, String[] environment, in exec() 178 String[] command = taintedCommand.clone(); in exec() local
|
| /libcore/luni/src/main/java/java/util/concurrent/ |
| D | ScheduledExecutorService.java | 81 public ScheduledFuture<?> schedule(Runnable command, in schedule() 124 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() 151 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
|
| D | Executor.java | 111 void execute(Runnable command); in execute()
|
| D | CyclicBarrier.java | 184 final Runnable command = barrierCommand; in dowait() local
|
| D | ScheduledThreadPoolExecutor.java | 497 public ScheduledFuture<?> schedule(Runnable command, in schedule() 530 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate() 554 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay() 593 public void execute(Runnable command) { in execute()
|
| D | ThreadPoolExecutor.java | 785 final void reject(Runnable command) { in reject() 1270 public void execute(Runnable command) { in execute()
|
| /libcore/dalvik/src/main/java/dalvik/system/ |
| D | Zygote.java | 183 public static void execShell(String command) { in execShell() 201 public static void appendQuotedShellArgs(StringBuilder command, String[] args) { in appendQuotedShellArgs()
|
| /libcore/luni/src/main/java/java/net/ |
| D | Socks4Message.java | 72 public void setCommandOrResult(int command) { in setCommandOrResult()
|
| D | PlainSocketImpl.java | 426 private void socksSendRequest(int command, InetAddress address, int port) throws IOException { in socksSendRequest()
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | OldRuntimeTest.java | 308 String command = "mkdir " + folder; in checkExec() local
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| D | FtpURLConnection.java | 499 private void write(String command) throws IOException { in write()
|