HomeSort by relevance Sort by last modified time
    Searched refs:ShellInterpreter (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
ShellInterpreter.java 28 public class ShellInterpreter extends Interpreter {
31 public ShellInterpreter() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 34 import com.googlecode.android_scripting.interpreter.shell.ShellInterpreter;
215 mInterpreterSet.add(new ShellInterpreter());
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 42 import com.googlecode.android_scripting.interpreter.shell.ShellInterpreter;
180 interpreterProcess = new InterpreterProcess(new ShellInterpreter(), proxy);

Completed in 93 milliseconds