/prebuilts/tools/linux-x86/swt/ |
about.html | 43 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:</p> 69 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:</p> 100 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:</p> 131 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:</p>
|
/prebuilts/tools/linux-x86_64/swt/ |
about.html | 43 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:</p> 69 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:</p> 100 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:</p> 131 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:</p>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 148 func_code code object containing compiled function bytecode 186 tb_lasti index of last attempted instruction in bytecode 202 f_lasti index of last attempted instruction in bytecode 214 co_code string of raw compiled bytecode 215 co_consts tuple of constants used in the bytecode 219 co_lnotab encoded mapping of line numbers to bytecode indices 776 # doesn't generate the UNPACK_TUPLE bytecode, so if [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 148 func_code code object containing compiled function bytecode 186 tb_lasti index of last attempted instruction in bytecode 202 f_lasti index of last attempted instruction in bytecode 214 co_code string of raw compiled bytecode 215 co_consts tuple of constants used in the bytecode 219 co_lnotab encoded mapping of line numbers to bytecode indices 776 # doesn't generate the UNPACK_TUPLE bytecode, so if [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassReader.java | 2 * ASM: a very small and fast Java bytecode manipulation framework
39 * method and bytecode instruction encountered.
62 * True to enable bytecode writing support.
150 * @param b the bytecode of the class to be read.
159 * @param b the bytecode of the class to be read.
209 * not reflect Deprecated and Synthetic flags when bytecode is before 1.5
374 * Reads the bytecode of a class.
377 * @return the bytecode read from the given input stream.
446 byte[] b = this.b; // the bytecode array
[all...] |
/external/javassist/src/main/javassist/ |
ClassPool.java | 2 * Javassist, a Java-bytecode translator toolkit. 33 import javassist.bytecode.Descriptor; 489 * <code>javassist.bytecode.ClassPool</code>. <code>getClassInfo</code> 496 * @see javassist.bytecode.ConstPool#getClassInfo(int) 497 * @see javassist.bytecode.Descriptor#toCtClass(String, ClassPool) [all...] |
Loader.java | 2 * Javassist, a Java-bytecode translator toolkit. 27 * Unlike a regular class loader, this class loader obtains bytecode
|
/external/chromium_org/third_party/jinja2/ |
environment.py | 211 If set to a bytecode cache object, this object will provide a 212 cache for the internal Jinja bytecode so that templates don't 215 See :ref:`bytecode-cache` for more information. 445 executable source- or bytecode. This is useful for debugging or to 526 code equivalent to the bytecode returned otherwise. This method is [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 77 /** current decoding state: bytecode address */ 130 /** bytecode address */
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 29 * Utility that identifies basic blocks in bytecode. 67 /** offset of the previously parsed bytecode */
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 88 /** current decoding state: bytecode address */ 141 /** bytecode address */
|
/dalvik/opcode-gen/ |
opcode-gen.awk | 246 # Read the bytecode description file. 254 print "trouble reading bytecode file";
|
/docs/source.android.com/src/devices/ |
devices_toc.cs | 244 <li><a href="<?cs var:toroot ?>devices/tech/dalvik/dalvik-bytecode.html">Bytecode Format</a></li>
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
SecureClassLoaderTest.java | 39 * A class name for the class presented as {@link klassData bytecode below} 44 * Some class presented as bytecode<br>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bid.re | 49 * instruction matches. Essentially describes what part of the output bytecode 337 /* Transform the bytecode */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 227 /* Bytecode callback function prototypes */ 238 /* Bytecode callback structures */ 289 /* FIXME: misuse of NULL bytecode here; it works, but only barely. */ 569 * subtract out the bytecode offset. 571 * For Win64 COFF that's IP-relative, adjust to next bytecode; [all...] |
/external/clang/www/demo/ |
index.cgi | 217 -label => 'Show detailed bytecode analysis' 398 print " Bytecode size is ", -s $bytecodeFile, " bytes.\n";
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 78 /** current decoding state: bytecode address */ 131 /** bytecode address */
|
/external/javassist/ |
build.xml | 176 excludepackagenames="javassist.compiler.*,javassist.convert.*,javassist.scopedpool.*,javassist.bytecode.stackmap.*" 187 <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
|
/external/javassist/src/main/javassist/compiler/ |
MemberResolver.java | 2 * Javassist, a Java-bytecode translator toolkit. 21 import javassist.bytecode.*;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
TraceMethodVisitor.java | 2 * ASM: a very small and fast Java bytecode manipulation framework
60 * Tab for bytecode instructions.
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
fields_index_additions.html | 433 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_IGET_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_IGET_WIDE_VOLATILE</A> 435 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_IPUT_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_IPUT_WIDE_VOLATILE</A> 437 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_SGET_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_SGET_WIDE_VOLATILE</A> 439 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_SPUT_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_SPUT_WIDE_VOLATILE</A> [all...] |
fields_index_all.html | 473 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_IGET_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_IGET_WIDE_VOLATILE</A> 475 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_IPUT_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_IPUT_WIDE_VOLATILE</A> 477 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_SGET_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_SGET_WIDE_VOLATILE</A> 479 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_SPUT_WIDE_VOLATILE" class="hiddenlink" target="rightframe">OP_SPUT_WIDE_VOLATILE</A> [all...] |
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
DelegateClassAdapterTest.java | 440 * @param cl2 The {@link ClassLoader2} instance with the generated bytecode. 445 // For debugging, dump the bytecode of the class in case of unexpected error
|
/libcore/luni/src/test/java/tests/java/security/ |
SecureClassLoaderTest.java | 46 * A class name for the class presented as {@link #klassData bytecode below} 51 * Some class presented as bytecode<br>
|