HomeSort by relevance Sort by last modified time
    Searched defs:python (Results 1 - 4 of 4) sorted by null

  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 3 import org.python.core.Py;
4 import org.python.core.PyObject;
5 import org.python.util.PythonInterpreter;
6 import org.python.util.InteractiveConsole;
42 PythonInterpreter python = new PythonInterpreter(); local
44 python.execfile(scriptfilename);
51 /** Initialize the python interpreter. */
56 props.setProperty("python.verbose", "error");
57 props.setProperty("python.path", System.getProperty("java.class.path"));
62 * Create and run a console using a new python interpreter for the tes
67 InteractiveConsole python = new InteractiveConsole(); local
80 InteractiveConsole python = new InteractiveConsole(locals); local
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 13 milliseconds