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

1 2 3 4 56

  /external/chromium_org/tools/gn/
ninja_binary_target_writer.cc 73 Toolchain::ToolType GetToolTypeForTarget(const Target* target) {
76 return Toolchain::TYPE_ALINK;
78 return Toolchain::TYPE_SOLINK;
80 return Toolchain::TYPE_LINK;
82 return Toolchain::TYPE_NONE;
89 const Toolchain* toolchain,
91 : NinjaTargetWriter(target, toolchain, out),
191 const Toolchain::Tool& tool = toolchain_->GetTool(tool_type_);
247 const Toolchain::Tool& tool
    [all...]
builder_unittest.cc 10 #include "tools/gn/toolchain.h"
24 virtual void ToolchainLoaded(const Toolchain* toolchain) OVERRIDE {
82 Toolchain* DefineToolchain() {
83 Toolchain* tc = new Toolchain(&settings_, settings_.toolchain_label());
121 // Should have requested that B and the toolchain is loaded.
138 // A should have two deps: B and the toolchain. Only B should be unresolved.
158 // C only depends on the already-loaded toolchain so we shouldn't have
168 // B depends only on the already-loaded C and toolchain so we shouldn't hav
    [all...]
  /ndk/build/core/
setup-app.mk 42 # which platform/abi/toolchain are we going to use?
definitions.mk     [all...]
build-binary.mk 174 # Toolchain by default disallows generated code running from the heap and stack.
185 # Toolchain by default provides relro and GOT protections.
291 # Process all source file tags to determine toolchain-specific
  /ndk/build/tools/
build-gcc.sh 17 # This shell script is used to rebuild the gcc and toolchain binaries
24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gcc toolchain prebuilt binaries for the Android NDK.
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. arm-linux-androideabi-4.6)."
34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
100 TOOLCHAIN="$3"
133 # Check toolchain name
135 if [ -z "$TOOLCHAIN" ] ; the
    [all...]
common-build-host-funcs.sh 351 # $1: toolchain install dir
352 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
450 # This function probes the system to find the best toolchain or cross-toolchain
452 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}-
466 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only).
485 # Try to find the best toolchain to do that job, assuming we are in
490 # If possible, automatically use our custom toolchain to generate
494 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
502 # If possible, automaticaly use our custom toolchain to generat
    [all...]
build-llvm.sh 24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. llvm-3.3)."
34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
74 TOOLCHAIN="$3"
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
88 if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; the
    [all...]
build-host-gcc.sh 17 # Rebuild the host GCC toolchain binaries from sources.
25 PROGRAM_PARAMETERS="[<toolchain-name>+]"
28 To use it, you will first need to call download-toolchain-sources.sh to download
29 the toolchain sources, then pass the corresponding directory with the
30 --toolchain-src-dir=<path> option.
43 By default, the script rebuilds the toolchain(s) for you host system [$HOST_TAG],
59 $PROGNAME --toolchain-src-dir=/path/to/toolchain/src \
65 cross-toolchain installed and in your path. Note that the script named
66 'build-mingw64-toolchain.sh' can be used to rebuild such a toolchai
    [all...]
  /ndk/sources/cxx-stl/stlport/
Android.mk 63 # toolchain.
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/arm-linux-androideabi-4.7/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 17 # toolchain any number of source files
  /external/chromium_org/tools/win/toolchain/
toolchain2013.py 5 # Extracts a Windows VS2013 toolchain from various downloadable pieces.
8 from toolchain import *
113 file.write(':: Generated by tools\\win\\toolchain\\toolchain2013.py.\n')
162 file.write(':: Generated by tools\\win\\toolchain\\toolchain2013.py.\n')
177 file.write('echo Environment set for toolchain in %~dp0.\n')
184 help='put toolchain into DIR',
  /external/llvm/
README.android 5 * - Changes due to Android's toolchain.
73 Android toolchain.
75 * Code changes to make Android's toolchain stop outputting warnings. (This part
  /ndk/toolchains/llvm-3.2/
setup.mk 17 # toolchain any number of source files
  /ndk/toolchains/llvm-3.3/
setup.mk 17 # toolchain any number of source files
  /external/v8/
Makefile 37 ANDROID_TOOL_PREFIX = $(ANDROID_NDK_ROOT)/toolchain/bin/arm-linux-androideabi
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 584 if not os.path.exists(os.path.join(sdk_root, 'toolchain')):
599 toolchain = os.path.join(sdk_root, 'toolchain', '%s_x86_glibc' % osname)
600 objdump = os.path.join(toolchain, 'bin', 'x86_64-nacl-objdump')
614 objects. This currently include the toolchain library folders
627 # Core toolchain libraries
628 'toolchain/%s_x86_glibc/x86_64-nacl/lib' % osname,
629 'toolchain/%s_x86_glibc/x86_64-nacl/lib32' % osname,
631 'toolchain/%s_x86_glibc/x86_64-nacl/usr/lib' % osname,
632 'toolchain/%s_x86_glibc/i686-nacl/usr/lib' % osname
    [all...]
  /external/chromium_org/v8/
Makefile 230 build/toolchain.gypi samples/samples.gyp src/d8.gyp \
410 # have "tools" and "toolchain" subdirectories.
  /external/chromium_org/build/android/
adb_gdb 108 TOOLCHAIN=
181 --toolchain=*)
182 TOOLCHAIN=$optarg
278 the path to the host target-specific cross-toolchain.
451 # Convert an NDK architecture name into a toolchain name prefix
453 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi')
463 # Find a NDK toolchain prebuilt file or sub-directory.
464 # This will probe the various arch-specific toolchain directories
486 # Find the path to an NDK's toolchain full prefix for a given architecture
510 # Special case, the x86 toolchain used to be incorrectl
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
    [all...]
  /ndk/
ndk-gdb.py 597 log('Using toolchain prefix: %s' % (TOOLCHAIN_PREFIX))
760 log('Using toolchain version: %s' % (NDK_TOOLCHAIN_VERSION))
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 

Completed in 1222 milliseconds

1 2 3 4 56