Searched defs:execute (Results 1 – 11 of 11) sorted by relevance
79 execute() { function
40 void execute() { in execute() method in Test
75 def execute(self): member in Compiler
57 public static void execute(Runnable runnable) throws Exception { in execute() method in Main
177 public void execute(String programName) { in execute() method in Executor
62 public static boolean execute; field in Options
225 protected void execute(Program program) { in execute() method in Fuzzer
65 private static void execute() { in execute() method in Main.testCallStaticVoidMethodOnSubClass_SuperClass
115 private static void execute() { in execute() method in Main.testCallStaticVoidMethodOnSubClass_SuperClass
172 jmethodID execute = env->GetStaticMethodID(super_class, "execute", "()V"); in Java_Main_testCallStaticVoidMethodOnSubClassNative() local