Searched refs:toolchain (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_config.py86 def ExpectToolchain(toolchain, expected_toolchains):
87 Expect(toolchain in expected_toolchains,
88 'Expected toolchain to be one of [%s], not %s.' % (
89 ', '.join(expected_toolchains), toolchain))
98 def CheckValidToolchainArch(toolchain, arch, arch_required=False):
99 if toolchain or arch or arch_required:
100 ExpectToolchain(toolchain, VALID_TOOLCHAINS)
102 if toolchain in HOST_TOOLCHAINS:
104 'Expected no arch for host toolchain %r. Got %r.' % (
105 toolchain, arc
[all...]
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dnacl_config_test.py52 for toolchain, expected in cases.iteritems():
53 self.assertEqual(expected, nacl_config.GetCFlags(toolchain))
65 for toolchain, expected in cases.iteritems():
66 self.assertEqual(expected, nacl_config.GetIncludeDirs(toolchain))
78 '/sdk_root/toolchain/mac_x86_newlib/bin/i686-nacl-%s' % nacl_tool,
80 '/sdk_root/toolchain/mac_x86_newlib/bin/x86_64-nacl-%s' % nacl_tool,
82 '/sdk_root/toolchain/mac_arm_newlib/bin/arm-nacl-%s' % nacl_tool,
85 '/sdk_root/toolchain/mac_x86_glibc/bin/i686-nacl-%s' % nacl_tool,
87 '/sdk_root/toolchain/mac_x86_glibc/bin/x86_64-nacl-%s' % nacl_tool,
89 'pnacl': '/sdk_root/toolchain/mac_pnac
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dtest_projects.py42 # toolchain: See ALL_TOOLCHAINS above.
48 # {'name': ('pi_generator', 'input_event'), 'toolchain': ('newlib', 'pnacl')}
70 {'name': 'nacl_io_test', 'platform': 'win', 'toolchain': 'glibc'},
81 buildbot_common.ErrorExit('Invalid toolchain(s): %s' % (
97 def GetExecutableDirForProject(desc, toolchain, config):
98 return os.path.join(GetServingDirForProject(desc), toolchain, config)
101 def GetBrowserTesterCommand(desc, toolchain, config):
123 if toolchain == platform:
124 exe_dir = GetExecutableDirForProject(desc, toolchain, config)
135 if toolchain
[all...]
H A Dbuild_projects.py99 buildbot_common.ErrorExit('Invalid toolchain(s): %s' % (
129 if not os.path.exists(os.path.join(pepperdir, 'toolchain')):
261 parser.add_option('-t', '--toolchain',
262 help='Build using toolchain. Can be passed more than once.',
294 if not options.toolchain:
295 # Order matters here: the default toolchain for an example's Makefile will
296 # be the first toolchain in this list that is available in the example.
299 options.toolchain = ['pnacl', 'newlib', 'glibc', 'host']
301 options.toolchain.append('bionic')
303 if 'host' in options.toolchain
[all...]
/external/chromium_org/tools/gn/
H A Dninja_toolchain_writer_unittest.cc16 //target.SetToolchain(setup.toolchain());
20 NinjaToolchainWriter writer(setup.settings(), setup.toolchain(),
23 setup.toolchain()->GetTool(Toolchain::TYPE_CC),
H A Dninja_target_writer_unittest.cc17 const Toolchain* toolchain,
41 base_target.SetToolchain(setup.toolchain());
49 target.SetToolchain(setup.toolchain());
59 action.SetToolchain(setup.toolchain());
71 TestingNinjaTargetWriter writer(&base_target, setup.toolchain(), stream);
84 TestingNinjaTargetWriter writer(&target, setup.toolchain(), stream);
98 TestingNinjaTargetWriter writer(&action, setup.toolchain(), stream);
109 // Tests WriteInputDepsStampAndGetDep when toolchain deps are present.
114 // Toolchain dependency. Here we make a target in the same toolchain for
117 // toolchain, an
16 TestingNinjaTargetWriter(const Target* target, const Toolchain* toolchain, std::ostream& out) argument
[all...]
H A Dtest_with_scope.cc27 toolchain_(&settings_, Label(SourceDir("//toolchain/"), "default")),
43 void TestWithScope::SetupToolchain(Toolchain* toolchain) { argument
54 toolchain->SetTool(Toolchain::TYPE_CC, cc_tool.Pass());
64 toolchain->SetTool(Toolchain::TYPE_CXX, cxx_tool.Pass());
74 toolchain->SetTool(Toolchain::TYPE_OBJC, objc_tool.Pass());
84 toolchain->SetTool(Toolchain::TYPE_OBJCXX, objcxx_tool.Pass());
94 toolchain->SetTool(Toolchain::TYPE_ALINK, alink_tool.Pass());
104 toolchain->SetTool(Toolchain::TYPE_SOLINK, solink_tool.Pass());
112 toolchain->SetTool(Toolchain::TYPE_LINK, link_tool.Pass());
117 toolchain
[all...]
H A Dninja_group_target_writer_unittest.cc23 dep.SetToolchain(setup.toolchain());
29 dep2.SetToolchain(setup.toolchain());
35 datadep.SetToolchain(setup.toolchain());
42 target.SetToolchain(setup.toolchain());
H A Dninja_toolchain_writer.h15 #include "tools/gn/toolchain.h"
25 // Takes the settings for the toolchain, as well as the list of all targets
26 // associated with the toolchain.
28 const Toolchain* toolchain,
35 const Toolchain* toolchain,
H A Dninja_copy_target_writer.cc15 #include "tools/gn/toolchain.h"
26 const Tool* copy_tool = target_->toolchain()->GetTool(Toolchain::TYPE_COPY);
30 "The toolchain " +
31 target_->toolchain()->label().GetUserVisibleName(false) +
37 const Tool* stamp_tool = target_->toolchain()->GetTool(Toolchain::TYPE_STAMP);
41 "The toolchain " +
42 target_->toolchain()->label().GetUserVisibleName(false) +
94 // locally run command, so there is no need for a toolchain dependency.
H A Dlabel_pattern_unittest.cc19 const char* toolchain; member in struct:__anon16467::PatternCase
54 // Invalid toolchain stuff.
70 EXPECT_EQ(cur.toolchain, result.toolchain().GetUserVisibleName(false))
H A Dtarget_unittest.cc11 #include "tools/gn/toolchain.h"
28 z.SetToolchain(setup.toolchain());
47 shared.SetToolchain(setup.toolchain());
61 exec.SetToolchain(setup.toolchain());
77 a.SetToolchain(setup.toolchain());
81 b.SetToolchain(setup.toolchain());
85 c.SetToolchain(setup.toolchain());
121 a_fwd.SetToolchain(setup.toolchain());
124 b_fwd.SetToolchain(setup.toolchain());
150 a.SetToolchain(setup.toolchain());
[all...]
/external/chromium_org/native_client_sdk/src/resources/
H A Dbackground.js5 function makeURL(toolchain, config) {
6 return 'index.html?tc=' + toolchain + '&config=' + config;
25 // toolchain/config combinations) from the commandline, so we to read
/external/qemu/distrib/kernel-toolchain/
H A Dandroid-kernel-toolchain-ar3 # 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
H A Dandroid-kernel-toolchain-as3 # 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
H A Dandroid-kernel-toolchain-gcc3 # 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
H A Dandroid-kernel-toolchain-ld3 # 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
H A Dandroid-kernel-toolchain-nm3 # 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
H A Dandroid-kernel-toolchain-objcopy3 # 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
H A Dandroid-kernel-toolchain-objdump3 # 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
H A Dandroid-kernel-toolchain-ranlib3 # 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
H A Dandroid-kernel-toolchain-size3 # 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
H A Dandroid-kernel-toolchain-strip3 # 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
H A Dtoolbox.sh3 # 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
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
H A Dget_shared_deps_test.py28 TOOLCHAIN_OUT = os.path.join(build_paths.OUT_DIR, 'sdk_tests', 'toolchain')
53 self.toolchain = NACL_X86_GLIBC_TOOLCHAIN
54 self.objdump = os.path.join(self.toolchain, 'bin', 'i686-nacl-objdump')
76 compiler = os.path.join(self.toolchain, 'bin', '%s-nacl-g++' % arch)
105 libdir = os.path.join(self.toolchain, 'x86_64-nacl', 'lib32')
119 libdir = os.path.join(self.toolchain, 'x86_64-nacl', 'lib32')
131 lib_path = [os.path.join(self.toolchain, 'x86_64-nacl', 'lib32'),
132 os.path.join(self.toolchain, 'x86_64-nacl', 'lib')]

Completed in 629 milliseconds

1234