/ndk/tests/device/test-stlport_static-exception/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 11 return toolchain, 'http://b/24541258' 16 if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9': 17 return '{} {}'.format(device_platform, toolchain), 'http://b/24403847' 19 if subtest == 'dyncast1' and toolchain == 'clang' and abi == 'x86_64': 20 return '{} {}'.format(toolchain, abi), 'http://b/26085687' 22 if (subtest == 'dyncast2_1' and toolchain == 'clang' and 24 return '{} {}'.format(toolchain, abi), 'http://b/26085687'
|
/ndk/tests/build/standalone-toolchain/ |
D | test.py | 27 def make_standalone_toolchain(arch, platform, toolchain, install_dir): argument 39 if toolchain is not None: 41 name = '{}-{}'.format(toolchain_triple, toolchain) 47 def test_standalone_toolchain(arch, toolchain, install_dir): argument 48 if toolchain == '4.9': 54 elif toolchain == 'clang': 67 def run_test(abi=None, platform=None, toolchain=None, argument 75 make_standalone_toolchain(arch, platform, toolchain, install_dir) 76 return test_standalone_toolchain(arch, toolchain, install_dir)
|
/ndk/tests/build/mips-fp4/ |
D | test_config.py | 1 def match_unsupported(abi, platform, toolchain, subtest=None): argument 7 def match_broken(abi, platform, toolchain, subtest=None): argument 8 if toolchain == 'clang': 9 return toolchain, 'http://b/26984979'
|
/ndk/tests/build/issue65705-asm-pc/ |
D | test_config.py | 1 def match_broken(abi, device, toolchain, subtest=None): argument 2 if toolchain == '4.9': 3 return toolchain, 'http://b.android.com/65705' 7 def match_unsupported(abi, device, toolchain, subtest=None): argument
|
/ndk/tests/device/test-stlport_shared-exception/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 11 return toolchain, 'http://b/24541258' 16 if subtest == 'filter1' and device_platform >= 21 and toolchain == '4.9': 17 return '{} {}'.format(device_platform, toolchain), 'http://b/24403847'
|
/ndk/tests/device/math/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 2 if abi == 'x86_64' and toolchain == 'clang': 4 return '{} {} (ld128)'.format(toolchain, abi), bug 8 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/tests/device/asan-smoke/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 7 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 8 if not toolchain.startswith('clang'): 9 return toolchain
|
/ndk/tests/ |
D | tests.py | 214 self.toolchain) 218 self.toolchain) 222 self.toolchain, subtest=name) 226 self.toolchain, subtest=name) 337 def match_broken(abi, platform, toolchain, subtest=None): argument 354 def match_unsupported(abi, platform, toolchain, subtest=None): argument 407 def match_broken(abi, platform, device_platform, toolchain, argument 412 def match_unsupported(abi, platform, device_platform, toolchain, argument 419 platform, toolchain): argument 428 assert toolchain is not None [all …]
|
/ndk/tests/build/lambda-defarg3/ |
D | test_config.py | 1 def match_unsupported(abi, platform, toolchain, subtest=None): argument 2 if toolchain != '4.9': 3 return toolchain
|
/ndk/tests/device/test-openmp/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 2 if toolchain == 'clang': 3 return toolchain, 'http://b/25937032'
|
/ndk/tests/build/b9193874-neon/ |
D | test_config.py | 1 def match_unsupported(abi, platform, toolchain, subtest=None): argument 4 if toolchain != '4.9': 5 return toolchain
|
/ndk/tests/build/issue36131-flto-c++11/ |
D | test_config.py | 1 def match_unsupported(abi, platform, toolchain, subtest=None): argument 3 if toolchain == 'clang' and abi.startswith('mips'): 4 return '{} {}'.format(toolchain, abi)
|
/ndk/tests/build/b14811006-GOT_PREL-optimization/ |
D | test_config.py | 1 def match_broken(abi, platform, toolchain, subtest=None): argument 2 if toolchain == 'clang': 4 return ' '.join([toolchain, abi]), 'http://b/26031639'
|
/ndk/tests/build/issue17144-byteswap/ |
D | test_config.py | 1 def match_broken(abi, platform, toolchain, subtest=None): argument 2 if toolchain == 'clang' and abi.startswith('armeabi-v7a'): 3 return '{} {}'.format(toolchain, abi), 'http://b/26091410'
|
/ndk/tests/build/flto/ |
D | test_config.py | 1 def match_unsupported(abi, platform, toolchain, subtest=None): argument 3 if toolchain == 'clang' and abi.startswith('mips'): 4 return '{} {}'.format(toolchain, abi)
|
/ndk/tests/device/test-libc++-shared-full/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 2 return toolchain
|
/ndk/tests/device/test-libc++-static-full/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 2 return toolchain
|
/ndk/tests/device/test-gnustl-full/ |
D | test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument 2 return toolchain, 'http://b/24613808'
|
/ndk/tests/device/test-yasm/ |
D | test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): argument 6 def match_broken(abi, platform, device_platform, toolchain, subtest=None): argument
|
/ndk/build/core/toolchains/x86_64-clang3.6/ |
D | setup.mk | 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,x86_64-4.9) 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 55 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/aarch64-linux-android-clang3.6/ |
D | setup.mk | 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,$(TOOLCHAIN_NAME)-4.9) 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 55 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/ |
D | setup.mk | 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,$(TOOLCHAIN_NAME)-4.9) 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/mipsel-linux-android-clang3.6/ |
D | setup.mk | 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,$(TOOLCHAIN_NAME)-4.9) 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/x86-clang3.6/ |
D | setup.mk | 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,x86-4.9) 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 56 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/tools/ |
D | build-gdbserver.py | 46 toolchain = build_support.arch_to_toolchain(arch) 47 toolchain_name = '-'.join([toolchain, GCC_VERSION])
|