Home
last modified time | relevance | path

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

/dalvik/libcore/luni/src/main/java/java/lang/
DProcessBuilder.java32 private List<String> command; field in ProcessBuilder
48 public ProcessBuilder(String... command) { in ProcessBuilder()
64 public ProcessBuilder(List<String> command) { in ProcessBuilder()
83 public List<String> command() { in command() method in ProcessBuilder
95 public ProcessBuilder command(String... command) { in command() method in ProcessBuilder
111 public ProcessBuilder command(List<String> command) { in command() method in ProcessBuilder
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
DScheduledExecutorService.java83 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit); in schedule()
120 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, T… in scheduleAtFixedRate()
143 …public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay,… in scheduleWithFixedDelay()
DExecutor.java106 void execute(Runnable command); in execute()
DScheduledThreadPoolExecutor.java174 private void delayedExecute(Runnable command) { in delayedExecute()
283 public ScheduledFuture<?> schedule(Runnable command, in schedule()
308 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, in scheduleAtFixedRate()
327 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, in scheduleWithFixedDelay()
360 public void execute(Runnable command) { in execute()
DCyclicBarrier.java163 Runnable command = barrierCommand; in dowait() local
DThreadPoolExecutor.java380 void reject(Runnable command) { in reject()
849 public void execute(Runnable command) { in execute()
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
DCompiler.java48 public static Object command(Object cmd) { in command() method in Compiler
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DProcessBuilderTest.java81 String[] command = new String[3]; in testCommand() local
DRuntimeTest.java555 String command = "mkdir " + folder; in checkExec() local
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
DShortMessage.java199 public void setMessage(int command, int channel, int data1, int data2) in setMessage()
/dalvik/libcore/support/src/test/java/tests/support/
DSupport_Exec.java105 StringBuilder command; in execJavaCommon() local
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... public void run () String[] params String command java.io.BufferedReader in java.io. ...
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
DSocks4Message.java73 public void setCommandOrResult(int command) { in setCommandOrResult()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
DFtpURLConnection.java490 private void write(String command) throws IOException { in write()
/dalvik/tools/dmtracedump/
DTraceDump.c1659 char command[1024]; in createInclusiveProfileGraphNew() local