Home
last modified time | relevance | path

Searched refs:tool_name (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg9 if config.tool_name == "asan":
12 elif config.tool_name == "tsan":
15 elif config.tool_name == "msan":
18 elif config.tool_name == "lsan":
22 lit_config.fatal("Unknown tool for sanitizer_common tests: %r" % config.tool_name)
24 config.available_features.add(config.tool_name)
46 config.substitutions.append( ("%tool_name", config.tool_name) )
Dlit.site.cfg.in5 config.tool_name = "@SANITIZER_COMMON_LIT_TEST_MODE@"
/external/toolchain-utils/
Dbuild_tool.py95 if not self.SubmitToolToLocalBranch(tool_name='gcc',
101 if not self.SubmitToolToLocalBranch(tool_name='binutils',
108 def SubmitToolToLocalBranch(self, tool_name, tool_dir): argument
121 chrome_tool_dir = self.GetChromeOsToolDir(tool_name)
203 def CheckoutToolBranch(self, tool_name, tool_branch): argument
214 chrome_tool_dir = self.GetChromeOsToolDir(tool_name)
230 tool_name, tool_branch, tool_branch_tree))
261 def FindToolEbuildFile(self, tool_name): argument
284 'equery w sys-devel/{0}'.format(tool_name),
289 tool_name))
[all …]
/external/libvpx/libvpx/test/
Dtools_common.sh153 local readonly tool_name="$1"
154 local tool_path="${LIBVPX_BIN_PATH}/${tool_name}${VPX_TEST_EXE_SUFFIX}"
158 tool_path="${LIBVPX_BIN_PATH}/../${tool_name}${VPX_TEST_EXE_SUFFIX}"
170 local tool_name="$1"
171 local tool="${LIBVPX_BIN_PATH}/${tool_name}${VPX_TEST_EXE_SUFFIX}"
/external/llvm/test/
Dlit.cfg234 tool_name = tool_match.group(4)
237 tool_path = lit_config.params.get(tool_name)
239 tool_path = lit.util.which(tool_name, llvm_tools_dir)
241 return tool_name, tool_path, tool_pipe
242 if (tool_name == "llc" and
246 if (tool_name == "llvm-go"):
248 return tool_name, tool_path, tool_pipe
294 tool_name, tool_path, tool_pipe = find_tool_substitution(pattern)
297 lit_config.note('Did not find ' + tool_name + ' in ' + llvm_tools_dir)
298 tool_path = llvm_tools_dir + '/' + tool_name
[all …]
/external/valgrind/
Dglibc-2.7.supp7 # tool_name:supp_kind
Dxfree-3.supp9 # tool_name:supp_kind
Dglibc-2.5.supp9 # tool_name:supp_kind
Dglibc-2.X.supp.in12 # tool_name:supp_kind
Dglibc-2.4.supp9 # tool_name:supp_kind
Dglibc-2.6.supp9 # tool_name:supp_kind
Dglibc-2.2.supp9 # tool_name:supp_kind
Dglibc-2.3.supp9 # tool_name:supp_kind
Dxfree-4.supp13 # tool_name:supp_kind
/external/clang/test/
Dlit.cfg334 tool_name = tool_match.group(4)
335 tool_path = lit.util.which(tool_name, tool_dirs)
338 lit_config.note('Did not find ' + tool_name + ' in ' + tool_dirs)
339 tool_path = clang_tools_dir + '/' + tool_name
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp1025 const char *tool_name = "genrb"; in bundle_write_xml() local
1173 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()
/external/llvm/docs/
DGettingStarted.rst1049 for a tool by typing ``tool_name -help``. The following is a brief introduction