Home
last modified time | relevance | path

Searched full:toolname (Results 1 – 25 of 34) sorted by relevance

12

/external/ltp/testcases/network/iptables/
Diptables_lib.sh42 toolname=ip${TST_IPV6}tables
43 cmds="$toolname"
46 toolname=nft
47 cmds="$toolname ip${TST_IPV6}tables-translate"
85 tst_res TCONF "$toolname not applicable for test $1"
148 tst_res TINFO "Use $toolname to DROP packets from particular IP"
153 tst_res TFAIL "$toolname command failed to append new rule"
164 "$toolname did not block packets from loopback"
171 tst_res TFAIL "$toolname did not block $proto from $loc_addr"
182 tst_res TFAIL "$toolname blocking loopback. This is expected" \
[all …]
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp76 StringRef ToolName; variable
303 ToolName = argv[0]; in main()
312 errs() << ToolName << ": Timeout value too large, must be less than: " in main()
323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main()
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main()
337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main()
338 << ToolName << ": Command Line: " << CommandLine << '\n'; in main()
362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main()
378 errs() << ToolName << ": Debugging...\n"; in main()
393 errs() << ToolName << ": Failed to get process times: " in main()
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_profile_response.cc64 std::string ToolName(absl::string_view tool) { in ToolName() function
90 ToolName(kTraceViewer), TraceEventsToJson(trace))); in ConvertXSpaceToProfileResponse()
103 AddToolData(ToolName(kOverviewPage), overview_page_db, response); in ConvertXSpaceToProfileResponse()
105 AddToolData(ToolName(kInputPipeline), overview_page_db.input_analysis(), in ConvertXSpaceToProfileResponse()
109 AddToolData(ToolName(kInputPipeline), in ConvertXSpaceToProfileResponse()
114 AddToolData(ToolName(kTensorflowStats), tf_stats_db, response); in ConvertXSpaceToProfileResponse()
117 AddToolData(ToolName(kKernelStats), op_stats.kernel_stats_db(), response); in ConvertXSpaceToProfileResponse()
124 ToolName(kMemoryProfile), json_output)); in ConvertXSpaceToProfileResponse()
/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/emma/core/java12/com/vladium/emma/
DCommand.java269 protected static String usageMsgPrefix (final String toolName) in usageMsgPrefix() argument
271 return toolNameToCommandName (toolName).concat (" usage: "); in usageMsgPrefix()
274 protected static String usageResName (final String toolName) in usageResName() argument
276 return toolName.replace ('.', '/').concat ("_usage.res"); in usageResName()
279 protected static String toolNameToCommandName (final String toolName) in toolNameToCommandName() argument
281 final int lastDot = toolName.lastIndexOf ('.'); in toolNameToCommandName()
283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName; in toolNameToCommandName()
/external/python/cpython3/.azure-pipelines/windows-release/
Dfind-sdk.yml3 # `toolname` can be overridden to use a different marker file.
6 toolname: signtool.exe
11 …$tool = (gci -r "$kitroot\Bin\*\${{ parameters.toolname }}" | sort FullName -Desc | select -First …
/external/llvm/tools/llvm-size/
Dllvm-size.cpp89 static std::string ToolName; variable
97 errs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error()
104 errs() << ToolName << ": " << Message << ".\n"; in error()
110 // "libx.a(foo.o)" after the ToolName before the error message. It sets
115 errs() << ToolName << ": " << FileName; in error()
136 …h architecture slice it // is from, for example: "foo.o (for architecture i386)" after the ToolName
142 errs() << ToolName << ": " << FileName; in error()
508 errs() << ToolName << ": file: " << file in checkMachOAndArchFlags()
646 errs() << ToolName << ": file: " << file in printFileSectionSizes()
815 errs() << ToolName << ": " << file << ": " in printFileSectionSizes()
[all …]
/external/python/cpython3/Lib/test/test_tools/
D__init__.py40 def import_tool(toolname): argument
42 return importlib.import_module(toolname)
/external/libyuv/files/tools_libyuv/valgrind/
Dvalgrind_test.py66 def ToolName(self): member in BaseTool
147 self.log_dir = self.log_parent_dir + "%s.logs" % self.ToolName()
282 tool_name = self.ToolName()
391 filenames = glob.glob(self.log_dir + "/" + self.ToolName() + ".*")
394 # "toolname.wrapper_PID.valgrind_PID".
457 def ToolName(self): member in Memcheck
/external/clang/lib/Tooling/
DTooling.cpp113 getSyntaxOnlyToolArgs(const Twine &ToolName, in getSyntaxOnlyToolArgs() argument
117 Args.push_back(ToolName.str()); in getSyntaxOnlyToolArgs()
127 const Twine &ToolName, in runToolOnCodeWithArgs() argument
140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs()
501 const Twine &FileName, const Twine &ToolName, in buildASTFromCodeWithArgs() argument
515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs()
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp280 errs() << ToolName << ": Error making unique filename: " << EC.message() in compileProgram()
285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in compileProgram()
318 errs() << ToolName << ": Error making unique filename: " in executeProgram()
325 errs() << ToolName << ": Error emitting bitcode to file '" in executeProgram()
343 errs() << ToolName << ": Error making unique filename: " in executeProgram()
DBugDriver.cpp70 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() argument
73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
DBugDriver.h49 const char *ToolName; // argv[0] of bugpoint variable
66 BugDriver(const char *toolname, bool find_bugs,
71 const char *getToolName() const { return ToolName; } in getToolName()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp31 static StringRef ToolName; variable
141 errs() << ToolName << ": " << EC.message() << '\n'; in parseMCMarkup()
217 ToolName = argv[0]; in main()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp50 static StringRef ToolName; variable
54 outs() << ToolName << ": " << Error << ".\n"; in fail()
166 errs() << ToolName << ": " << msg << "\n\n"; in show_help()
724 errs() << ToolName << ": creating " << ArchiveName << "\n"; in performOperation()
813 fail(ToolName + " takes just one archive as an argument"); in ranlib_main()
819 ToolName = argv[0]; in main()
829 StringRef Stem = sys::path::stem(ToolName); in main()
/external/clang/lib/Basic/
DVersion.cpp122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()
/external/freetype/
Dautogen.sh98 # assume the output of "[TOOL] --version" is "toolname (GNU toolname foo bar) version"
/external/clang/include/clang/Tooling/
DTooling.h166 /// \param ToolName The name of the binary running the tool. Standard library
175 const Twine &ToolName = "clang-tool",
198 /// \param ToolName The name of the binary running the tool. Standard library
206 const Twine &FileName = "input.cc", const Twine &ToolName = "clang-tool",
/external/swiftshader/third_party/subzero/src/
DMakefile4 TOOLNAME := pnacl-sz macro
/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/llvm/docs/
DProjects.rst165 ``TOOLNAME``
168 example, to build an executable named ``sample``, ``TOOLNAME`` should be set
/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:
/external/libabigail/autoconf-archive/
Dax_valgrind_check.m453 # will be output to test-suite-$toolname.log. The target will succeed if
155 # - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
/external/python/cpython3/Lib/
D_osx_support.py77 def _find_build_tool(toolname): argument
79 return (_find_executable(toolname)
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp177 std::string ToolName; variable
182 errs() << ToolName << ": " << Path << ": " << Message << ".\n"; in error()
194 // "libx.a(foo.o)" after the ToolName before the error message. It sets
199 errs() << ToolName << ": " << FileName; in error()
221 // is from, for example: "foo.o (for architecture i386)" after the ToolName
227 errs() << ToolName << ": " << FileName; in error()
1382 ToolName = argv[0]; in main()

12