/external/chromium_org/tools/gn/ |
ninja_binary_target_writer_unittest.cc | 28 target.SetToolchain(setup.toolchain()); 62 shlib_target.SetToolchain(setup.toolchain()); 99 stlib_target.SetToolchain(setup.toolchain()); 176 action.SetToolchain(setup.toolchain()); 186 target.SetToolchain(setup.toolchain()); 239 target.SetToolchain(setup.toolchain());
|
config_values_extractors_unittest.cc | 50 dep2.SetToolchain(setup.toolchain()); 67 dep1.SetToolchain(setup.toolchain()); 93 target.SetToolchain(setup.toolchain());
|
header_checker_unittest.cc | 29 a_.SetToolchain(setup_.toolchain(), &err); 30 b_.SetToolchain(setup_.toolchain(), &err); 31 c_.SetToolchain(setup_.toolchain(), &err); 32 d_.SetToolchain(setup_.toolchain(), &err); 80 p.SetToolchain(setup_.toolchain(), &err); 201 EXPECT_TRUE(z.SetToolchain(setup_.toolchain(), &err));
|
loader.h | 24 class Toolchain; 36 // Loads the given file in the conext of the given toolchain. The initial 38 // empty toolchain name, which will trigger the load of the default build 44 // Notification that the given toolchain has loaded. This will unblock files 46 virtual void ToolchainLoaded(const Toolchain* toolchain) = 0; 48 // Returns the label of the default toolchain. 51 // Returns information about the toolchain with the given label. Will return 52 // false if we haven't processed this toolchain yet. 55 // Helper function that extracts the file and toolchain name from the give [all...] |
ninja_writer.cc | 47 // Categorize all targets by toolchain. 68 // Write out the toolchain buildfiles, and also accumulate the set of 69 // all settings and find the list of targets in the default toolchain. 74 const Toolchain* toolchain = builder_->GetToolchain(i->first); local 77 if (!NinjaToolchainWriter::RunAndWriteFile(settings, toolchain, 80 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout(); 92 // All Settings objects should have the same default toolchain, and there 95 const Toolchain* default_toolchain = 102 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout() [all...] |
substitution_writer_unittest.cc | 180 target.SetToolchain(setup.toolchain()); 215 target.SetToolchain(setup.toolchain()); 236 target.SetToolchain(setup.toolchain()); 239 const Tool* tool = setup.toolchain()->GetToolForTargetFinalOutput(&target);
|
/external/oprofile/ |
common.mk | 38 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6 macro 43 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-4.6 macro 48 common_host_c_includes := $(common_c_includes) $(toolchain)/include
|
/ndk/build/core/ |
add-toolchain.mk | 16 # this script is included repeatedly by main.mk to add a new toolchain 19 # '_config_mk' must be defined as the path of a toolchain 25 # by the toolchain configuration file 55 # Now record the toolchain-specific information 63 # check that the toolchain name is unique 65 $(call __ndk_error,Toolchain $(_name) defined in $(_parent) is\ 74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
|
/ndk/toolchains/x86-clang3.3/ |
setup.mk | 17 # toolchain any number of source files 27 # Override the toolchain prefix 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \ 61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \ 88 # this toolchain's generated binaries
|
/ndk/toolchains/x86-clang3.4/ |
setup.mk | 17 # toolchain any number of source files 27 # Override the toolchain prefix 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \ 61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \ 88 # this toolchain's generated binaries
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/ |
build-lucid-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 318 Usage: $PROGNAME [options] [<path-to-toolchain-sources>] 320 This script is used to rebuild a custom Linux host toolchain that target [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/ |
build-lucid-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 318 Usage: $PROGNAME [options] [<path-to-toolchain-sources>] 320 This script is used to rebuild a custom Linux host toolchain that target [all...] |
/ndk/build/tools/ |
dev-rebuild-ndk.sh | 55 register_var_option "--toolchain-src-dir=<path>" OPTION_SRC_DIR "Select toolchain source directory" 61 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain" 65 register_option "--separate-64" do_SEPARATE_64 "Separate 64-bit host toolchain to its own package" 80 "Generate the NDK toolchain package." 134 # Get the Toolchain sources 139 if [ -d "$PROGDIR/toolchain-patches" ] 141 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \ 147 echo "Checking for Toolchain sources" 154 echo " Downloading Toolchain sources [all...] |
/ndk/tests/abcc/ |
build-abcc.sh | 17 # Build a abcc package. This exploits build-on-device-toolchain.sh and 46 DEFAULT_TMP_SRC_DIR=/tmp/ndk-$USER/ndk-toolchain-source-`date +%s` 48 register_var_option "--src-dir=<path>" SRC_DIR "Specify an existing toolchain source" 52 register_option "--only-assets" do_only_assets_option "Build toolchain only under prebuilts/assets/ instead of whole app" 64 register_option "--no-rebuild-assets" do_no_rebuild_assets_option "Use existing toolchain prebuilt assets instead of rebuilding them" 70 "This script can be used to build abcc, which contains all toolchain 87 # First: Build toolchain assets 91 test -z "`ls $ABCC_PREBUILT_ASSETS 2> /dev/null`" && dump "[WARNING] No toolchain assets found!" 94 test "$SRC_DIR" = "$DEFAULT_TMP_SRC_DIR" && run $BUILDTOOLS/download-toolchain-sources.sh $SRC_DIR 97 run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no- (…) [all...] |
/ndk/toolchains/llvm-3.3/ |
config.mk | 16 # config file for the clang-3.3 toolchain for the Android NDK
|
/ndk/toolchains/llvm-3.4/ |
config.mk | 16 # config file for the clang-3.4 toolchain for the Android NDK
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
configure.sh | 281 # Toolchain Check Functions 398 echo "TOOLCHAIN := ${toolchain}" >> config.mk 400 case ${toolchain} in 411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 433 TOOLCHAIN=${toolchain} 510 --target=*) toolchain="${toolchain:-${optval}}" 512 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai [all...] |
/external/libvpx/libvpx/build/make/ |
configure.sh | 281 # Toolchain Check Functions 398 echo "TOOLCHAIN := ${toolchain}" >> config.mk 400 case ${toolchain} in 411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 433 TOOLCHAIN=${toolchain} 507 --target=*) toolchain="${toolchain:-${optval}}" 509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
configure.sh | 281 # Toolchain Check Functions 398 echo "TOOLCHAIN := ${toolchain}" >> config.mk 400 case ${toolchain} in 411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 433 TOOLCHAIN=${toolchain} 507 --target=*) toolchain="${toolchain:-${optval}}" 509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai [all...] |
/external/chromium_org/native_client_sdk/src/getting_started/part1/ |
Makefile | 11 # Get pepper directory for toolchain and includes. 30 PNACL_TC_PATH := $(abspath $(NACL_SDK_ROOT)/toolchain/$(OSNAME)_pnacl)
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/ |
Makefile | 16 USR_INCLUDE=$(NACL_SDK_ROOT)/toolchain/$(OSNAME)_pnacl/usr/local/include 33 ifneq (,$(or $(findstring pnacl,$(TOOLCHAIN)),$(findstring Release,$(CONFIG))))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 437 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $? 505 local tgt_fn="$tgt-$toolchain.mk" 508 echo "Creating makefiles for ${toolchain} ${tgt}" 530 echo "Bypassing toolchain for environment detection." 552 case $toolchain in 554 case $header-$toolchain in 575 check_ld <<EOF || die "Toolchain is unable to link executables" 591 case $toolchain in 700 # Other toolchain specific defaults 701 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esa [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 112 Target architecture C library Toolchain directory 114 x86 newlib toolchain/<platform>_x86_newlib 115 x86 glibc toolchain/<platform>_x86_glibc 116 ARM newlib toolchain/<platform>_arm_newlib 117 PNaCl newlib toolchain/<platform>_pnacl 122 toolchain that uses glibc is in ``toolchain/win_x86_glibc``. 130 use a glibc toolchain. (Currently the only glibc toolchain is 132 with one toolchain. Code from multiple toolchains cannot be mixed [all...] |
/build/core/combo/arch/x86/ |
x86.mk | 17 # by our toolchain binaries. However, there have been reports that this may
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/ |
nacl.scons | 20 # Allow resolving a URL to the toolchain/ directory (instead of staging).
|