Home
last modified time | relevance | path

Searched refs:ShellInterpreter (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
DShellInterpreter.java28 public class ShellInterpreter extends Interpreter { class
31 public ShellInterpreter() { in ShellInterpreter() method in ShellInterpreter
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java34 import com.googlecode.android_scripting.interpreter.shell.ShellInterpreter;
215 mInterpreterSet.add(new ShellInterpreter()); in InterpreterConfiguration()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java42 import com.googlecode.android_scripting.interpreter.shell.ShellInterpreter;
188 interpreterProcess = new InterpreterProcess(new ShellInterpreter(), proxy); in startAction()