/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
modifier.hpp | 58 nfp::keyword<struct interpreter_t> interpreter; member in namespace:boost::BOOST_RT_PARAM_NAMESPACE::cla::__anon35157
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportProcessor.java | 216 final VCardInterpreter interpreter, 223 if (i > 0 && (interpreter instanceof VCardEntryConstructor)) { 225 ((VCardEntryConstructor) interpreter).clear(); 242 mVCardParser.parse(is, interpreter);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
keyword.py | 8 the python source tree after building the interpreter and run:
|
types.py | 1 """Define names for all type symbols known in the standard interpreter.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 55 ("Interpreter", "python"), 56 ("Interpreter-Version", "1.3"), 104 KPMD-Interpreter: python 105 KPMD-Interpreter-Version: 1.3
|
script_helper.py | 23 # Executing the interpreter in a subprocess 52 Assert that running the interpreter with `args` and optional environment 59 Assert that running the interpreter with `args` and optional environment
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
keyword.py | 8 the python source tree after building the interpreter and run:
|
types.py | 1 """Define names for all type symbols known in the standard interpreter.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 55 ("Interpreter", "python"), 56 ("Interpreter-Version", "1.3"), 104 KPMD-Interpreter: python 105 KPMD-Interpreter-Version: 1.3
|
script_helper.py | 23 # Executing the interpreter in a subprocess 52 Assert that running the interpreter with `args` and optional environment 59 Assert that running the interpreter with `args` and optional environment
|
/art/test/ |
run-all-tests | 52 elif [ "x$1" = "x--interpreter" ]; then 53 run_args="${run_args} --interpreter" 90 echo " --debug --dev --host --interpreter --jvm --no-optimize"
|
/dalvik/vm/compiler/codegen/x86/ |
NcgAot.cpp | 40 /* jump from JIT'ed code to interpreter without chaining */ 51 /* jump from JIT'ed code to interpreter becaues of exception */ 84 //!the interpreter will start execution from %eax
|
/external/chromium/testing/gmock/ |
configure.ac | 28 # against the interpreter detected by AM_PATH_PYTHON, and so we condition 29 # HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's 32 PYTHON= # We *do not* allow the user to specify a python interpreter
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 1 //===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===// 79 TheDriver.setTitle("clang interpreter");
|
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0-sources.jar | |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.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...] |
CompilerTemplateAsm-armv7-a-neon.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...] |
CompilerTemplateAsm-armv7-a.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...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test1.c | 266 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 307 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 345 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 391 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 407 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 429 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 476 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 503 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 526 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ 550 Tcl_Interp *interp, /* The TCL interpreter that invoked this command * [all...] |
test_thread.c | 35 Tcl_Interp *interp; /* Parent interpreter */ 42 ** handled, script zScript is evaluated in interpreter interp. If 51 Tcl_Interp *interp; /* The interpreter to execute it in. */ 86 ** parent interpreter/thread of SqlThread p. 161 ** Spawn a new thread with its own Tcl interpreter and run the 612 ** Register commands with the TCL interpreter.
|
/prebuilts/devtools/tools/lib/ |
asm-analysis-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-analysis-4.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/ |
asm-analysis-4.0.jar | |
/external/freetype/include/freetype/ |
ftmodapi.h | 506 /* Set a debug hook function for debugging the interpreter of a font */ 517 /* debug_hook :: The function used to debug the interpreter. */ 521 /* the TrueType and the Type~1 interpreter) are defined. */ 581 * The library doesn't implement any kind of bytecode interpreter. 584 * The library implements a bytecode interpreter that doesn't 592 * The library implements a bytecode interpreter that covers
|
/art/runtime/arch/arm/ |
entrypoints_init_arm.cc | 17 #include "entrypoints/interpreter/interpreter_entrypoints.h" 25 // Interpreter entrypoints. 138 // Interpreter
|