Home
last modified time | relevance | path

Searched refs:InterpreterDescriptor (Results 1 – 6 of 6) sorted by relevance

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java41 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
56 protected InterpreterDescriptor mDescriptor;
60 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()
62 protected abstract InterpreterInstaller getInterpreterInstaller(InterpreterDescriptor descriptor, in getInterpreterInstaller()
66 InterpreterDescriptor descriptor, Context context, AsyncTaskListener<Boolean> listener) in getInterpreterUninstaller()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterUninstaller.java29 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
44 protected final InterpreterDescriptor mDescriptor;
51 public InterpreterUninstaller(InterpreterDescriptor descriptor, Context context, in InterpreterUninstaller()
DInterpreterInstaller.java28 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
46 protected final InterpreterDescriptor mDescriptor;
153 public InterpreterInstaller(InterpreterDescriptor descriptor, Context context, in InterpreterInstaller()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java53 private InterpreterDescriptor mDescriptor;
70 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()
DSl4aHostedInterpreter.java33 public abstract class Sl4aHostedInterpreter implements InterpreterDescriptor {
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java30 public interface InterpreterDescriptor { interface