Searched defs:command (Results 1 – 11 of 11) sorted by relevance
33 private List<String> command; field in ProcessBuilder48 public ProcessBuilder(String... command) { in ProcessBuilder()63 public ProcessBuilder(List<String> command) { in ProcessBuilder()81 public List<String> command() { in command() method in ProcessBuilder92 public ProcessBuilder command(String... command) { in command() method in ProcessBuilder107 public ProcessBuilder command(List<String> command) { in command() argument
44 public static Object command(Object cmd) { in command() method in Compiler
170 static native int exec(String[] command, String[] environment, in exec()188 String[] command = taintedCommand.clone(); in exec() local
82 public ScheduledFuture<?> schedule(Runnable command, in schedule()125 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate()152 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
111 void execute(Runnable command); in execute()
184 final Runnable command = barrierCommand; in dowait() local
493 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()
793 final void reject(Runnable command) { in reject()1278 public void execute(Runnable command) { in execute()
71 public void setCommandOrResult(int command) { in setCommandOrResult()
499 private void write(String command) throws IOException { in write()
493 String command = "mkdir " + folder; in checkExec() local