/external/llvm/lib/Target/X86/ |
Android.mk | 56 ifeq ($(TARGET_ARCH),x86)
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
Android.mk | 39 ifeq ($(TARGET_ARCH),x86)
|
/external/llvm/lib/Transforms/Scalar/ |
Android.mk | 62 ifeq ($(TARGET_ARCH),x86)
|
/external/pixman/pixman/ |
Android.mk | 44 ifeq ($(strip $(TARGET_ARCH)),arm)
|
/external/srtp/ |
Android.mk | 46 ifeq ($(TARGET_ARCH),arm)
|
/build/core/ |
llvm_config.mk | 22 ifeq ($(TARGET_ARCH),arm) 44 ifeq ($(TARGET_ARCH),mips) 70 ifeq ($(TARGET_ARCH),x86)
|
/external/chromium_org/chrome/installer/ |
mini_installer.gyp | 238 ['target_arch=="x64"', { 244 'target_arch_flag': '--target_arch=x64', 248 'target_arch_flag': '--target_arch=x86',
|
mini_installer.gypi | 178 ['target_arch=="x64"', { 184 'target_arch_flag': '--target_arch=x64', 188 'target_arch_flag': '--target_arch=x86',
|
/external/chromium_org/sandbox/linux/ |
sandbox_linux.gypi | 14 '(target_arch=="ia32" or target_arch=="x64" or ' 15 'target_arch=="arm"))', {
|
/external/chromium_org/v8/ |
Makefile.android | 50 DEFINES = target_arch=arm v8_target_arch=arm android_target_arch=arm 55 DEFINES = target_arch=mipsel v8_target_arch=mipsel android_target_arch=mips 60 DEFINES = target_arch=ia32 v8_target_arch=ia32 android_target_arch=x86
|
/bionic/libc/ |
Android.mk | 3 include $(LOCAL_PATH)/arch-$(TARGET_ARCH)/syscalls.mk 365 ifeq ($(TARGET_ARCH),arm) 404 ifeq ($(TARGET_ARCH),x86) 418 ifeq ($(TARGET_ARCH),mips) 484 include bionic/libc/arch-$(TARGET_ARCH)/$(TARGET_ARCH).mk 515 ifeq ($(TARGET_ARCH),arm) 521 ifeq ($(TARGET_ARCH),x86) 532 ifeq ($(TARGET_ARCH),mips) 564 -I$(LOCAL_PATH)/arch-$(TARGET_ARCH)/includ [all...] |
/dalvik/vm/compiler/template/ |
gen-template.py | 154 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file)) 334 target_arch = sys.argv[1] variable 348 config_fp = open("config-%s" % target_arch) 350 print "Unable to open config file 'config-%s'" % target_arch 357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w") 374 """ % (target_arch)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSVersion.py | 70 def SetupScript(self, target_arch): 74 # the setup script from the SDK if so. |target_arch| should be either 76 assert target_arch in ('x86', 'x64') 80 '/' + target_arch] 85 if target_arch == 'x86': 89 assert target_arch == 'x64'
|
/external/v8/ |
Android.v8common.mk | 103 ifeq ($(TARGET_ARCH),arm) 125 ifeq ($(TARGET_ARCH),mips) 147 ifeq ($(TARGET_ARCH),x86)
|
/device/asus/grouper/ |
BoardConfigCommon.mk | 35 TARGET_ARCH := arm
|
/device/samsung/manta/ |
BoardConfig.mk | 31 TARGET_ARCH := arm
|
/external/chromium_org/build/ |
download_nacl_toolchains.py | 49 if 'target_arch=arm' in os.environ.get('GYP_DEFINES', ''):
|
/external/chromium_org/chrome/app/policy/ |
cloud_policy_codegen.gyp | 143 ['OS=="win" and target_arch=="ia32"', {
|
/external/chromium_org/chrome/ |
common_constants.gyp | 93 ['OS=="win" and target_arch=="ia32"', {
|
/external/chromium_org/cloud_print/ |
cloud_print.gyp | 70 ['OS=="win" and target_arch=="ia32"', {
|
/external/chromium_org/third_party/mesa/src/ |
Android.common.mk | 48 ifeq ($(TARGET_ARCH),x86)
|
/external/chromium_org/tools/gyp/tools/emacs/testdata/ |
media.gyp | 378 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"', 487 [ 'target_arch == "ia32" or target_arch == "x64"', { 492 [ 'target_arch == "arm"', { 541 [ 'target_arch == "x64"', { 588 [ 'target_arch=="ia32"', { 758 [ 'target_arch=="ia32" or target_arch=="x64"', { 914 ['OS == "linux" and target_arch != "arm"', { [all...] |
/external/llvm/lib/Target/ARM/ |
Android.mk | 70 ifeq ($(TARGET_ARCH),arm)
|
/external/llvm/lib/Target/Mips/ |
Android.mk | 68 ifeq ($(TARGET_ARCH),mips)
|
/external/mesa3d/ |
Android.common.mk | 48 ifeq ($(TARGET_ARCH),x86)
|