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

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSetHelper.java 167 * compiled bytecode, 3rd party libs, and the output file containing the Dalvik
168 * bytecode file.
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
alldiffs_index_all.html     [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 265 * {@code >= -1;} for an uninitialized type, bytecode index that this
493 * @param newAt {@code >= -1;} allocation bytecode index
813 * Gets the bytecode index at which this uninitialized type was
819 * @return {@code >= -1;} the allocation bytecode index
873 * it is indicated as uninitialized and allocated at the given bytecode
876 * @param newAt {@code >= 0;} the allocation bytecode index
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 249 * {@code >= -1;} for an uninitialized type, bytecode index that this
426 * @param newAt {@code >= -1;} allocation bytecode index
746 * Gets the bytecode index at which this uninitialized type was
752 * @return {@code >= -1;} the allocation bytecode index
806 * it is indicated as uninitialized and allocated at the given bytecode
809 * @param newAt {@code >= 0;} the allocation bytecode index
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
d3d11ddi.txt 20 The Windows Driver Kit contains the actual headers, as well as shader bytecode documentation.
30 d3d{10,11}TokenizedProgramFormat.hpp contains the shader bytecode definitions: this is not available on MSDN.
31 d3d9types.h contains DX9 shader bytecode, and DX9 types
179 > bytecode is different (see D3d10tokenizedprogramformat.hpp)
180 ! D3D11 describes input/outputs separately from bytecode; Gallium has the tgsi_scan.c module to extract it from TGSI
181 @ TODO: look into DirectX 10/11 semantics specification and bytecode
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 250 * {@code >= -1;} for an uninitialized type, bytecode index that this
427 * @param newAt {@code >= -1;} allocation bytecode index
747 * Gets the bytecode index at which this uninitialized type was
753 * @return {@code >= -1;} the allocation bytecode index
807 * it is indicated as uninitialized and allocated at the given bytecode
810 * @param newAt {@code >= 0;} the allocation bytecode index
  /external/javassist/src/main/javassist/
CodeConverter.java 2 * Javassist, a Java-bytecode translator toolkit.
18 import javassist.bytecode.*;
413 * <p>The <code>CodeConverter</code> would translate bytecode
418 * <p>into the bytecode equivalent to:
460 * <p>The <code>CodeConverter</code> would translate bytecode
465 * <p>into the bytecode equivalent to:
  /external/mesa3d/src/gallium/docs/
d3d11ddi.txt 20 The Windows Driver Kit contains the actual headers, as well as shader bytecode documentation.
30 d3d{10,11}TokenizedProgramFormat.hpp contains the shader bytecode definitions: this is not available on MSDN.
31 d3d9types.h contains DX9 shader bytecode, and DX9 types
179 > bytecode is different (see D3d10tokenizedprogramformat.hpp)
180 ! D3D11 describes input/outputs separately from bytecode; Gallium has the tgsi_scan.c module to extract it from TGSI
181 @ TODO: look into DirectX 10/11 semantics specification and bytecode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 1 """A flow graph representation for Python bytecode"""
210 at the end of this block. This means there is no risk for the bytecode
211 executer to go past this block's bytecode."""
225 # bytecode offsets (e.g. relative jumps) pointing to them.
624 # increasing bytecode address (lnotab is unsigned char).
629 # In the bytecode stream, the assignment to "a" occurs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 1 """A flow graph representation for Python bytecode"""
210 at the end of this block. This means there is no risk for the bytecode
211 executer to go past this block's bytecode."""
225 # bytecode offsets (e.g. relative jumps) pointing to them.
624 # increasing bytecode address (lnotab is unsigned char).
629 # In the bytecode stream, the assignment to "a" occurs
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 158 /* Bytecode callback function prototypes */
198 /* Bytecode callback structures */
497 /* add linepair for this bytecode */
723 yasm_internal_error(N_("tried to calc_len a codeview symhead bytecode"));
797 yasm_internal_error(N_("tried to calc_len a codeview fileinfo bytecode"));
865 yasm_internal_error(N_("tried to calc_len a codeview linehead bytecode"));
    [all...]
  /external/iproute2/misc/
ss.c 808 static int ssfilter_bytecompile(struct ssfilter *f, char **bytecode)
813 if (!(*bytecode=malloc(4))) abort();
814 ((struct inet_diag_bc_op*)*bytecode)[0] = (struct inet_diag_bc_op){ INET_DIAG_BC_AUTO, 4, 8 };
836 *bytecode = ptr;
851 *op = (struct inet_diag_bc_op){ INET_DIAG_BC_JMP, 4, len - (ptr-*bytecode)};
855 return ptr - *bytecode;
860 if (!(*bytecode=malloc(8))) abort();
861 ((struct inet_diag_bc_op*)*bytecode)[0] = (struct inet_diag_bc_op){ INET_DIAG_BC_D_GE, 8, 12 };
862 ((struct inet_diag_bc_op*)*bytecode)[1] = (struct inet_diag_bc_op){ 0, 0, x->port };
868 if (!(*bytecode=malloc(8))) abort()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 32 * Class which knows how to simulate the effects of executing bytecode.
50 /** {@code non-null;} array of bytecode */
138 * original bytecode representation, the instructions for dealing
185 * Bytecode visitor used during simulation.
200 /** offset of the previous bytecode */
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
23 import javassist.bytecode.annotation.*;
42 * import javassist.bytecode.annotation.Annotation;
101 * @see javassist.bytecode.annotation.Annotation
ClassFile.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
282 * @see javassist.bytecode.AccessFlag
291 * @see javassist.bytecode.AccessFlag
390 * guaranteed, the bytecode verifier may cause an error.
CodeAttribute.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode;
138 throw new RuntimeCopyException("bad bytecode. fatal?");
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_additions.html     [all...]
  /dalvik/docs/
embedded-vm-control.html 14 <li><a href="#verifier">Bytecode Verification and Optimization</a>
111 <h2><a name="verifier">Bytecode Verification and Optimization</a></h2>
157 <code>dalvik.vm.verify-bytecode</code> property, but that has been
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.c 44 #include "bytecode.h"
71 /* bytecode immediately preceding a label */
668 fprintf(f, "%*sPreceding bytecode:\n", indent_level, "");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 38 /* Bytecode callback function prototypes */
69 /* Bytecode callback structures */
181 /* Exception handler, if present. Use data bytecode. */
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 2 * Javassist, a Java-bytecode translator toolkit.
16 package javassist.bytecode.stackmap;
19 import javassist.bytecode.*;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
AnnotationWriter.java 2 * ASM: a very small and fast Java bytecode manipulation framework
33 * An {@link AnnotationVisitor} that generates annotations in bytecode form.
58 * The annotation values in bytecode form. This byte vector only contains
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
ASMifierClassVisitor.java 2 * ASM: a very small and fast Java bytecode manipulation framework
45 * some given bytecode: <ul> <li>write the Java source code equivalent to the
46 * bytecode you want to generate;</li> <li>compile it with <tt>javac</tt>;</li>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 1 package com.xtremelabs.robolectric.bytecode;
15 * IMPORTANT -- increment this number when the bytecode generated for modified classes changes
81 throw new IllegalStateException("shouldn't be modifying bytecode after we've started writing cache! class=" + className);
  /prebuilts/python/darwin-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

Completed in 931 milliseconds

<<31323334353637383940>>