HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 51 - 75 of 988) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 29 * @param interpreter
31 public abstract void addInterpreter(VCardInterpreter interpreter);
81 public void parse(InputStream is, VCardInterpreter interpreter)
83 addInterpreter(interpreter);
  /libcore/libart/src/main/java/java/lang/
DexCache.java 53 * References to fields as they become resolved following interpreter semantics. May refer to
59 * References to methods as they become resolved following interpreter semantics. May refer to
65 * References to types as they become resolved following interpreter semantics. May refer to
71 * References to strings as they become resolved following interpreter semantics. All strings
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCommonTokenStream.java 33 import org.antlr.tool.Interpreter;
51 Interpreter lexEngine = new Interpreter(g, input);
72 Interpreter lexEngine = new Interpreter(g, input);
93 Interpreter lexEngine = new Interpreter(g, input);
123 Interpreter lexEngine = new Interpreter(g, input);
154 Interpreter lexEngine = new Interpreter(g, input)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 1 //===-- Interpreter.h ------------------------------------------*- C++ -*--===//
10 // This header file defines the interpreter structure
81 // Interpreter - This class represents the entirety of the interpreter.
83 class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> {
97 explicit Interpreter(Module *M);
98 ~Interpreter();
109 /// create - Create an interpreter ExecutionEngine. This can never fail.
124 /// recompileAndRelinkFunction - For the interpreter, functions are alway
    [all...]
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 19 #include "interpreter/interpreter.h"
  /dalvik/vm/mterp/
config-allstubs 19 # handler-style command should match the target assembly interpreter.
40 # arch-specific entry point to interpreter
  /dalvik/vm/mterp/cstubs/
entry.cpp 39 * while in the portable interpreter it is part of the handler
55 * C mterp exit point. Call here to bail out of the interpreter.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
errcode.h 9 interpreter. This is necessary so we can turn them into Python
12 parser than when passed from the parser to the interpreter; e.g.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
errcode.h 9 interpreter. This is necessary so we can turn them into Python
12 parser than when passed from the parser to the interpreter; e.g.
  /external/chromium_org/third_party/freetype/include/freetype/
ftttdrv.h 61 * interpreter-version
65 * interpreter with and without subpixel hinting support,
94 * "interpreter-version",
110 * A list of constants used for the @interpreter-version property to
128 * This property controls the behaviour of the bytecode interpreter
  /external/chromium_org/third_party/sqlite/src/src/
test2.c 71 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
108 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
135 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
162 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
194 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
221 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
249 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
276 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
309 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
335 Tcl_Interp *interp, /* The TCL interpreter that invoked this command *
    [all...]
test9.c 27 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
68 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
109 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
182 ** Register commands with the TCL interpreter.
  /external/freetype/include/freetype/
ftttdrv.h 61 * interpreter-version
65 * interpreter with and without subpixel hinting support,
94 * "interpreter-version",
110 * A list of constants used for the @interpreter-version property to
128 * This property controls the behaviour of the bytecode interpreter
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_RETURN.S 29 beq 1f @ bail to interpreter
31 blxeq lr @ punt to interpreter and compare state
57 blx r2 @ exit the interpreter
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 34 RETURN # bail to the interpreter
42 RETURN # bail to the interpreter
46 # continue executing the next instruction through the interpreter
TEMPLATE_RETURN.S 39 beq a2, zero, 1f # bail to interpreter
42 JALR(ra) # punt to interpreter and compare state
76 JALR(a2) # exit the interpreter
  /external/chromium/testing/gtest/
configure.ac 33 # against the interpreter detected by AM_PATH_PYTHON, and so we condition
34 # HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's
37 PYTHON= # We *do not* allow the user to specify a python interpreter
  /external/chromium_org/testing/gtest/
configure.ac 33 # against the interpreter detected by AM_PATH_PYTHON, and so we condition
34 # HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's
37 PYTHON= # We *do not* allow the user to specify a python interpreter
  /dalvik/docs/
porting-guide.html 82 <h2>Interpreter</h2>
86 The portable interpreter is largely contained within a single C function,
91 The fast interpreter uses hand-coded assembly fragments. If none are
93 interpreter out of C "stubs". The resulting "all stubs" interpreter is
94 quite a bit slower than the portable interpreter, making "fast" something
97 The fast interpreter is enabled by default. On platforms without native
98 support, you may want to switch to the portable interpreter. This can
105 interpreter enabled.
109 <h3>Mterp Interpreter Structure</h3
    [all...]
  /art/test/etc/
host-run-test-jar 15 INTERPRETER="n"
50 elif [ "x$1" = "x--interpreter" ]; then
51 INTERPRETER="y"
103 if [ "$INTERPRETER" = "y" ]; then
  /dalvik/tests/etc/
push-and-run-test-jar 8 # --fast -- use the fast interpreter (the default)
10 # --portable -- use the portable interpreter
37 msg "Using fast interpreter"
45 msg "Using portable interpreter"
  /development/scripts/app_engine_server/gae_shell/
README 11 Interpreter state is stored in the datastore so that variables, function
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
gesture_parser.js 87 * inside the certain interpreter in the gesture library.
96 {interpreter: innerEvent[2]});
111 * inside the certain interpreter in the gesture library.
120 {interpreter: innerEvent[2]});
  /external/chromium_org/third_party/mesa/
redirectoutput.py 12 print "Re-execs the python interpreter against SCRIPTNAME with ARGS,"
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizerProvider.java 17 package com.google.clearsilver.jsilver.interpreter;

Completed in 403 milliseconds

1 23 4 5 6 7 8 91011>>