HomeSort by relevance Sort by last modified time
    Searched full:toolchain (Results 51 - 75 of 1683) sorted by null

1 23 4 5 6 7 8 91011>>

  /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 $@ ../..
  /ndk/tests/build/copysign/
test_config.py 1 def match_broken(abi, 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/test-android-support/
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++-shared/
test_config.py 1 def match_broken(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-stlport/
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):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32${sysroot_headers_suffix}/mingw/include"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-incompatible.d 5 #error: Object has vendor-specific contents that must be processed by the '.+' toolchain
  /external/llvm/tools/xcode-toolchain/
CMakeLists.txt 6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will
11 # result in /usr/bin/<tool> or xcrun <tool> to find the tool in the toolchain.
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
17 # This file generates a custom install-xcode-toolchain target which constructs
18 # and installs a toolchain with the identifier in the pattern:
19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the
26 # ninja install-xcode-toolchain
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
51 message(FATAL_ERROR "Could not identify toolchain dir"
    [all...]
  /ndk/tests/build/build-mode/jni/
main.c 9 # error "This source file should be compiled with an ARM toolchain"
16 # error "This source file should be compiled with an ARM toolchain"
23 # error "This source file should be compiled with an ARM toolchain"
30 # error "This source file should be compiled with an x86 toolchain"
34 # error "This source file should be compiled with a MIPS toolchain"
51 # error "This toolchain doesn't define the __ANDROID__ built-in macro!"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/tmp/build-mingw64-toolchain-joshualang/src/gcc-4.8.3/configure --prefix=/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32 --disable-shared --with-gmp=/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32 --with-mpfr=/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32 --with-mpc=/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-targets=all --enable-languages=c,c++ --with-sysroot=/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32";
  /external/clang/test/Driver/
gcc-toolchain.cpp 1 // Test that gcc-toolchain option is working correctly
5 // RUN: --gcc-toolchain=%S/Inputs/ubuntu_11.04_multiarch_tree/usr \
11 // RUN: -gcc-toolchain %S/Inputs/ubuntu_11.04_multiarch_tree/usr \
14 // Test for header search toolchain detection.
16 // CHECK: "[[TOOLCHAIN:[^"]+]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5"
18 // CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu"
20 // CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward"
23 // Test for linker toolchain detection. Note that only the '-L' flags will use
28 // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5"
29 // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../..
    [all...]
  /external/llvm/cmake/platforms/
Android.cmake 0 # Toolchain config for Android NDK.
2 # This is expected to be used with a standalone Android toolchain (see
3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
  /prebuilts/go/darwin-x86/src/cmd/dist/
README 3 As of Go 1.5, dist and other parts of the compiler toolchain are written
10 2. Using dist, build Go 1.x compiler toolchain with Go 1.4.
11 3. Using dist, rebuild Go 1.x compiler toolchain with itself.
12 4. Using dist, build Go 1.x cmd/go (as go_bootstrap) with Go 1.x compiler toolchain.
15 NOTE: During the transition from the old C-based toolchain to the Go-based one,
16 step 2 also builds the parts of the toolchain written in C, and step 3 does not
  /prebuilts/go/linux-x86/src/cmd/dist/
README 3 As of Go 1.5, dist and other parts of the compiler toolchain are written
10 2. Using dist, build Go 1.x compiler toolchain with Go 1.4.
11 3. Using dist, rebuild Go 1.x compiler toolchain with itself.
12 4. Using dist, build Go 1.x cmd/go (as go_bootstrap) with Go 1.x compiler toolchain.
15 NOTE: During the transition from the old C-based toolchain to the Go-based one,
16 step 2 also builds the parts of the toolchain written in C, and step 3 does not
  /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

Completed in 745 milliseconds

1 23 4 5 6 7 8 91011>>