/dalvik/vm/mterp/out/ |
InterpC-x86.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-armv5te-vfp.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-armv5te.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-armv7-a-neon.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-armv7-a.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...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 1368 TT_Interpreter interpreter; member in struct:TT_FaceRec_ [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 1261 TT_Interpreter interpreter; member in struct:TT_FaceRec_ [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |
/external/chromium_org/third_party/sqlite/src/src/ |
tclsqlite.c | 20 ** four new commands to the TCL interpreter for 114 Tcl_Interp *interp; /* The interpreter used for this database */ 838 ** on the interpreter. The reply is examined to determine if the 994 Tcl_Interp *interp, /* Tcl interpreter */ [all...] |
/art/runtime/ |
stack.h | 57 // - interpreter - separate VRegs and reference arrays. References are in the reference array. 75 // Create ShadowFrame for interpreter using provided memory.
|
/dalvik/libdex/ |
DexOpcodes.h | 64 * interpreter. During debugging it takes the place of an arbitrary 332 * an interpreter in C. [all...] |
/dalvik/vm/ |
IndirectRefTable.h | 245 /* semi-public - read/write by interpreter in native call handler */ 251 * TODO: we can't make these private as long as the interpreter
|
InlineNative.cpp | 75 * not write boolean results to pResult->z. The interpreter expects 248 * because the interpreter converts the characters to 32-bit integers 720 * which calls it can trample. The interpreter just uses the function 897 * Make an inline call for the "debug" interpreter, used when the debugger
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_act.c | 505 /* set up AT command interpreter */ 658 /* run AT command interpreter on data */
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
util.py | 102 """Gets #!-interpreter command line from the script. 113 #!-interpreter command line, or None if it is not #!-script.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
util.py | 107 """Gets #!-interpreter command line from the script. 118 #!-interpreter command line, or None if it is not #!-script.
|
/external/chromium_org/third_party/sqlite/src/test/ |
tester.tcl | 26 # Test the capability of the SQLite version built into the interpreter to 76 # Set the precision of FP arithmatic used by the interpreter. And 269 # Or, if this is a slave interpreter, set up aliases to write the 270 # counters in the parent interpreter. [all...] |
/external/libffi/ |
README | 20 are to be passed to a function. For instance, an interpreter may be 23 bridge from the interpreter program to compiled code.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 665 {"+CGMI", "+CGMI: Android Model AT Interpreter\r"}, 666 {"+CGMM", "+CGMM: Android Model AT Interpreter\r"},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
HISTORY.txt | 103 Remote.py User-process interpreter 144 - Python shell window (a.k.a. interactive interpreter)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 492 # Interpreter with universal newline support 496 # Interpreter without universal newline support 521 # Interpreter with universal newline support 525 # Interpreter without universal newline support [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
HISTORY.txt | 103 Remote.py User-process interpreter 144 - Python shell window (a.k.a. interactive interpreter)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 492 # Interpreter with universal newline support 496 # Interpreter without universal newline support 521 # Interpreter with universal newline support 525 # Interpreter without universal newline support [all...] |
/art/runtime/mirror/ |
string.cc | 269 // because the interpreter converts the characters to 32-bit integers
|
/dalvik/tests/082-inline-execute/src/ |
Main.java | 21 * time through (via the interpreter) is the same after looping enough
|