Searched
full:interpreter (Results
451 -
475 of
988) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_exec.c | 155 /* run interpreter */
|
/external/v8/ |
Android.v8common.mk | 53 src/interpreter-irregexp.cc \
|
/packages/apps/Browser/src/com/android/browser/ |
ErrorConsoleView.java | 89 // TODO: Can we expose access to webkit's JS interpreter here and evaluate it that
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 119 # than that used when the interpreter was built. This ensures
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shelve.py | 149 # because CPython is in interpreter shutdown.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_largefile.py | 19 # limit will raise IOError instead of crashing the interpreter.
|
test_thread.py | 124 # interpreter's point of view is to wait for the function object to be
|
test_threading.py | 471 self.assertFalse(rc == 2, "interpreter was blocked") 490 # Like the test above, but from a forked interpreter 740 # an exception rather than crashing the interpreter on platforms
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 119 # than that used when the interpreter was built. This ensures
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shelve.py | 149 # because CPython is in interpreter shutdown.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_largefile.py | 19 # limit will raise IOError instead of crashing the interpreter.
|
test_thread.py | 124 # interpreter's point of view is to wait for the function object to be
|
test_threading.py | 471 self.assertFalse(rc == 2, "interpreter was blocked") 490 # Like the test above, but from a forked interpreter 740 # an exception rather than crashing the interpreter on platforms
|
/dalvik/docs/ |
dexopt.html | 217 variants into a single 32-bit form (less code in the interpreter 221 overhead, directly switching from the interpreter to a native 319 may perform the usual set of optimizations, or use a separate interpreter
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_demovfs.c | 650 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 659 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 668 ** Register commands with the TCL interpreter.
|
test8.c | 74 Tcl_Interp *interp; /* Tcl interpreter containing debug variables */ 306 ** the string element zArg to that list in interpreter interp. [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 437 interpreter = None, 455 (self, program, interpreter, arguments, universal_newlines), 470 cmd_args = self.command_args(program, interpreter, arguments)
|
/external/libffi/doc/ |
libffi.info | 62 are to be passed to a function. For instance, an interpreter may be 65 bridge from the interpreter program to compiled code. 378 useful when writing an interpreter, or to provide wrappers for
|
libffi.texi | 79 are to be passed to a function. For instance, an interpreter may be 82 provide a bridge from the interpreter program to compiled code. 424 This can be useful when writing an interpreter, or to provide wrappers
|
/system/core/sh/ |
exec.c | 202 * Execute an interpreter introduced by "#!", for systems where this 203 * feature has not been built into the kernel. If the interpreter is 205 * of the interpreter fails, exit.
|
/external/llvm/docs/tutorial/ |
OCamlLangImpl4.rst | 161 (* Run the main "interpreter loop" now. *) 239 In this section, we'll add JIT compiler support to our interpreter. The 259 compiler or the LLVM interpreter. LLVM will automatically pick a JIT 261 will fall back to the interpreter. [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
aclocal.m4 | 841 dnl Find a Python interpreter. Python versions prior to 2.0 are not 847 AC_ARG_VAR([PYTHON], [the Python interpreter]) 851 # Find any Python interpreter. 866 # Otherwise, try each interpreter until we find one that satisfies 868 AC_CACHE_CHECK([for a Python interpreter with version >= $1], 886 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) [all...] |
/dalvik/vm/mterp/out/ |
InterpC-mips.cpp | 33 * portable interpreter(s) and C stubs. 63 * stack space at the top of the interpreter. 420 * "Reportxxx" routine. Because the portable interpreter uses local 469 * portable interpreter are handled by assigning values to globals. [all...] |
InterpC-allstubs.cpp | 33 * portable interpreter(s) and C stubs. 63 * stack space at the top of the interpreter. 420 * "Reportxxx" routine. Because the portable interpreter uses local 469 * portable interpreter are handled by assigning values to globals. [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerInvoke.cpp | 793 the execution will correctly continue with interpreter */ 837 /* Predicted chaining failed. Fall back to interpreter and indicate 859 with the interpreter or with JIT'ed code if chained [all...] |
Completed in 452 milliseconds
<<11121314151617181920>>