OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_ARCH
(Results
101 - 125
of
243
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/llvm/tools/llc/
Android.mk
107
ifeq (,$(filter $(
TARGET_ARCH
),$(LLVM_SUPPORTED_ARCH)))
108
$(warning TODO $(
TARGET_ARCH
): Enable llc build)
/frameworks/base/cmds/app_process/
Android.mk
44
ifeq ($(
TARGET_ARCH
),arm)
77
endif # ifeq($(
TARGET_ARCH
),arm)
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Android.mk
46
ifeq ($(
TARGET_ARCH
),arm)
/hardware/bsp/intel/soc/edison/
soc.mk
20
TARGET_ARCH
:= x86
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
Android.mk
42
ifeq ($(
TARGET_ARCH
),arm)
/ndk/tests/device/test-cpufeatures/jni/
Android.mk
21
ifeq ($(
TARGET_ARCH
),arm)
34
ifeq ($(
TARGET_ARCH
),arm)
/toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.h
27
#define
TARGET_ARCH
bfd_arch_epiphany
tc-frv.h
26
#define
TARGET_ARCH
bfd_arch_frv
tc-i860.h
59
#define
TARGET_ARCH
bfd_arch_i860
tc-i960.h
26
#define
TARGET_ARCH
bfd_arch_i960
tc-m32c.h
26
#define
TARGET_ARCH
bfd_arch_m32c
tc-m32r.h
27
#define
TARGET_ARCH
bfd_arch_m32r
tc-m68hc11.h
35
#define
TARGET_ARCH
(m68hc11_arch ())
tc-mep.h
32
#define
TARGET_ARCH
bfd_arch_mep
tc-mn10300.h
52
#define
TARGET_ARCH
bfd_arch_mn10300
tc-msp430.h
33
#define
TARGET_ARCH
bfd_arch_msp430
tc-nios2.h
39
#define
TARGET_ARCH
bfd_arch_nios2
tc-ns32k.h
30
#define
TARGET_ARCH
bfd_arch_ns32k
tc-rx.h
29
#define
TARGET_ARCH
bfd_arch_rx
tc-spu.h
28
#define
TARGET_ARCH
bfd_arch_spu
tc-tilegx.h
33
#define
TARGET_ARCH
bfd_arch_tilegx
tc-tilepro.h
31
#define
TARGET_ARCH
bfd_arch_tilepro
/packages/apps/Messaging/
version.mk
67
ifeq "$(
TARGET_ARCH
)" "arm"
73
else ifeq "$(
TARGET_ARCH
)" "arm64"
75
else ifeq "$(
TARGET_ARCH
)" "mips"
77
else ifeq "$(
TARGET_ARCH
)" "x86"
79
else ifeq "$(
TARGET_ARCH
)" "x86_64"
/external/boringssl/
rules.mk
25
TARGET_ARCH
:= $(ARCH)
32
LOCAL_SRC_FILES_$(
TARGET_ARCH
) :=
34
LOCAL_CFLAGS_$(
TARGET_ARCH
) :=
/art/test/
Android.libarttest.mk
49
ART_TARGET_LIBARTTEST_$(ART_PHONY_TEST_TARGET_SUFFIX) += $(ART_TARGET_TEST_OUT)/$(
TARGET_ARCH
)/libarttest.so
50
ART_TARGET_LIBARTTEST_$(ART_PHONY_TEST_TARGET_SUFFIX) += $(ART_TARGET_TEST_OUT)/$(
TARGET_ARCH
)/libarttestd.so
Completed in 1961 milliseconds
1
2
3
4
5
6
7
8
9
10