Searched defs:exec (Results 1 – 8 of 8) sorted by relevance
45 T exec() throws RemoteException; in exec() method58 void exec() throws RemoteException; in exec() method
341 public static void setDefaultExecutor(Executor exec) { in setDefaultExecutor()692 public final AsyncTask<Params, Progress, Result> executeOnExecutor(Executor exec, in executeOnExecutor()
80 public int exec(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, in exec() method in ShellCommand
5 function exec(command, cb) { function
379 private void exec(int msgid) { in exec() method in BlockingGLTextureView.RenderThread
602 ScriptExecutable* exec = mGroup->getExecutable(); in setGlobalsForBatch() local
7544 void inSurfaceTransaction(Runnable exec) { in inSurfaceTransaction()
515 void asTransaction(const std::function<void(Transaction&)>& exec) { in asTransaction()