HomeSort by relevance Sort by last modified time
    Searched refs:asm (Results 226 - 250 of 790) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/
gen_asm_offsets_vpx_scale.target.darwin-arm.mk 33 # "{'inputs': ['$(gyp_shared_intermediate_dir)/libvpx_obj_int_extract', 'obj_int_extract.py'], 'extension': 'o', 'outputs': ['$(gyp_shared_intermediate_dir)/third_party/libvpx/%(INPUT_ROOT)s.asm'], 'rule_name': 'obj_int_extract', 'rule_sources': ['$(gyp_intermediate_dir)/vpx_scale_asm_offsets.o'], 'action': ['python', '../../third_party/libvpx/obj_int_extract.py', '-e', '$(gyp_shared_intermediate_dir)/libvpx_obj_int_extract', '-f', 'gas', '-b', '$(RULE_SOURCES)', '-o', '$(gyp_shared_intermediate_dir)/third_party/libvpx/%(INPUT_ROOT)s.asm'], 'message': 'Generate assembly offsets $(RULE_SOURCES)'}":
34 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_local_path := $(LOCAL_PATH)
35 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_var_prefix := $(GYP_VAR_PREFIX)
36 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
38 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
39 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: $(gyp_intermediate_dir)/vpx_scale_asm_offsets.o $(gyp_shared_intermediate_dir)/libvpx_obj_int_extract $(LOCAL_PATH)/third_party/libvpx/obj_int_extract.py $(GYP_TARGET_DEPENDENCIES)
40 mkdir -p $(gyp_shared_intermediate_dir)/third_party/libvpx; cd $(gyp_local_path)/third_party/libvpx; python ../../third_party/libvpx/obj_int_extract.py -e "$(gyp_shared_intermediate_dir)/libvpx_obj_int_extract" -f gas -b "$(gyp_intermediate_dir)/vpx_scale_asm_offsets.o" -o "$(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm"
46 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm
    [all...]
gen_asm_offsets_vpx_scale.target.linux-arm.mk 33 # "{'inputs': ['$(gyp_shared_intermediate_dir)/libvpx_obj_int_extract', 'obj_int_extract.py'], 'extension': 'o', 'outputs': ['$(gyp_shared_intermediate_dir)/third_party/libvpx/%(INPUT_ROOT)s.asm'], 'rule_name': 'obj_int_extract', 'rule_sources': ['$(gyp_intermediate_dir)/vpx_scale_asm_offsets.o'], 'action': ['python', '../../third_party/libvpx/obj_int_extract.py', '-e', '$(gyp_shared_intermediate_dir)/libvpx_obj_int_extract', '-f', 'gas', '-b', '$(RULE_SOURCES)', '-o', '$(gyp_shared_intermediate_dir)/third_party/libvpx/%(INPUT_ROOT)s.asm'], 'message': 'Generate assembly offsets $(RULE_SOURCES)'}":
34 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_local_path := $(LOCAL_PATH)
35 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_var_prefix := $(GYP_VAR_PREFIX)
36 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
38 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
39 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm: $(gyp_intermediate_dir)/vpx_scale_asm_offsets.o $(gyp_shared_intermediate_dir)/libvpx_obj_int_extract $(LOCAL_PATH)/third_party/libvpx/obj_int_extract.py $(GYP_TARGET_DEPENDENCIES)
40 mkdir -p $(gyp_shared_intermediate_dir)/third_party/libvpx; cd $(gyp_local_path)/third_party/libvpx; python ../../third_party/libvpx/obj_int_extract.py -e "$(gyp_shared_intermediate_dir)/libvpx_obj_int_extract" -f gas -b "$(gyp_intermediate_dir)/vpx_scale_asm_offsets.o" -o "$(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm"
46 $(gyp_shared_intermediate_dir)/third_party/libvpx/vpx_scale_asm_offsets.asm
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_common.mk 75 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm
76 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_8t_sse2.asm
77 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_bilinear_sse2.asm
78 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm
79 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_bilinear_ssse3.asm
83 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm
84 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
88 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm
89 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm
90 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_common.mk 75 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm
76 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_8t_sse2.asm
77 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_bilinear_sse2.asm
78 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm
79 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_bilinear_ssse3.asm
83 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm
84 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
88 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm
89 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm
90 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FrameNode.java 2 * ASM: a very small and fast Java bytecode manipulation framework
30 package org.mockito.asm.tree;
37 import org.mockito.asm.MethodVisitor;
38 import org.mockito.asm.Opcodes;
AnnotationNode.java 2 * ASM: a very small and fast Java bytecode manipulation framework
30 package org.mockito.asm.tree;
35 import org.mockito.asm.AnnotationVisitor;
54 * {@link Double}, {@link String} or {@link org.mockito.asm.Type}, or an
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceSignatureVisitor.java 2 * ASM: a very small and fast Java bytecode manipulation framework
30 package org.mockito.asm.util;
32 import org.mockito.asm.Opcodes;
33 import org.mockito.asm.signature.SignatureVisitor;
ASMifierAnnotationVisitor.java 2 * ASM: a very small and fast Java bytecode manipulation framework
30 package org.mockito.asm.util;
32 import org.mockito.asm.AnnotationVisitor;
35 * An {@link AnnotationVisitor} that prints the ASM code that generates the
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/libvpx/
libvpx-offsets.mk 28 vp8/encoder/vp8_asm_enc_offsets.asm \
29 vpx_scale/vpx_scale_asm_offsets.asm \
47 $(OFFSETS_GEN) : %.asm : %.intermediate
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 19 import org.objectweb.asm.AnnotationVisitor;
20 import org.objectweb.asm.Attribute;
21 import org.objectweb.asm.Label;
22 import org.objectweb.asm.MethodVisitor;
23 import org.objectweb.asm.Opcodes;
24 import org.objectweb.asm.Type;
AsmAnalyzer.java 19 import org.objectweb.asm.AnnotationVisitor;
20 import org.objectweb.asm.Attribute;
21 import org.objectweb.asm.ClassReader;
22 import org.objectweb.asm.ClassVisitor;
23 import org.objectweb.asm.FieldVisitor;
24 import org.objectweb.asm.Label;
25 import org.objectweb.asm.MethodVisitor;
26 import org.objectweb.asm.Opcodes;
27 import org.objectweb.asm.Type;
28 import org.objectweb.asm.signature.SignatureReader
    [all...]
DependencyFinder.java 22 import org.objectweb.asm.AnnotationVisitor;
23 import org.objectweb.asm.Attribute;
24 import org.objectweb.asm.ClassReader;
25 import org.objectweb.asm.ClassVisitor;
26 import org.objectweb.asm.FieldVisitor;
27 import org.objectweb.asm.Label;
28 import org.objectweb.asm.MethodVisitor;
29 import org.objectweb.asm.Opcodes;
30 import org.objectweb.asm.Type;
31 import org.objectweb.asm.signature.SignatureReader
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
LazyLoaderGenerator.java 20 import org.mockito.asm.Label;
21 import org.mockito.asm.Type;
MixinEmitter.java 21 import org.mockito.asm.ClassVisitor;
22 import org.mockito.asm.Type;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
ConstructorDelegate.java 20 import org.mockito.asm.ClassVisitor;
21 import org.mockito.asm.Type;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
ParallelSorterEmitter.java 21 import org.mockito.asm.ClassVisitor;
22 import org.mockito.asm.Type;
  /prebuilts/misc/common/asm/
Android.mk 20 asm-4.0$(COMMON_JAVA_PACKAGE_SUFFIX)
  /prebuilts/tools/common/cglib/
Android.mk 19 # Note: To use cglib, please also add target asm-3-tools.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 81 %.asm:
93 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
101 rm -f vpx_config.[hc] vpx_config.asm; \
160 $(BUILD_PFX)%.asm.d: %.asm
166 $(BUILD_PFX)%.asm.o: %.asm
186 .PRECIOUS: %.asm.s
187 $(BUILD_PFX)%.asm.s: %.as
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 82 %.asm:
94 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
102 rm -f vpx_config.[hc] vpx_config.asm; \
150 $(BUILD_PFX)%.asm.d: %.asm
156 $(BUILD_PFX)%.asm.o: %.asm
176 .PRECIOUS: %.asm.s
177 $(BUILD_PFX)%.asm.s: %.as
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 82 %.asm:
94 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s)
102 rm -f vpx_config.[hc] vpx_config.asm; \
150 $(BUILD_PFX)%.asm.d: %.asm
156 $(BUILD_PFX)%.asm.o: %.asm
176 .PRECIOUS: %.asm.s
177 $(BUILD_PFX)%.asm.s: %.as
    [all...]
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
AccessSourcerTest.java 24 import org.objectweb.asm.Opcodes;

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>