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

12 3 4 5 6 7 8 9

  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 28 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')]
  /external/chromium_org/tools/gn/
target_unittest.cc 11 #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...]
ninja_copy_target_writer_unittest.cc 13 // Tests mutliple files with an output pattern and no toolchain dependency.
29 target.SetToolchain(setup.toolchain());
60 target.SetToolchain(setup.toolchain());
scope_per_file_provider_unittest.cc 10 #include "tools/gn/toolchain.h"
19 // Test the default toolchain.
25 EXPECT_EQ("//toolchain:default", GPV(variables::kCurrentToolchain));
26 // TODO(brettw) this test harness does not set up the Toolchain manager
28 //EXPECT_EQ("//toolchain:default", GPV(variables::kDefaultToolchain));
36 // Test some with an alternate toolchain.
39 Toolchain toolchain(&settings, Label(SourceDir("//toolchain/"), "tc"));
40 settings.set_toolchain_label(toolchain.label())
    [all...]
function_toolchain.cc 15 #include "tools/gn/toolchain.h"
24 // the toolchain property on a scope.
165 bool IsCompilerTool(Toolchain::ToolType type) {
166 return type == Toolchain::TYPE_CC ||
167 type == Toolchain::TYPE_CXX ||
168 type == Toolchain::TYPE_OBJC ||
169 type == Toolchain::TYPE_OBJCXX ||
170 type == Toolchain::TYPE_RC ||
171 type == Toolchain::TYPE_ASM;
174 bool IsLinkerTool(Toolchain::ToolType type)
726 Toolchain* toolchain = reinterpret_cast<Toolchain*>( local
893 Toolchain* toolchain = reinterpret_cast<Toolchain*>( local
    [all...]
ninja_action_target_writer_unittest.cc 26 target.SetToolchain(setup.toolchain());
54 target.SetToolchain(setup.toolchain());
97 target.SetToolchain(setup.toolchain());
166 dep.SetToolchain(setup.toolchain());
172 datadep.SetToolchain(setup.toolchain());
194 target.SetToolchain(setup.toolchain());
292 target.SetToolchain(setup.toolchain());
label_pattern.h 53 const Label& toolchain() const { return toolchain_; } function in class:LabelPattern
57 // If nonempty, specifies the toolchain to use. If empty, this will match
ninja_toolchain_writer.cc 17 #include "tools/gn/toolchain.h"
28 const Toolchain* toolchain,
32 toolchain_(toolchain),
49 const Toolchain* toolchain,
63 NinjaToolchainWriter gen(settings, toolchain, targets, file);
71 for (int i = Toolchain::TYPE_NONE + 1; i < Toolchain::TYPE_NUMTYPES; i++) {
72 Toolchain::ToolType tool_type = static_cast<Toolchain::ToolType>(i)
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
background.js 5 function makeURL(toolchain, config) {
6 return 'index.html?tc=' + toolchain + '&config=' + config;
25 // toolchain/config combinations) from the commandline, so we to read
  /development/scripts/
symbol.py 47 TOOLCHAIN = None
49 def ToolPath(tool, toolchain=None):
51 if not toolchain:
52 toolchain = FindToolchain()
53 return glob.glob(os.path.join(toolchain, "*-" + tool))[0]
56 """Returns the toolchain matching ARCH. Assumes that you're lunched
57 such that the necessary toolchain is either your primary or secondary.
61 global TOOLCHAIN
62 if TOOLCHAIN is not None:
63 return TOOLCHAIN
    [all...]
  /bionic/libc/tools/
check-symbols.py 10 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable
11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
check-symbols-glibc.py 10 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable
11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
  /ndk/toolchains/x86_64-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)) \
60 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
86 # this toolchain's generated binaries
  /ndk/build/core/
setup-toolchain.mk 17 # to setup the target toolchain for a given platform/abi combination.
26 # Check that we have a toolchain that supports the current ABI.
32 # Filter out the Clang toolchain, so that we can keep GCC as the default
33 # toolchain.
47 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
52 # Select the last toolchain from the sorted list.
60 # If NDK_TOOLCHAIN_VERSION is defined, we replace the toolchain version
73 $(call ndk_log,Using default target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
78 # We assume the toolchain name uses dashes (-) as separators and doesn't
96 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCHAIN_VERSION)
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_download 12 toolchain and minimal embedded Linux system as well as ARM's
56 local toolchain="gcc-linaro-aarch64-linux-gnu-4.8-2013.12_linux"
59 try test -f "${toolchain}.tar.xz" || return
60 try xz --decompress --stdout < "${toolchain}.tar.xz" | \
63 local dir="${working_dir}/${toolchain}"
  /external/chromium_org/v8/
Makefile.nacl 49 TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain)
71 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
  /external/chromium_org/v8/tools/
nacl-run.py 106 toolchain = platform + "_x86_glibc"
111 toolchain = platform + "_x86_glibc"
124 nacl_ld_so = os.path.join(nacl_sdk_dir, "toolchain", toolchain,
126 nacl_lib_path = os.path.join(nacl_sdk_dir, "toolchain", toolchain,
  /external/skia/platform_tools/barelinux/bin/
arm64_download 12 toolchain and minimal embedded Linux system as well as ARM's
56 local toolchain="gcc-linaro-aarch64-linux-gnu-4.8-2013.12_linux"
59 try test -f "${toolchain}.tar.xz" || return
60 try xz --decompress --stdout < "${toolchain}.tar.xz" | \
63 local dir="${working_dir}/${toolchain}"
  /ndk/build/tools/
make-release.sh 70 # If darwin toolchain exist, build darwin too
83 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain"
87 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRCDIR "Use toolchain sources from <path>"
141 - downloading toolchain sources from the Internet
143 - rebuilding the toolchain binaries for the host system
157 more quickly, by preparing toolchain binary tarballs that can be
202 # Step 1, If needed, download toolchain sources into a temporary directory
204 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR"
205 timestamp_set toolchain-download-source
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_projects.py 99 buildbot_common.ErrorExit('Invalid toolchain(s): %s' % (
129 if not os.path.exists(os.path.join(pepperdir, 'toolchain')):
227 make_cmd.append('TOOLCHAIN=all')
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'
    [all...]
test_sdk.py 73 def RunTest(test, toolchain, config, arch=None):
74 args = ['STANDALONE=1', 'TOOLCHAIN=%s' % toolchain]
135 for toolchain in ('newlib', 'glibc'):
138 RunTest(location, toolchain, config, arch)
152 for toolchain in toolchains:
153 args.extend(['-t', toolchain])
  /ndk/toolchains/aarch64-linux-android-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)) \
60 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mips64el-linux-android-clang3.4/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \

Completed in 339 milliseconds

12 3 4 5 6 7 8 9