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

<<11121314151617181920>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 50 (* Run the main "interpreter loop" now. *)
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 12 // having to modify all of the C backend or interpreter.
  /external/llvm/lib/Target/
LLVMBuild.txt 23 ; interpreter).
  /external/valgrind/main/coregrind/m_ume/
main.c 232 // Something went wrong with executing the default interpreter
233 VG_(fmsg)("%s: bad interpreter (%s): %s\n",
252 // Did it start with "#!"? If so, it must have been a bad interpreter.
254 VG_(fmsg)("%s: bad interpreter: %s\n", exe_name, VG_(strerror)(ret));
  /external/valgrind/main/none/tests/
shell 15 echo "Execute a script with a bad interpreter name"
  /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...]

Completed in 1627 milliseconds

<<11121314151617181920>>