Home
last modified time | relevance | path

Searched refs:toolname (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Tools/msi/
Dsdktools.psm12 param([string]$toolname) in Find-Tool() variable
5 $tool = (gci -r "$kitroot\Bin\*\x64\$toolname" | sort FullName -Desc | select -First 1) in Find-Tool()
7 throw "$toolname is not available" in Find-Tool() variable
9 Write-Host "Found $toolname at $($tool.FullName)" in Find-Tool() variable
/external/python/cpython3/Lib/test/test_tools/
D__init__.py19 def import_tool(toolname): argument
21 return importlib.import_module(toolname)
/external/u-boot/tools/
Dmrvl_uart.sh79 toolname=`which $tool`
80 if [ -z "$toolname" ]
/external/v8/tools/clang/scripts/
Drun_tool.py183 def _ExecuteTool(toolname, tool_args, build_directory, compdb_entry): argument
206 args = [toolname, compdb_entry.filename]
254 def __init__(self, toolname, tool_args, build_directory, compdb_entries): argument
263 self.__toolname = toolname
/external/python/cpython2/Lib/
D_osx_support.py74 def _find_build_tool(toolname): argument
76 return (_find_executable(toolname)
77 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
/external/python/cpython3/Lib/
D_osx_support.py74 def _find_build_tool(toolname): argument
76 return (_find_executable(toolname)
77 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.cpp69 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() argument
72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
DBugDriver.h65 BugDriver(const char *toolname, bool find_bugs,
/external/llvm/tools/bugpoint/
DBugDriver.cpp70 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() argument
73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
DBugDriver.h66 BugDriver(const char *toolname, bool find_bugs,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DBugDriver.cpp79 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() argument
81 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
DBugDriver.h68 BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
/external/strace/m4/
Dax_valgrind_check.m452 # will be output to test-suite-$toolname.log. The target will succeed if
158 # - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of: