/ndk/tests/device/b8708181-Vector4/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/emm/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/fenv/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/issue19851-sigsetjmp/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/issue61659-neon-assignment/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-gnustl_shared-exception/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-googletest-full/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-libc++/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-libc++-static/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-wait/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/external/opencv3/platforms/scripts/ |
cmake_android_arm.sh | 7 cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..
|
cmake_android_mips.sh | 7 cmake -DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..
|
cmake_android_x86.sh | 8 cmake -DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake $@ ../..
|
cmake_arm_gnueabi_hardfp.sh | 7 cmake -DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.cmake $@ ../..
|
cmake_arm_gnueabi_softfp.sh | 7 cmake -DSOFTFP=ON -DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.cmake $@ ../..
|
cmake_android_service.sh | 7 cmake -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.cmake -DANDROID_TOOLCHAIN_NAME="arm-linux-androideabi-4.4.3" -DANDROID_STL=stlport_static -DANDROID_STL_FORCE_FEATURES=OFF -DBUILD_ANDROID_SERVICE=ON -DANDROID_SOURCE_TREE=~/Projects/AndroidSource/ServiceStub/ $@ ../..
|
/ndk/tests/device/test-yasm/ |
test_config.py | 1 def match_unsupported(abi, platform, device_platform, toolchain, subtest=None): 6 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/build/standalone-toolchain/ |
test.py | 27 def make_standalone_toolchain(arch, platform, toolchain, install_dir): 30 ndk_dir, 'build/tools/make-standalone-toolchain.sh') 39 if toolchain is not None: 41 name = '{}-{}'.format(toolchain_triple, toolchain) 42 cmd.append('--toolchain=' + name) 47 def test_standalone_toolchain(arch, toolchain, install_dir): 48 if toolchain == '4.9': 50 # x86 toolchain names are dumb: http://b/25800583 54 elif toolchain == 'clang': 67 def run_test(abi=None, platform=None, toolchain=None [all...] |
/ndk/tests/device/test-android-support/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-libc++-shared/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/ndk/tests/device/test-stlport/ |
test_config.py | 1 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
|
/prebuilts/qemu-kernel/kernel-toolchain/ |
android-kernel-toolchain-ar | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-as | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-gcc | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|