Searched defs:exec (Results 1 – 7 of 7) sorted by relevance
52 public static <V> V exec(RemoteFunction<V> func) { in exec() method in Remote63 public static void exec(RemoteVoidFunction func) { in exec() method in Remote
53 exec () { function
109 public static Process exec(String cmd) throws IOException { in exec() method in TraceUtils113 public static Process exec(String cmd, String tmpdir) throws IOException { in exec() method in TraceUtils117 public static Process exec(String cmd, String tmpdir, boolean logOutput) throws IOException { in exec() method in TraceUtils
136 final ThreadPoolExecutor exec = new ThreadPoolExecutor( in createStubFiles() local
63 public void exec(MediaScannerConnection conn) { in exec() method in DownloadScanner.ScanRequest
379 private void exec(int msgid) { in exec() method in BlockingGLTextureView.RenderThread
693 int exec(String[] args, IndentingPrintWriter writer) { in exec() method in CarShellCommand