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;
54 protected InterpreterDescriptor mDescriptor;
58 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()
60 protected abstract InterpreterInstaller getInterpreterInstaller(InterpreterDescriptor descriptor, in getInterpreterInstaller()
64 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;
42 protected final InterpreterDescriptor mDescriptor;
49 public InterpreterUninstaller(InterpreterDescriptor descriptor, Context context, in InterpreterUninstaller()
DInterpreterInstaller.java28 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
44 protected final InterpreterDescriptor mDescriptor;
151 public InterpreterInstaller(InterpreterDescriptor descriptor, Context context, in InterpreterInstaller()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java52 private InterpreterDescriptor mDescriptor;
69 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()
DSl4aHostedInterpreter.java31 public abstract class Sl4aHostedInterpreter implements InterpreterDescriptor {
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java29 public interface InterpreterDescriptor { interface