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.cfg6 config.name = "SanitizerCommon-" + config.tool_name
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)
43 config.substitutions.append( ("%tool_name", config.tool_name) )
Dlit.site.cfg.in5 config.tool_name = "@SANITIZER_COMMON_LIT_TEST_MODE@"
/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/pdfium/tools/drmemory/scripts/
Dvalgrind_test.py469 def Create(self, tool_name): argument
470 if tool_name == "drmemory" or tool_name == "drmemory_light":
475 if tool_name == "drmemory_full":
477 if tool_name == "drmemory_pattern":
483 raise RuntimeError, "Unknown tool (tool=%s, platform=%s)" % (tool_name,
/external/llvm/test/
Dlit.cfg233 tool_name = tool_match.group(4)
236 tool_path = lit_config.params.get(tool_name)
238 tool_path = lit.util.which(tool_name, llvm_tools_dir)
240 return tool_name, tool_path, tool_pipe
241 if (tool_name == "llc" and
245 if (tool_name == "llvm-go"):
247 return tool_name, tool_path, tool_pipe
290 tool_name, tool_path, tool_pipe = find_tool_substitution(pattern)
293 lit_config.note('Did not find ' + tool_name + ' in ' + llvm_tools_dir)
294 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.6.supp9 # tool_name:supp_kind
Dglibc-2.4.supp9 # tool_name:supp_kind
Dglibc-2.X.supp.in12 # 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.cpp1023 const char *tool_name = "genrb"; in bundle_write_xml() local
1171 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()
/external/llvm/docs/
DGettingStarted.rst1090 for a tool by typing ``tool_name -help``. The following is a brief introduction