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

1 2 3 4 5 6

  /external/chromium_org/tools/gn/
ninja_copy_target_writer.h 15 const Toolchain* toolchain,
ninja_group_target_writer.h 15 const Toolchain* toolchain,
command_gen.cc 25 void BackgroundDoWrite(const Target* target, const Toolchain* toolchain) {
26 NinjaTargetWriter::RunAndWriteFile(target, toolchain);
38 const Toolchain* toolchain = local
40 DCHECK(toolchain);
43 base::Bind(&BackgroundDoWrite, target, toolchain));
ninja_target_writer.h 23 const Toolchain* toolchain,
27 static void RunAndWriteFile(const Target* target, const Toolchain* toolchain);
46 const Toolchain* toolchain_; // Non-owning.
ninja_toolchain_writer.h 19 class Toolchain;
23 // Takes the settings for the toolchain, as well as the list of all targets
24 // assicoated with the toolchain.
26 const Toolchain* toolchain,
31 const Toolchain* toolchain,
42 const Toolchain* toolchain_;
function_toolchain.cc 11 #include "tools/gn/toolchain.h"
19 // the toolchain property on a scope.
37 // toolchain -------------------------------------------------------------------
39 const char kToolchain[] = "toolchain";
41 "toolchain: Defines a toolchain.\n"
43 " A toolchain is a set of commands and build flags used to compile the\n"
44 " source code. You can have more than one toolchain in use at once in\n"
47 " A toolchain specifies the commands to run for various input file\n"
49 " arguments to be passed to the toolchain build via the\n
192 Toolchain* toolchain = reinterpret_cast<Toolchain*>( local
283 Toolchain* toolchain = reinterpret_cast<Toolchain*>( local
    [all...]
gyp_script_target_writer.h 11 #include "tools/gn/toolchain.h"
16 const Toolchain* toolchain,
test_with_scope.h 12 #include "tools/gn/toolchain.h"
15 // toolchain and sets up all the build state.
23 Toolchain* toolchain() { return &toolchain_; } function in class:TestWithScope
29 Toolchain toolchain_;
ninja_group_target_writer.cc 11 const Toolchain* toolchain,
13 : NinjaTargetWriter(target, toolchain, out) {
ninja_helper_unittest.cc 12 #include "tools/gn/toolchain.h"
21 toolchain(&settings, Label(SourceDir("//"), "tc")),
23 settings.set_toolchain_label(toolchain.label());
35 Toolchain toolchain; member in class:__anon17360::HelperSetterUpper
45 // Default toolchain.
ninja_target_writer.cc 23 const Toolchain* toolchain,
27 toolchain_(toolchain),
39 const Toolchain* toolchain) {
62 NinjaCopyTargetWriter writer(target, toolchain, file);
65 NinjaScriptTargetWriter writer(target, toolchain, file);
68 NinjaGroupTargetWriter writer(target, toolchain, file);
74 NinjaBinaryTargetWriter writer(target, toolchain, file);
  /external/ceres-solver/android/
build_android.sh 46 # standalone NDK toolchain from the NDK, and getting the right arguments to
50 # the box, since the android-cmake toolchain is not yet updated to for it.
70 # toolchain selects locations under your *source* tree for the final library
94 # android-cmake toolchain appears to support it.
97 # the extra stand-alone toolchain. Also test with other NDK versions and add
100 MAKE_ANDROID_TOOLCHAIN=$ANDROID_NDK/build/tools/make-standalone-toolchain.sh
121 # Make a standalone Android NDK toolchain if needed.
122 export ANDROID_STANDALONE_TOOLCHAIN="`pwd`/toolchain"
124 echo "Extracting the Android GCC standalone toolchain to:"
126 $ANDROID_NDK/build/tools/make-standalone-toolchain.sh
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 41 # toolchain: See ALL_TOOLCHAINS above.
47 # {'name': ('pi_generator', 'input_event'), 'toolchain': ('newlib', 'pnacl')}
64 {'name': 'nacl_io_test', 'platform': 'win', 'toolchain': 'glibc'},
75 buildbot_common.ErrorExit('Invalid toolchain(s): %s' % (
91 def GetExecutableDirForProject(desc, toolchain, config):
92 return os.path.join(GetServingDirForProject(desc), toolchain, config)
95 def GetBrowserTesterCommand(desc, toolchain, config):
117 if toolchain == platform:
118 exe_dir = GetExecutableDirForProject(desc, toolchain, config)
129 if toolchain == 'pnacl'
    [all...]
  /external/qemu/distrib/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
55 # 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
55 # 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-ld 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-nm 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-objcopy 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-objdump 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-ranlib 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-size 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
55 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-strip 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
55 # Invoke real cross-compiler toolchain program now
toolbox.sh 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
55 # Invoke real cross-compiler toolchain program now
  /build/libs/host/
Android.mk 25 # Include toolchain prebuilt modules if they exist.
26 -include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk

Completed in 449 milliseconds

1 2 3 4 5 6