HomeSort by relevance Sort by last modified time
    Searched full:interpreter (Results 251 - 275 of 973) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap4xxx/domx/make/
start.mk 61 # We need to invoke command interpreter explicitly to do so.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 36 # raised in a callback function, the interpreter exits.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 8 # the python source tree after building the interpreter and run:
cmd.py 36 it is printed out on interpreter startup. This value may be overridden
61 A Cmd instance or subclass instance is a line-oriented interpreter
63 it's useful as a superclass of an interpreter class you define yourself
80 """Instantiate a line-oriented interpreter framework.
203 commands by the interpreter should stop.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 36 # raised in a callback function, the interpreter exits.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 8 # the python source tree after building the interpreter and run:
cmd.py 36 it is printed out on interpreter startup. This value may be overridden
61 A Cmd instance or subclass instance is a line-oriented interpreter
63 it's useful as a superclass of an interpreter class you define yourself
80 """Instantiate a line-oriented interpreter framework.
203 commands by the interpreter should stop.
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 23 interpreter = 'script_interpreter',
68 interpreter = 'script_interpreter',
72 interpreter = 'script_interpreter',
79 interpreter = 'script_interpreter',
848 interpreter = None,
859 self.interpreter_set(interpreter)
1000 interpreter = None,
1007 if not interpreter:
1008 interpreter = self.interpreter
    [all...]
  /dalvik/vm/compiler/template/armv5te/
footer.S 65 @ continue executing the next instruction through the interpreter
84 str r2, [rSELF, #offThread_inJitCodeCache] @ in interpreter land
  /dalvik/vm/compiler/template/mips/
footer.S 82 # continue executing the next instruction through the interpreter
105 sw zero, offThread_inJitCodeCache(rSELF) # in interpreter land
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_fs_exec.c 29 * Execute fragment shader using the TGSI interpreter.
68 * Bind tokens/shader to the interpreter's machine state.
  /external/elfutils/tests/
showptable.c 130 /* We can show the user the name of the interpreter. */
135 printf ("\t[Requesting program interpreter: %s]\n",
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 14 // Interpreter. The first is to implement lle_* wrapper functions that are
17 // not exist, and libffi is available, then the Interpreter will attempt to
22 #include "Interpreter.h"
61 static Interpreter *TheInterpreter;
86 // Please note, that interpreter doesn't know how to assemble a
192 + "' is not supported by the Interpreter.");
247 GenericValue Interpreter::callExternalFunction(Function *F,
473 void Interpreter::initializeExternalFunctions() {
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 31 // MCJIT can generate code for remote targets, but the old JIT and Interpreter
33 if (UseMCJIT && WhichEngine != EngineKind::Interpreter && M)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 29 * Execute fragment shader using the TGSI interpreter.
68 * Bind tokens/shader to the interpreter's machine state.
  /external/qemu/
uboot_image.h 113 * U-Boot's command interpreter; this feature is especially
115 * as command interpreter (=> Shell Scripts).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 39 The 'modules' attribute is not supported as the interpreter state stores a
40 pointer to the dict that the interpreter uses internally;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 39 The 'modules' attribute is not supported as the interpreter state stores a
40 pointer to the dict that the interpreter uses internally;
  /dalvik/vm/interp/
Interp.cpp 18 * Main interpreter entry point and support functions.
20 * The entry point selects the "standard" or "debug" interpreter and
21 * facilitates switching between them. The standard interpreter may
47 /* Interpreter entry points from compiled code */
209 * check in the interpreter results in an exception being thrown.
615 * The interpreter just threw. Handle any special subMode requirements.
641 * The interpreter is preparing to do an invoke (both native & normal).
651 * The interpreter is preparing to do a native invoke. Handle any
676 * The interpreter has returned from a native invoke. Handle any
693 * The interpreter has returned from a normal method. Handle any specia
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 99 /// designed to support both interpreter and just-in-time (JIT) compiler
134 // To avoid having libexecutionengine depend on the JIT and interpreter
195 /// machine, it does not fall back to the interpreter. This takes ownership
489 Interpreter = 0x2
491 const static Kind Either = (Kind)(JIT | Interpreter);
535 /// setEngineKind - Controls whether the user wants the interpreter, the JIT,
558 /// builder to create an interpreter will cause a runtime error. If create()
  /art/runtime/
Android.mk 66 interpreter/interpreter.cc \
144 entrypoints/interpreter/interpreter_entrypoints.cc \
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 20 * Rebuild the interpreter frame then punt to the interpreter to execute
26 * then return to the interpreter.
  /external/chromium_org/third_party/sqlite/src/src/
test_intarray.c 291 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
327 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */
362 ** Register commands with the TCL interpreter.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 190 beq 1f @ bail to interpreter
192 blxeq lr @ punt to interpreter and compare state
218 blx r2 @ exit the interpreter
255 bxne lr @ bail to the interpreter
260 bxne lr @ bail to the interpreter
320 bxne r12 @ bail to the interpreter
363 * - lr+2: to punt to the interpreter
431 bxne lr @ bail to the interpreter
433 bx lr @ bail to interpreter unconditionally
486 @ continue executing the next instruction through the interpreter
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 22 #include "interpreter/interpreter.h"
192 const char* old_cause = self->StartAssertNoThreadSuspension("Building interpreter shadow frame");
219 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame);

Completed in 2707 milliseconds

<<11121314151617181920>>