HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/chromium_org/tools/gn/
filesystem_utils.cc 590 SourceDir toolchain = GetToolchainOutputDir(settings); local
593 toolchain.SwapValue(&ret);
597 // slashes to append to the toolchain object directory.
606 SourceDir toolchain = GetToolchainGenDir(settings); local
609 toolchain.SwapValue(&ret);
612 // slashes to append to the toolchain object directory.
ninja_script_target_writer.cc 14 const Toolchain* toolchain,
16 : NinjaTargetWriter(target, toolchain, out),
89 // the Chrome Windows toolchain writes. We should have a way to invoke
  /prebuilts/qemu-kernel/arm/
rebuild.sh 148 --toolchain=*)
179 echo " --toolchain=<name> Toolchain name [$TOOLCHAIN_NAME]"
183 echo "The --toolchain option is ignored if you use the --cc one."
242 # Find toolchain
251 TOOLCHAIN_DIR="$ANDROID_BUILD_TOP/prebuilt/linux-x86/toolchain/$TOOLCHAIN_NAME/bin"
264 echo "Using cross-toolchain prefix: $CROSS_COMPILE"
  /build/core/combo/arch/x86/
x86.mk 31 # by our toolchain binaries. However, there have been reports that this may
  /external/chromium_org/native_client_sdk/src/build_tools/
build_app.py 70 def GetStrip(pepperdir, platform, arch, toolchain):
72 bin_dir = os.path.join(pepperdir, 'toolchain',
73 '%s_%s_%s' % (platform, base_arch, toolchain), 'bin')
113 buildbot_common.MakeDir(os.path.join(app_dir, 'toolchain'))
parse_dsc.py 237 parser.add_option('-t', '--toolchain',
238 help='Build using toolchain. Can be passed more than once.',
251 if options.toolchain:
252 filters['TOOLS'] = options.toolchain
nacl-mono-runtime.sh 125 readonly NACL_BIN_PATH=${NACL_SDK_ROOT}/toolchain/${TC_FLAVOUR}/bin
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 6 CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 6 CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 6 CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 6 CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
  /ndk/build/tools/
build-host-prebuilts.sh 33 # with the mingw32 cross-toolchain.
36 # If darwin toolchain exist, build darwin too
49 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package toolchain into this directory"
66 PROGRAM_PARAMETERS="<toolchain-src-dir>"
69 You need to give it the path to the toolchain source directory, as
70 downloaded by the 'download-toolchain-sources.sh' dev-script."
74 # Check toolchain source path
77 echo "ERROR: Please provide the path to the toolchain source tree. See --help"
89 echo "This is not the top of a toolchain tree: $SRC_DIR"
90 echo "You must give the path to a copy of the toolchain source directories
    [all...]
builder-funcs.sh 560 builder_cflags "-gcc-toolchain $GCC_TOOLCHAIN"
561 builder_ldflags "-gcc-toolchain $GCC_TOOLCHAIN"
download-toolchain-sources.sh 17 # This shell script is used to download the sources of the Android NDK toolchain
19 # that can later be used with the 'built-toolchain.sh' script.
45 OPTION_GIT_BASE=https://android.googlesource.com/toolchain
65 "Download the NDK toolchain sources from android.googlesource.com into <src-dir>.
66 You will need to run this script before being able to rebuilt the NDK toolchain
81 toolchain repositories on your machine. Use --git-reference=<path> to
115 PKGNAME=android-ndk-toolchain-$RELEASE
135 # Clone a given toolchain git repository
145 dump "Cloning git repository for toolchain/$1"
180 (printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION) >> $SOURCES_LIS
    [all...]
prebuilt-common.sh 507 # TOOLCHAIN AND ABI PROCESSING
656 # Find mingw toolchain
658 # Set MINGW_GCC to the found mingw toolchain
662 # IMPORTANT NOTE: binutils 2.21 requires a cross toolchain named
664 # in the toolchain build. Note that binutils 2.19 can build properly
666 # toolchain install on Debian/Ubuntu.
668 # To solve this dilemma, we create a wrapper toolchain named
672 # We apply the same logic to the 64-bit Windows cross-toolchain
689 # Scan $BINPREFIXLST list to find installed mingw toolchain. It will be
694 dump "Found mingw toolchain: $MINGW_GCC
    [all...]
  /ndk/tests/
run-tests-all.sh 45 # check if we need to also test 32-bit host toolchain
94 # enumerate all cases using $SYSTEM toolchain
108 # using 64-bit windows toolchain
116 # using 32-bit windows toolchain
162 ./build/tools/make-standalone-toolchain.sh \
166 --toolchain=$(get_toolchain_name_for_arch $ARCH $GCC_VERSION) \
175 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION toolchain with --sysroot"
181 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL"
184 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION standalone toolchain"
190 dump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain STL=$STL
    [all...]
  /external/chromium_org/chrome/test/functional/
nacl_sdk.py 153 def _GetURLForExampleName(self, name, toolchain):
154 return 'http://localhost:5103/%s/index_%s.html' % (name, toolchain)
165 for toolchain in toolchains:
168 'index_%s.html' % (toolchain,))
170 example_url = self._GetURLForExampleName(example, toolchain)
  /external/chromium_org/native_client_sdk/src/resources/
common.js 28 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
30 * the given toolchain.
51 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
53 * produced by the given toolchain.
117 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
337 * @param {string} tool The name of the toolchain, e.g. "glibc", "newlib" etc.
  /ndk/build/core/
setup-abi.mk 57 include $(BUILD_SYSTEM)/setup-toolchain.mk
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/mipsel-linux-android-4.7/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 17 # toolchain any number of source files
  /external/ceres-solver/
Android.mk 32 # Builds Ceres for Android, using the standard toolchain (not standalone). It
36 # CMake toolchain (noting that the standalone toolchain doesn't work with
  /external/ceres-solver/jni/
Android.mk 32 # Builds Ceres for Android, using the standard toolchain (not standalone). It
36 # CMake toolchain (noting that the standalone toolchain doesn't work with
  /external/chromium_org/tools/clang/scripts/
update.sh 149 # Clobber NaCl toolchain stamp files, see http://crbug.com/159793
280 # Make a standalone Android toolchain.
281 ${ANDROID_NDK_DIR}/build/tools/make-standalone-toolchain.sh \
283 --install-dir="${LLVM_BUILD_DIR}/android-toolchain" \
292 LLVM_ANDROID_TOOLCHAIN_DIR="../../../llvm-build/android-toolchain"

Completed in 670 milliseconds

1 2 3 45 6