HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 1001 - 1025 of 1588) sorted by null

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 175 d2 = run_module(mod_name) # Read from bytecode
198 d2 = run_module(pkg_name) # Read from bytecode
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecode
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 2 * x86 bytecode utility functions
34 /* Bytecode callback function prototypes */
74 /* Bytecode callback structures */
868 /* Adjust relative displacement to end of bytecode */
937 /* Adjust relative displacement to end of bytecode */
    [all...]
x86arch.h 217 /* Bytecode types */
278 * This bytecode is not legal in 64-bit mode.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 127 /* Bytecode callback function prototypes */
148 /* Bytecode callback structures */
331 /* Find the first bytecode following this loc by looking at
630 /* bcs_traverse() skips first "dummy" bytecode, so look at it
774 yasm_internal_error(N_("tried to calc_len a dwarf2 spp bytecode"));
859 yasm_internal_error(N_("tried to calc_len a dwarf2 line_op bytecode"));
    [all...]
  /external/freetype/include/internal/
tttypes.h     [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 54 /** {@code non-null;} the bytecode instructions and associated data */
292 * Helper for {@link #writeTo0} which writes out the actual bytecode.
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 45 /** {@code non-null;} the bytecode instructions and associated data */
283 * Helper for {@link #writeTo0} which writes out the actual bytecode.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 72 // Manually digging up VDMX metrics is only applicable when bytecode hinting using FreeType.
74 // With DirectWrite or CoreText, no bytecode hinting is ever done.
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/libyasm/
libyasm.vcproj 356 RelativePath="..\..\..\libyasm\bytecode.c"
469 RelativePath="..\..\..\libyasm\bytecode.h"
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CodeItem.java 54 /** {@code non-null;} the bytecode instructions and associated data */
292 * Helper for {@link #writeTo0} which writes out the actual bytecode.
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
FieldWriter.java 2 * ASM: a very small and fast Java bytecode manipulation framework
33 * An {@link FieldVisitor} that generates Java fields in bytecode form.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
BasicVerifier.java 2 * ASM: a very small and fast Java bytecode manipulation framework
40 * An extended {@link BasicInterpreter} that checks that bytecode instructions
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
packages_index_all.html 87 <A HREF="pkg_dalvik.bytecode.html" class="hiddenlink" target="rightframe">dalvik.bytecode</A><br>
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
packages_index_all.html 82 <A HREF="pkg_dalvik.bytecode.html" class="hiddenlink" target="rightframe">dalvik.bytecode</A><br>
packages_index_changes.html 78 <A HREF="pkg_dalvik.bytecode.html" class="hiddenlink" target="rightframe">dalvik.bytecode</A><br>
  /external/javassist/tutorial/
tutorial.html 21 <ul>1. <a href="#read">Reading and writing bytecode</a>
25 <br>5. <a href="tutorial3.html#intro">Bytecode level API</a>
34 <h2>1. Reading and writing bytecode</h2>
36 <p>Javassist is a class library for dealing with Java bytecode.
37 Java bytecode is stored in a binary file called a class file.
53 controls bytecode modification with Javassist. The
93 modified bytecode. To obtain the bytecode, call <code>toBytecode()</code>:
169 <code>CtClass</code> object is pruned, the bytecode of a method is not
556 Javassist can be used with a class loader so that bytecode can b
    [all...]
  /art/runtime/jdwp/
jdwp_constants.h 176 SS_MIN = 0, // Step by minimum (for example, one bytecode).
  /cts/tools/dasm/src/dasm/
ReservedWords.java 40 reserved_words.put(".bytecode", new token(sym.DBYTECODE));
  /dalvik/docs/
dalvik-constraints.html 5 <title>Dalvik bytecode constraints</title>
11 <h1>Dalvik bytecode constraints</h1>
133 Static constraints are constraints on individual elements of the bytecode.
528 elements of the bytecode. They usually can't be checked without employing
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 114 * registers used by the end result. Dex bytecode does not have instruction
package-info.java 28 * stack machine source bytecode.<p>

Completed in 2339 milliseconds

<<41424344454647484950>>