HomeSort by relevance Sort by last modified time
    Searched refs:asm (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 19 import org.objectweb.asm.ClassReader;
20 import org.objectweb.asm.ClassVisitor;
21 import org.objectweb.asm.ClassWriter;
115 // The ASM class names uses "/" separators, whereas regular FQCN use "."
163 * Utility that returns the internal ASM class name from a fully qualified binary class
340 * @param className The internal ASM name of the class that may have to be renamed
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
SignatureSourcerTest.java 24 import org.objectweb.asm.signature.SignatureReader;
  /external/libvpx/vp8/
vp8dx.mk 77 VP8_DX_SRCS-$(HAVE_MMX) += decoder/x86/dequantize_mmx.asm
  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 67 if ($output =~ /512.*\.[s|asm]/) {
81 } elsif ($output =~ /256.*\.[s|asm]/) {
  /external/openssl/crypto/
x86_64cpuid.pl 7 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
Android.mk 5 aes/asm/aes-armv4.s \
6 bn/asm/armv4-mont.s \
7 sha/asm/sha1-armv4-large.s \
8 sha/asm/sha256-armv4.s \
9 sha/asm/sha512-armv4.s
  /external/openssl/patches/
crypto_Android.mk 5 aes/asm/aes-armv4.s \
6 bn/asm/armv4-mont.s \
7 sha/asm/sha1-armv4-large.s \
8 sha/asm/sha256-armv4.s \
9 sha/asm/sha512-armv4.s
  /external/quake/quake/src/QW/client/
qwcl.mak     [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 33 import org.objectweb.asm.ClassReader;
34 import org.objectweb.asm.ClassVisitor;
35 import org.objectweb.asm.ClassWriter;
363 * However to make it work you need to pull in the org.objectweb.asm.util.TraceClassVisitor
364 * class and associated utilities which are found in the ASM source jar. Since we don't
376 Class<?> tcvClass = Class.forName("org.objectweb.asm.util.TraceClassVisitor");
  /external/grub/
Android.mk 67 stage2/asm.S \
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/libvpx/vp8/encoder/x86/
quantize_ssse3.asm 11 %include "vpx_ports/x86_abi_support.asm"
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 22 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
  /external/zlib/contrib/masmx64/
inffasx64.asm 1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
5 ; inffasx64.asm is called by inffas8664.c, which contain more info.
9 ; ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
  /external/zlib/contrib/masmx86/
gvmat32.asm 1 ; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
22 ; There is two way in using gvmat32.asm
26 ; compile the asm file running
27 ; ml /coff /Zi /Flgvmat32.lst /c gvmat32.asm
40 ; compile the asm file running
41 ; ml /coff /Zi /c /Flgvmat32.lst /DNOOLDPENTIUMCODE gvmat32.asm
89 ; in zlib in the deflate_state structure since the asm code was first written
156 ; initialize or check the variables used in match.asm.
167 ; we increment chain_length because in the asm, the --chain_lenght is in the beginning of the loop
    [all...]
  /external/expat/bcb5/
elements.mak 142 .PATH.ASM = $(PATHASM)
177 .asm.obj:
expat.mak 143 .PATH.ASM = $(PATHASM)
178 .asm.obj:
expat_static.mak 143 .PATH.ASM = $(PATHASM)
180 .asm.obj:
expatw.mak 143 .PATH.ASM = $(PATHASM)
178 .asm.obj:
expatw_static.mak 144 .PATH.ASM = $(PATHASM)
181 .asm.obj:
outline.mak 142 .PATH.ASM = $(PATHASM)
177 .asm.obj:
xmlwf.mak 143 .PATH.ASM = $(PATHASM)
178 .asm.obj:
  /external/libvpx/
Android.mk 112 $(VPX_GEN) : $(intermediates)/%.s : $(LOCAL_PATH)/%.asm
  /external/libvpx/vp8/common/x86/
iwalsh_sse2.asm 12 %include "vpx_ports/x86_abi_support.asm"
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 65 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);

Completed in 724 milliseconds

1 23 4 5 6