HomeSort by relevance Sort by last modified time
    Searched full:bytecode (Results 1026 - 1050 of 1412) sorted by null

<<41424344454647484950>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ShadowWranglerTest.java 1 package com.xtremelabs.robolectric.bytecode;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MapViewTest.java 10 import com.xtremelabs.robolectric.bytecode.AndroidTranslatorTest;
SparseArrayTest.java 21 import com.xtremelabs.robolectric.bytecode.ShadowWrangler;
  /external/v8/src/
regexp-macro-assembler-irregexp.h 118 // Bytecode buffer.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 36 * Thus we instruct layoutlib_create to modify the bytecode of these classes to replace their
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 87 * of interpreted bytecode instructions in a given thread. This
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 19 # pre-compiled bytecode file.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 87 * of interpreted bytecode instructions in a given thread. This
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 19 # pre-compiled bytecode file.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
main.html 29 attributes. It optimizes bytecode and removes unused instructions. It renames
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 14 # Note that ProGuard works with Java bytecode (.class),
  /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/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...]
  /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";
  /dalvik/vm/mterp/
README.txt 270 bytecode and take any required action. In fact, this is precisely
281 transitioning from one Dalvik bytecode to the next. Mterp for ARM targets
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureClassLoaderTest.java 40 * A class name for the class presented as {@link klassData bytecode below}
45 * 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...]

Completed in 1241 milliseconds

<<41424344454647484950>>