Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DRuntime.java185 public Process exec(String prog) throws java.io.IOException { in exec()
204 public Process exec(String prog, String[] envp) throws java.io.IOException { in exec()
226 public Process exec(String prog, String[] envp, File directory) throws java.io.IOException { in exec()
/libcore/luni/src/test/java/libcore/sqlite/
DOldDatabaseTest.java966 TestProgressHandler prog = new TestProgressHandler(); in testProgress_handler() local