HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 26 - 50 of 600) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
compiler.go 7 // Compiler is the name of the compiler toolchain that built the
  /prebuilts/go/linux-x86/src/runtime/
compiler.go 7 // Compiler is the name of the compiler toolchain that built the
  /system/bt/build/toolchain/gcc/
BUILD.gn 19 toolchain("gcc") {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
symver.d 6 # and the arm-elf toolchain will add $d.
  /toolchain/binutils/
build.py 109 toolchain = ndk.paths.android_path(
114 toolchain = ndk.paths.android_path(
118 toolchain = ndk.paths.android_path(
126 cc = os.path.join(toolchain, 'bin', '{}-gcc'.format(toolchain_prefix))
127 cxx = os.path.join(toolchain, 'bin', '{}-g++'.format(toolchain_prefix))
134 ar = os.path.join(toolchain, 'bin', '{}-ar'.format(toolchain_prefix))
136 toolchain, 'bin', '{}-strip'.format(toolchain_prefix))
  /bionic/libc/tools/
check-symbols-glibc.py 30 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable
31 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
check-symbols.py 10 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable
11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
  /external/vulkan-validation-layers/scripts/
check_toolchain_revisions.sh 5 # If any tracked revision no longer matches the local revision, blast the extenal toolchain directories
19 echo Removing current desktop toolchain;
23 echo Removing current android toolchain;
  /system/bt/build/toolchain/clang/
BUILD.gn 38 toolchain("clang") {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
symver.d 7 # and the arm-elf toolchain will add $d.
  /external/tensorflow/tensorflow/tools/ci_build/pi/
build_raspberry_pi.sh 58 curl -L https://github.com/raspberrypi/tools/archive/0e906ebc527eab1cdbf7adabff5b474da9562e9f.tar.gz -o toolchain.tar.gz
59 tar xzf toolchain.tar.gz
101 --crosstool_top=@local_config_arm_compiler//:toolchain \
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.13/
gradle-errorprone-plugin-0.0.13.jar 
  /build/soong/cc/config/
x86_linux_bionic_host.go 44 // Tell clang where the gcc toolchain is
45 "--gcc-toolchain=${LinuxBionicGccRoot}",
61 // Use the device gcc toolchain
62 "--gcc-toolchain=${LinuxBionicGccRoot}",
72 // Use the device gcc toolchain for now
147 var toolchainLinuxBionicSingleton Toolchain = &toolchainLinuxBionic{}
149 func linuxBionicToolchainFactory(arch android.Arch) Toolchain {
  /build/soong/cc/
object.go 56 if ctx.useVndk() && ctx.toolchain().Bionic() {
67 flags.LdFlags = append(flags.LdFlags, ctx.toolchain().ToolchainClangLdflags())
69 flags.LdFlags = append(flags.LdFlags, ctx.toolchain().ToolchainLdflags())
linker.go 121 if ctx.toolchain().Is64Bit() {
159 if ctx.toolchain().Bionic() {
205 toolchain := ctx.toolchain()
223 flags.LdFlags = append(flags.LdFlags, toolchain.ClangLdflags())
225 flags.LdFlags = append(flags.LdFlags, toolchain.Ldflags())
228 if !ctx.toolchain().Bionic() {
273 flags.LdFlags = append(flags.LdFlags, toolchain.ToolchainClangLdflags())
275 flags.LdFlags = append(flags.LdFlags, toolchain.ToolchainLdflags())
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.10/
gradle-errorprone-plugin-0.0.10.jar 
  /prebuilts/tools/common/m2/repository/net/ltgt/gradle/gradle-errorprone-plugin/0.0.9/
gradle-errorprone-plugin-0.0.9.jar 
  /external/boringssl/src/util/bot/
vs_toolchain.py 21 # Use MSVS2015 as the default toolchain.
26 """Sets up os.environ to use the depot_tools VS toolchain with gyp, and
39 toolchain = toolchain_data['path']
50 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain
53 # toolchain values in GYP_DEFINES, but don't want to override any
97 """Requests an update of the toolchain to the specific hashes we have at
  /development/scripts/
symbol.py 132 def ToolPath(tool, toolchain=None):
134 if not toolchain:
135 toolchain = FindToolchain()
136 return glob.glob(os.path.join(toolchain, "*-" + tool))[0]
140 """Returns the toolchain matching ARCH."""
145 # We use slightly different names from GCC, and there's only one toolchain
162 toolchain = sorted(available_toolchains)[-1]
164 if not os.path.exists(ToolPath("addr2line", toolchain)):
165 raise Exception("No addr2line for %s" % (toolchain))
167 _CACHED_TOOLCHAIN = toolchain
    [all...]
architecture.py 33 self.toolchain = symbol.FindToolchain()
  /external/libvpx/libvpx/build/make/
configure.sh 287 # Toolchain Check Functions
426 echo "TOOLCHAIN := ${toolchain}" >> config.mk
428 case ${toolchain} in
439 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
461 TOOLCHAIN=${toolchain}
539 toolchain="${toolchain:-${optval}}"
542 toolchain="${toolchain:-${optval}}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 18 # This script is used to rebuild the Linux 32-bit cross-toolchain
25 # WARNING: At this time, the generated toolchain binaries will *not* run
30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
63 # Used to set the host bitness of the generted toolchain binaries
106 # Versions of various toolchain components, do not touch unless you know
124 GIT_BASE_DEFAULT=https://android.googlesource.com/toolchain
126 # Location where we're going to install the toolchain during the build
143 # to ensure that the toolchain binaries are properly relocatable (i.e. can
323 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
325 This script is used to rebuild a custom Linux host toolchain that target
    [all...]
  /external/libusb/android/jni/
Application.mk 21 # Workaround for MIPS toolchain linker being unable to find liblog dependency
  /external/llvm/tools/msbuild/
install.bat 52 REM Routine for installing v100 toolchain.
63 REM Routine for installing v110 toolchain.
80 REM Routine for installing v120 toolchain.
97 REM Routine for installing v140 toolchain.
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 10 # this script cross-compiles a toolchain for that GOOS/GOARCH
72 # prepare a clean toolchain for others.
114 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".

Completed in 372 milliseconds

12 3 4 5 6 7 8 91011>>