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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/native_client_sdk/src/tools/
nacl_config.py 86 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, arch)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 42 # 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 == 'pnacl'
    [all...]
  /external/chromium_org/tools/gn/
ninja_toolchain_writer_unittest.cc 16 //target.SetToolchain(setup.toolchain());
20 NinjaToolchainWriter writer(setup.settings(), setup.toolchain(),
22 writer.WriteToolRule(Toolchain::TYPE_CC,
23 setup.toolchain()->GetTool(Toolchain::TYPE_CC),
ninja_target_writer_unittest.cc 17 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 fo
    [all...]
test_with_scope.cc 27 toolchain_(&settings_, Label(SourceDir("//toolchain/"), "default")),
43 void TestWithScope::SetupToolchain(Toolchain* toolchain) {
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())
    [all...]
ninja_group_target_writer_unittest.cc 23 dep.SetToolchain(setup.toolchain());
29 dep2.SetToolchain(setup.toolchain());
35 datadep.SetToolchain(setup.toolchain());
42 target.SetToolchain(setup.toolchain());
ninja_toolchain_writer.h 15 #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,
43 void WriteToolRule(Toolchain::ToolType type,
52 const Toolchain* toolchain_;
test_with_scope.h 18 #include "tools/gn/toolchain.h"
22 // toolchain and sets up all the build state.
30 Toolchain* toolchain() { return &toolchain_; } function in class:TestWithScope
38 // Fills in the tools for the given toolchain with reasonable default values.
39 // The toolchain in this object will be automatically set up with this
42 static void SetupToolchain(Toolchain* toolchain);
49 Toolchain toolchain_;
ninja_copy_target_writer.cc 15 #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) +
72 Toolchain::ToolTypeToName(Toolchain::TYPE_COPY)
    [all...]
label_pattern_unittest.cc 19 const char* toolchain; member in struct:__anon172::PatternCase
54 // Invalid toolchain stuff.
70 EXPECT_EQ(cur.toolchain, result.toolchain().GetUserVisibleName(false))
  /external/chromium_org/native_client_sdk/src/tools/tests/
nacl_config_test.py 52 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_pnacl/bin/pnacl-%s' % pnacl_tool
    [all...]
  /ndk/tests/
run-libcxx.sh 14 echo "### make standalone toolchain"
22 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \
23 --install-dir=$TOOLCHAIN_DIR_ARM --toolchain=arm-linux-androideabi-4.8 --stl=libc++
24 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \
25 --install-dir=$TOOLCHAIN_DIR_MIPS --toolchain=mipsel-linux-android-4.8 --stl=libc++
26 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \
27 --install-dir=$TOOLCHAIN_DIR_X86 --toolchain=x86-4.8 --stl=libc++
28 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \
29 --install-dir=$TOOLCHAIN49_DIR_ARM --toolchain=arm-linux-androideabi-4.9 --stl=libc++
30 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION}
    [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
  /build/core/clang/
HOST_x86_common.mk 9 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
14 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
19 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
27 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
36 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
44 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 9