Searched defs:execute (Results 1 – 13 of 13) sorted by relevance
79 execute() { function
40 void execute() { in execute() method in Test
47 public static void execute(Runnable runnable) throws Exception { in execute() method in Main
73 def execute(self): member in Compiler
55 public static void execute(Runnable runnable) throws Exception { in execute() method in Main
177 public void execute(String programName) { in execute() method in Executor
211 protected void execute(Program program) { in execute() method in Fuzzer
62 public static boolean execute; field in Options
65 private static void execute() { in execute() method in Main.testCallStaticVoidMethodOnSubClass_SuperClass
829 public void execute(Runnable command) { in execute() method in DexoptHelperTest.DelayedExecutor
120 private static void execute() { in execute() method in Main.testCallStaticVoidMethodOnSubClass_SuperClass
201 jmethodID execute = env->GetStaticMethodID(super_class, "execute", "()V"); in Java_Main_testCallStaticVoidMethodOnSubClassNative() local