Searched
full:interpreter (Results
326 -
350 of
988) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_private.h | 245 /** Fields for TGSI interpreter / execution */ 271 /** Fields for TGSI interpreter / execution */
|
draw_gs.c | 81 * different interpreter */ 284 /* run interpreter */ 388 * Execute geometry shader using TGSI interpreter.
|
/external/chromium_org/third_party/freetype/include/freetype/config/ |
ftoption.h | 358 /* as the Ghostscript interpreter for the PostScript language. */ [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttobjs.c | 805 error = face->interpreter( exec ); 876 error = face->interpreter( exec ); [all...] |
/external/freetype/include/freetype/config/ |
ftoption.h | 358 /* as the Ghostscript interpreter for the PostScript language. */ [all...] |
/external/freetype/src/truetype/ |
ttobjs.c | 805 error = face->interpreter( exec ); 876 error = face->interpreter( exec ); [all...] |
/external/llvm/tools/lli/ |
lli.cpp | 1 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===// 12 // compiler, or through an interpreter if no JIT is available for this platform. 24 #include "llvm/ExecutionEngine/Interpreter.h" 67 cl::opt<bool> ForceInterpreter("force-interpreter", 305 "llvm interpreter & dynamic compiler\n"); 348 ? EngineKind::Interpreter
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | 505 beq a2, zero, 1f # bail to interpreter 508 JALR(ra) # punt to interpreter and compare state 542 JALR(a2) # exit the interpreter 583 RETURN # bail to the interpreter 591 RETURN # bail to the interpreter 595 # continue executing the next instruction through the interpreter 672 jr t2 # bail to the interpreter 727 * - lr+8 : to punt to the interpreter 797 RETURN # bail to the interpreter 800 RETURN # bail to the interpreter unconditionall [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | 292 /* Generate a unconditional branch to go to the interpreter */ [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 408 ? EngineKind::Interpreter 418 /// machine, it does not fall back to the interpreter. This takes ownership 463 // the interpreter. 469 *ErrorStr = "Cannot create an interpreter with a memory manager."; 482 // Unless the interpreter was explicitly selected or the JIT is not linked, 506 // an interpreter instead. 507 if (WhichEngine & EngineKind::Interpreter) { 511 *ErrorStr = "Interpreter has not been linked in."; 532 // Global variable might have been added since interpreter started. [all...] |
/dalvik/vm/mterp/ |
gen-mterp.py | 19 # and assembly source files for the Dalvik interpreter. 41 style = None # interpreter style 57 # Set interpreter style. 117 print "Warning: asm-stub ignored for all-c interpreter" 135 print "Warning: asm-alt-stub ingored for all-c interpreter"
|
/dalvik/vm/compiler/codegen/mips/ |
CodegenDriver.cpp | 358 /* Generate a unconditional branch to go to the interpreter */ [all...] |
/dalvik/docs/ |
debugger.html | 56 structures and may switch to a different implementation of the interpreter. 64 interpreter is much slower than the regular interpreter (perhaps 5x).
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_gs.c | 81 * different interpreter */ 284 /* run interpreter */ 388 * Execute geometry shader using TGSI interpreter.
|
/external/llvm/ |
CMakeLists.txt | 119 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF) 245 # Verify that we can find a Python 2 interpreter. Python 3 is unsupported. 250 "Unable to find Python interpreter, required for builds and testing.
|
/dalvik/tests/ |
run-test | 149 echo " --fast Use the fast interpreter." 151 echo " --portable Use the portable interpreter."
|
/dalvik/vm/compiler/ |
InlineTransformation.cpp | 101 * interpreter and re-execute the invoke. 187 * interpreter and re-execute the invoke.
|
/dalvik/vm/interp/ |
Stack.h | 32 later date. The interpreter assumes that they have a fixed size, 38 value, which is passed through the interpreter rather than on the stack,
|
/dalvik/vm/jdwp/ |
JdwpMain.cpp | 328 /* handshake worked, tell the interpreter that we're active */ 355 /* tell the interpreter that the debugger is no longer around */
|
/dalvik/vm/mterp/c/ |
header.cpp | 26 * portable interpreter(s) and C stubs. 56 * stack space at the top of the interpreter.
|
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_foundation.h | 51 // of the interpreter. Next the interpreter executes STOP_EXECUTING_SENTENCE
|
/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 39 // otherwise the raw input run through an interpreter is used as the reference 73 Program(0), Interpreter(0), SafeInterpreter(0), gcc(0),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 158 # This causes the interpreter to exit on OSF1 v5.1. 163 ' Skipping sys.stdin.seek(-1), it may crash the interpreter.'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 158 # This causes the interpreter to exit on OSF1 v5.1. 163 ' Skipping sys.stdin.seek(-1), it may crash the interpreter.'
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/ |
asm-4.0-sources.jar | |
Completed in 2063 milliseconds
<<11121314151617181920>>