/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
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
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
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
|
/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...] |
InterpC-portable.cpp | 33 * portable interpreter(s) and C stubs. 63 * stack space at the top of the interpreter. 396 * "Reportxxx" routine. Because the portable interpreter uses local [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...] |
/dalvik/vm/interp/ |
Jit.cpp | 390 * instruction, we need to stay in the interpreter for one 437 * this change until it is refreshed (which happens on interpreter 768 * to the current trace prior to interpretation. If the interpreter 775 * in response to special handling of returns by the interpreter (and [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
aclocal.m4 | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 84 # Extra C flags added for building the interpreter object files. 86 # C flags used for building the interpreter object files 452 # Build the interpreter 778 # Test the interpreter (twice, once without .pyc files, once with) 868 # Install the interpreter by creating a symlink chain: 889 # Install the interpreter with $(VERSION) affixed [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 84 # Extra C flags added for building the interpreter object files. 86 # C flags used for building the interpreter object files 453 # Build the interpreter 779 # Test the interpreter (twice, once without .pyc files, once with) 869 # Install the interpreter by creating a symlink chain: 890 # Install the interpreter with $(VERSION) affixed [all...] |
/art/runtime/jdwp/ |
jdwp_event.cc | 152 * the interpreter. 212 * Unhook us from the interpreter, if necessary. 742 * The debugger variable display tab may invoke the interpreter to format [all...] |
/bionic/libc/include/sys/ |
exec_elf.h | 339 #define PT_INTERP 3 /* Program interpreter */ 713 #define AT_BASE 7 /* Interpreter base addr */ [all...] |
/dalvik/vm/compiler/ |
Compiler.cpp | 293 * to the interpreter land 613 * interpreter-only mode we bypass the delay here. 623 * system server will remain in the interpreter-only mode. All
|
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 197 * the interpreter. 256 * Unhook us from the interpreter, if necessary. 837 * The debugger variable display tab may invoke the interpreter to format [all...] |