Searched refs:tool_name (Results 1 – 17 of 17) sorted by relevance
/external/compiler-rt/test/sanitizer_common/ |
D | lit.common.cfg | 9 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) )
|
D | lit.site.cfg.in | 5 config.tool_name = "@SANITIZER_COMMON_LIT_TEST_MODE@"
|
/external/toolchain-utils/ |
D | build_tool.py | 95 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/ |
D | tools_common.sh | 153 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/ |
D | lit.cfg | 234 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/ |
D | glibc-2.7.supp | 7 # tool_name:supp_kind
|
D | xfree-3.supp | 9 # tool_name:supp_kind
|
D | glibc-2.5.supp | 9 # tool_name:supp_kind
|
D | glibc-2.X.supp.in | 12 # tool_name:supp_kind
|
D | glibc-2.6.supp | 9 # tool_name:supp_kind
|
D | glibc-2.4.supp | 9 # tool_name:supp_kind
|
D | glibc-2.2.supp | 9 # tool_name:supp_kind
|
D | glibc-2.3.supp | 9 # tool_name:supp_kind
|
D | xfree-4.supp | 13 # tool_name:supp_kind
|
/external/clang/test/ |
D | lit.cfg | 334 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/ |
D | wrtxml.cpp | 1025 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/ |
D | GettingStarted.rst | 1049 for a tool by typing ``tool_name -help``. The following is a brief introduction
|