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

  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 47 * Manages and provides access to the set of available interpreters.
254 * Returns the list of all known interpreters.
261 * Returns the list of all installed interpreters.
264 List<Interpreter> interpreters = new ArrayList<Interpreter>(); local
267 interpreters.add(i);
270 return interpreters;
274 * Returns the list of interpreters that support interactive mode execution.
277 List<Interpreter> interpreters = new ArrayList<Interpreter>(); local
280 interpreters.add(i);
283 return interpreters;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/
FeaturedInterpreters.java 37 FeaturedInterpreter interpreters[] = typedefs
53 for (FeaturedInterpreter interpreter : interpreters) {
  /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/v8/test/mjsunit/compiler/
deopt-materialize-accumulator.js 31 // interpreters accumulator during deopt.
  /external/v8/test/webkit/fast/js/kde/
md5-2.js 37 * to work around bugs in some JS interpreters.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js 283 // different environments (DOM-less JavaScript interpreters like Rhino or V8,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 698 /// This stream is most suitable for tree interpreters that need to
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S     [all...]

Completed in 1094 milliseconds