/system/core/libpixelflinger/ |
Android.mk | 31 ifeq ($(TARGET_ARCH),arm) 41 ifeq ($(TARGET_ARCH),arm) 46 ifeq ($(TARGET_ARCH),mips)
|
/device/generic/armv7-a-neon/ |
BoardConfig.mk | 10 TARGET_ARCH := arm
|
/device/generic/mips/ |
BoardConfig.mk | 9 TARGET_ARCH := mips
|
/external/chromium_org/build/ |
common_untrusted.gypi | 13 ['target_arch=="arm"', {
|
/external/chromium_org/build/linux/ |
pkg-config-wrapper | 20 target_arch="$1" 23 if [ -z "$root" -o -z "$target_arch" ] 25 echo "usage: $0 /path/to/sysroot target_arch [pkg-config-arguments] package" >&2 29 if [ "$target_arch" = "x64" ]
|
/external/chromium_org/gpu/tools/ |
tools.gyp | 12 ['OS == "linux" and target_arch != "arm"', {
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/ |
README | 3 Run gyp w/ GYP_DEFINES "target_arch=arm", ia32, x64, etc. to compile the
|
pnacl_support_extension.gyp | 73 ['target_arch=="arm"', { 95 ['target_arch=="ia32"', { 117 ['target_arch=="x64"', { 146 '--target_arch=<(target_arch)',
|
/external/chromium_org/third_party/openssl/ |
openssl.gyp | 47 ['target_arch == "arm"', { 53 ['target_arch == "mipsel"', { 59 ['target_arch == "ia32"', { 65 ['target_arch == "x64"', {
|
/frameworks/compile/libbcc/ |
libbcc-device-build.mk | 37 ifeq ($(TARGET_ARCH),arm) 49 ifeq ($(TARGET_ARCH),mips) 52 ifeq ($(TARGET_ARCH),x86) 58 $(error Unsupported architecture $(TARGET_ARCH))
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
Android.mk | 18 ifeq ($(TARGET_ARCH),x86) 65 endif # ifeq ($(TARGET_ARCH),x86)
|
/external/chromium_org/ |
Android.mk | 15 ifneq (,$(wildcard $(CHROMIUM_DIR)/GypAndroid.$(HOST_OS)-$(TARGET_ARCH).mk)) 24 include $(CHROMIUM_DIR)/GypAndroid.$(HOST_OS)-$(TARGET_ARCH).mk
|
/external/chromium_org/content/ |
content_gpu.gypi | 48 ['OS=="win" and target_arch=="ia32" and directxsdk_exists=="True"', { 75 ['target_arch!="arm" and chromeos == 1', {
|
/external/chromium_org/third_party/qcms/ |
qcms.gyp | 38 (branding=="Chrome" and target_arch=="ia32" and \ 40 (OS=="win" and target_arch=="x64")', {
|
/external/v8/ |
Android.mk | 20 ifeq ($(TARGET_ARCH),arm) 27 ifneq ($(filter $(TARGET_ARCH),x86 arm mips),)
|
/external/webrtc/ |
android-webrtc.mk | 22 ifeq ($(TARGET_ARCH),arm) 46 else ifeq ($(TARGET_ARCH),x86)
|
/ndk/tests/device/test-cpufeatures/jni/ |
Android.mk | 21 ifeq ($(TARGET_ARCH),arm) 29 ifeq ($(TARGET_ARCH),arm)
|
/prebuilts/sdk/renderscript/ |
Android.mk | 25 LOCAL_SRC_FILES := lib/$(TARGET_ARCH)/$(LOCAL_MODULE).so 36 LOCAL_SRC_FILES := lib/$(TARGET_ARCH)/$(LOCAL_MODULE).so
|
/external/strace/ |
Android.mk | 108 arch := $(TARGET_ARCH) 109 ifeq ($(TARGET_ARCH),arm) 112 else ifeq ($(TARGET_ARCH),x86) 116 else ifeq ($(TARGET_ARCH),sh) 119 else ifeq ($(TARGET_ARCH),mips)
|
/external/chromium_org/build/android/ |
envsetup_functions.sh | 29 case "${TARGET_ARCH}" in 40 echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2 112 case "${TARGET_ARCH}" in 115 DEFINES+=" target_arch=arm" 124 DEFINES+=" target_arch=ia32" 127 DEFINES+=" target_arch=mipsel" 130 echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2 184 target_arch="$(echo "$1" | sed 's/^[^=]*=//') [all...] |
/external/chromium_org/ppapi/native_client/ |
native_client.gyp | 39 ['target_arch!="arm"', { 78 ['target_arch=="arm"', { 135 # both x86-32 and x86-64 whenever target_arch is some 138 ['OS!="win" and target_arch=="ia32"', 143 ['target_arch=="x64"', 148 ['target_arch!="arm"', { 190 ['target_arch=="arm"', {
|
/external/v8/build/ |
standalone.gypi | 43 # very well; such hosts should pass an explicit target_arch 55 'target_arch%': '<(host_arch)', 58 'target_arch%': '<(target_arch)', 59 'v8_target_arch%': '<(target_arch)', 62 'target_arch%': '<(target_arch)',
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
plugin.gypi | 32 # is an x86 build. This is because |target_arch| for x86 can be one of a 34 ['target_arch=="arm"', { 38 }, { # else: 'target_arch != "arm"
|
/external/zlib/ |
Android.mk | 29 ifeq ($(TARGET_ARCH),arm) 41 ifeq ($(TARGET_ARCH),arm) 84 ifeq ($(TARGET_ARCH),arm)
|
/system/core/libcorkscrew/ |
Android.mk | 37 ifeq ($(TARGET_ARCH),arm) 41 ifeq ($(TARGET_ARCH),x86) 45 ifeq ($(TARGET_ARCH),mips)
|