/external/freetype/include/freetype/ |
ftttdrv.h | 64 * Currently, two versions are available which represent the bytecode 70 * If subpixel hinting is on, many TrueType bytecode instructions 114 * number as returned by the `GETINFO' bytecode instruction. 128 * This property controls the behaviour of the bytecode interpreter
|
/external/javassist/src/main/javassist/ |
NotFoundException.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode; 21 * <p>This interface has been separated from javassist.bytecode.Opcode 22 * because typical bytecode translators do not use mnemonics. If this
|
ConstantAttribute.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode;
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
ClassMemberValue.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode.annotation; 19 import javassist.bytecode.ConstPool; 20 import javassist.bytecode.Descriptor;
|
EnumMemberValue.java | 2 * Javassist, a Java-bytecode translator toolkit. 16 package javassist.bytecode.annotation; 22 import javassist.bytecode.ConstPool; 23 import javassist.bytecode.Descriptor;
|
/external/javassist/src/main/javassist/compiler/ |
KeywordTable.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
SyntaxError.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/compiler/ast/ |
ArrayInit.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
Keyword.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
StringL.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
Symbol.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/runtime/ |
DotClass.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
Inner.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/tools/reflect/ |
CannotCreateException.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/tools/rmi/ |
ObjectNotFoundException.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
Proxy.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
RemoteException.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/tools/web/ |
BadHttpRequest.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/javassist/src/main/javassist/util/proxy/ |
MethodFilter.java | 2 * Javassist, a Java-bytecode translator toolkit.
|
/external/llvm/test/Assembler/ |
2002-08-19-BytecodeReader.ll | 1 ; Testcase that seems to break the bytecode reader. This comes from the
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguardgui.sh | 4 # optimizer, obfuscator, and preverifier for Java bytecode.
|
/dalvik/docs/ |
verifier.html | 3 <title>Dalvik Bytecode Verifier Notes</title> 7 <h1>Dalvik Bytecode Verifier Notes</h1> 10 The bytecode verifier in the Dalvik VM attempts to provide the same sorts 35 with a stronger set of assumptions about the bytecode. 45 it's very helpful to start with the assumption that the bytecode 57 There are a few checks that the Dalvik bytecode verifier does not perform, 107 object must be unlocked before the method returns. At the bytecode level, 110 completes normally or abnormally. The bytecode verifier optionally 130 This is not expected to be an issue for compiler-generated bytecode. 147 On the other hand, if a class contains an invalid bytecode, it should b [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.h | 81 * \param bc bytecode containing value 94 * \param precbc previous bytecode to bytecode containing value 109 * \param precbc previous bytecode to bytecode containing expression 128 * \param bc current bytecode (for PC-relative calculation); if 130 * \param calc_bc_dist if nonzero, calculates bytecode distances in absolute 146 * \param bc current bytecode (usually passed into higher-level
|
/external/dexmaker/ |
README | 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
|