HomeSort by relevance Sort by last modified time
    Searched full:interpreters (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 47 * Manages and provides access to the set of available interpreters.
255 * Returns the list of all known interpreters.
262 * Returns the list of all installed interpreters.
265 List<Interpreter> interpreters = new ArrayList<Interpreter>(); local
268 interpreters.add(i);
271 return interpreters;
275 * Returns the list of interpreters that support interactive mode execution.
278 List<Interpreter> interpreters = new ArrayList<Interpreter>(); local
281 interpreters.add(i);
284 return interpreters;
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf-fdpic.h 19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java 42 // Interpreters discovery mechanism.
46 // Interpreters broadcasts.
  /art/runtime/interpreter/mterp/mips64/
footer.S 63 /* Do we need to switch interpreters? */
88 bnezc v0, MterpFallback # Something in the environment changed, switch interpreters
  /external/sl4a/Common/src/com/googlecode/android_scripting/
FeaturedInterpreters.java 37 FeaturedInterpreter interpreters[] = typedefs
53 for (FeaturedInterpreter interpreter : interpreters) {
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptStorageAdapter.java 96 // Filter out any files that don't have interpreters installed.
121 // Filter out any files that don't have interpreters installed.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf-fdpic.h 19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf-fdpic.h 19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 13 // @todo need to add support for other JS interpreters that have file i/o
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
Sl4aHostedInterpreter.java 28 * A description of the interpreters hosted by the SL4A project.
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 67 * <p>With this vCard, registered interpreters will grab two
  /libcore/ojluni/src/main/java/java/lang/reflect/
package-info.java 41 * accommodate applications such as debuggers, interpreters, object
  /external/sl4a/ScriptingLayerForAndroid/res/values/
strings.xml 71 name="no_scripts_message">Start adding scripts and interpreters by pressing the menu
201 <string name="no_interpreters">No interpreters.</string>
209 <string name="title_interpreters">Interpreters</string>
  /external/minijail/
elfparse.c 92 * static interpreters escaping the sandbox.
  /external/selinux/policycoreutils/newrole/
newrole.1 54 treated as a command by most command interpreters.
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 37 * AsyncTask for uninstalling interpreters.
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
InterpreterPicker.java 59 CustomizeWindow.requestCustomTitle(this, "Interpreters", R.layout.script_manager);
  /frameworks/compile/libbcc/tests/debuginfo/
lit.site.cfg 70 # Script interpreters that are not python
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 1 """A generic class to build line-oriented command interpreters.
3 Interpreters constructed with this class obey the following conventions:
44 These interpreters use raw_input; thus, if the readline module is loaded,
56 """A simple framework for writing line-oriented command interpreters.
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 1 """A generic class to build line-oriented command interpreters.
3 Interpreters constructed with this class obey the following conventions:
44 These interpreters use raw_input; thus, if the readline module is loaded,
56 """A simple framework for writing line-oriented command interpreters.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 1 """A generic class to build line-oriented command interpreters.
3 Interpreters constructed with this class obey the following conventions:
44 These interpreters use raw_input; thus, if the readline module is loaded,
56 """A simple framework for writing line-oriented command interpreters.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 1 """A generic class to build line-oriented command interpreters.
3 Interpreters constructed with this class obey the following conventions:
44 These interpreters use raw_input; thus, if the readline module is loaded,
56 """A simple framework for writing line-oriented command interpreters.
  /art/runtime/interpreter/mterp/
README.txt 47 set of entry points (for computed-goto interpreters) or an alternate
48 jump table (for jump-table interpreters).
  /art/runtime/interpreter/mterp/arm64/
footer.S 101 /* Do we need to switch interpreters? */
226 cbnz x0, MterpFallback // Something in the environment changed, switch interpreters
  /art/runtime/interpreter/mterp/mips/
footer.S 104 /* Do we need to switch interpreters? */

Completed in 563 milliseconds

1 2 3 4