HomeSort by relevance Sort by last modified time
    Searched full:target_arch (Results 26 - 50 of 296) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/build/issue34613-neon/jni/
Android.mk 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
  /system/core/debuggerd/
Android.mk 3 ifneq ($(filter arm mips x86,$(TARGET_ARCH)),)
14 $(TARGET_ARCH)/machine.c
37 LOCAL_SRC_FILES += $(TARGET_ARCH)/crashglue.S
62 endif # arm or x86 in TARGET_ARCH
  /system/core/libcutils/tests/memset_mips/
Android.mk 3 ifeq ($(TARGET_ARCH),mips)
  /system/extras/tests/icachetest/
Android.mk 2 ifeq ($(TARGET_ARCH),arm)
  /external/chromium_org/third_party/openssl/openssl/
Ssl-config.mk 108 target_arch := $(TARGET_ARCH) macro
109 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
110 target_arch := unknown_arch macro
113 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
115 target_src_files := $(common_src_files) $($(target_arch)_src_files)
116 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
Apps-config.mk 111 target_arch := $(TARGET_ARCH) macro
112 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
113 target_arch := unknown_arch macro
116 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
118 target_src_files := $(common_src_files) $($(target_arch)_src_files)
119 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
  /external/openssl/
Ssl-config.mk 106 target_arch := $(TARGET_ARCH) macro
107 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
108 target_arch := unknown_arch macro
111 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
113 target_src_files := $(common_src_files) $($(target_arch)_src_files)
114 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
Apps-config.mk 111 target_arch := $(TARGET_ARCH) macro
112 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
113 target_arch := unknown_arch macro
116 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
118 target_src_files := $(common_src_files) $($(target_arch)_src_files)
119 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
  /external/valgrind/main/
Android.mk 19 ifneq ($(filter arm x86,$(TARGET_ARCH)),)
25 -DVGA_$(TARGET_ARCH)=1 \
27 -DVGP_$(TARGET_ARCH)_linux=1 \
28 -DVGPV_$(TARGET_ARCH)_linux_android=1 \
29 -DVG_PLATFORM=\"$(TARGET_ARCH)-linux\" \
41 ifeq ($(TARGET_ARCH),arm)
61 ifeq ($(TARGET_ARCH),arm)
65 # Build libvex-($TARGET_ARCH)-linux.a
68 LOCAL_MODULE := libvex-$(TARGET_ARCH)-linux
122 # Build libcoregrind-$(TARGET_ARCH)-linux.
    [all...]
  /development/tutorials/ReverseDebug/
Android.mk 15 ifneq ($(filter arm ,$(TARGET_ARCH)),)
28 endif # arm in TARGET_ARCH
  /device/generic/x86/
BoardConfig.mk 9 TARGET_ARCH := x86
  /frameworks/av/media/libstagefright/httplive/
Android.mk 27 ifeq ($(TARGET_ARCH),arm)
  /system/extras/tests/memtest/
Android.mk 2 ifeq ($(TARGET_ARCH),arm)
  /external/libffi/
Android.mk 27 ifneq ($(TARGET_ARCH),arm)
28 ifneq ($(TARGET_ARCH),x86)
32 ffi_arch := $(TARGET_ARCH)
  /external/libffi/testsuite/
Android.mk 23 ifneq ($(TARGET_ARCH),arm)
24 ifneq ($(TARGET_ARCH),x86)
29 LOCAL_C_INCLUDES := external/libffi/$(TARGET_OS)-$(TARGET_ARCH)
  /frameworks/native/opengl/libagl/
Android.mk 32 ifeq ($(TARGET_ARCH),arm)
37 ifeq ($(TARGET_ARCH),mips)
38 LOCAL_SRC_FILES += arch-$(TARGET_ARCH)/fixed_asm.S
  /packages/apps/Camera/jni/
Android.mk 43 ifeq ($(TARGET_ARCH), arm)
47 ifeq ($(TARGET_ARCH), x86)
51 ifeq ($(TARGET_ARCH), mips)
  /bionic/linker/
Android.mk 4 ifeq ($(TARGET_ARCH),x86)
11 arch/$(TARGET_ARCH)/begin.$(linker_begin_extension) \
29 ifeq ($(TARGET_ARCH),arm)
33 ifeq ($(TARGET_ARCH),x86)
37 ifeq ($(TARGET_ARCH),mips)
  /external/chromium_org/skia/
skia.gyp 104 target_arch != "arm" and target_arch != "mipsel"', {
109 [ 'target_arch != "arm" and target_arch != "mipsel"', {
114 [ 'target_arch == "mipsel"',{
skia_library_opts.gyp 39 target_arch != "arm" and target_arch != "mipsel"', {
44 [ 'target_arch != "arm" and target_arch != "mipsel"', {
56 [ 'target_arch == "arm"', {
97 [ 'target_arch == "arm" and (arm_version < 7 or (arm_neon == 0 and arm_neon_optional == 1))', {
102 [ 'target_arch == "arm" and arm_version < 6', {
108 [ 'target_arch == "arm" and arm_version >= 6', {
115 [ 'target_arch == "mipsel"',{
162 [ 'target_arch != "arm" and target_arch != "mipsel"',
    [all...]
  /ndk/tests/build/build-mode/jni/
Android.mk 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
37 endif # TARGET_ARCH == arm
115 ifeq ($(TARGET_ARCH),x86)
123 endif # TARGET_ARCH == x86
125 ifeq ($(TARGET_ARCH),mips)
133 endif # TARGET_ARCH == mips
135 endif # if TARGET_ARCH is known arch
  /external/v8/
Android.libv8.mk 9 ifeq ($(TARGET_ARCH),mips)
30 ifeq ($(TARGET_ARCH),x86)
69 MKSNAPSHOT := $(HOST_OUT_EXECUTABLES)/mksnapshot.$(TARGET_ARCH)
92 ifeq ($(TARGET_ARCH),arm)
96 ifeq ($(TARGET_ARCH),mips)
103 ifeq ($(TARGET_ARCH),x86)
Android.mksnapshot.mk 9 LOCAL_MODULE := mksnapshot.$(TARGET_ARCH)
23 ifeq ($(TARGET_ARCH),arm)
27 ifeq ($(TARGET_ARCH),mips)
88 ifeq ($(TARGET_ARCH),arm)
98 ifeq ($(TARGET_ARCH),mips)
106 ifeq ($(TARGET_ARCH),x86)
  /external/oprofile/
common.mk 37 ifeq ($(TARGET_ARCH),arm)
42 ifeq ($(TARGET_ARCH),mips)
47 ifneq ($(filter arm mips,$(TARGET_ARCH)),)
  /packages/apps/Camera2/jni/
Android.mk 43 ifeq ($(TARGET_ARCH), arm)
47 ifeq ($(TARGET_ARCH), x86)
51 ifeq ($(TARGET_ARCH), mips)

Completed in 1135 milliseconds

12 3 4 5 6 7 8 91011>>