Home
last modified time | relevance | path

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

123

/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/llvm-project/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp75 StringRef ToolName; variable
302 ToolName = argv[0]; in main()
311 errs() << ToolName << ": Timeout value too large, must be less than: " in main()
322 errs() << ToolName << ": Failed to find program: '" << CommandLine in main()
328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main()
336 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main()
337 << ToolName << ": Command Line: " << CommandLine << '\n'; in main()
361 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main()
377 errs() << ToolName << ": Debugging...\n"; in main()
392 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 parameter
11 …$tool = (gci -r "$kitroot\Bin\*\${{ parameters.toolname }}" | sort FullName -Desc | select -First …
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp193 static void printHelp(StringRef ToolName, const SymbolizerOptTable &Tbl, in printHelp() argument
196 Tbl.PrintHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp()
197 ToolName.str().c_str()); in printHelp()
205 StringRef ToolName = IsAddr2Line ? "llvm-addr2line" : "llvm-symbolizer"; in parseOptions() local
220 printHelp(ToolName, Tbl, outs()); in parseOptions()
224 outs() << ToolName << '\n'; in parseOptions()
/external/python/cpython3/Lib/test/test_tools/
D__init__.py32 def import_tool(toolname): argument
34 return importlib.import_module(toolname)
/external/llvm-project/llvm/tools/split-file/
Dsplit-file.cpp41 static StringRef toolName; variable
47 WithColor::error(errs(), toolName) << message << '\n'; in fatal()
49 WithColor::error(errs(), toolName) << filename << ": " << message << '\n'; in fatal()
139 toolName = sys::path::stem(argv[0]); in main()
/external/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp58 StringRef ToolName; variable
62 WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n'; in reportWarning()
67 StringRef Stem = sys::path::stem(ToolName); in getDriverConfig()
340 ToolName = argv[0]; in main()
360 WithColor::error(errs(), ToolName)); in main()
365 logAllUnhandledErrors(std::move(E), WithColor::error(errs(), ToolName)); in main()
/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/llvm-project/clang/lib/Tooling/
DTooling.cpp168 getSyntaxOnlyToolArgs(const Twine &ToolName, in getSyntaxOnlyToolArgs() argument
172 Args.push_back(ToolName.str()); in getSyntaxOnlyToolArgs()
186 const Twine &ToolName, in runToolOnCodeWithArgs() argument
195 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
203 const Twine &ToolName, in runToolOnCodeWithArgs() argument
224 Args, FileName, ToolName); in runToolOnCodeWithArgs()
620 StringRef ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, in buildASTFromCodeWithArgs() argument
634 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileName), FileName), in buildASTFromCodeWithArgs()
/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-project/lldb/tools/lldb-server/
Dlldb-server.cpp53 llvm::StringRef ToolName = argv[0]; in main() local
54 llvm::sys::PrintStackTraceOnErrorSignal(ToolName); in main()
/external/llvm-project/mlir/include/mlir/Support/
DMlirOptMain.h52 /// - toolName is used for the header displayed by `--help`.
57 LogicalResult MlirOptMain(int argc, char **argv, llvm::StringRef toolName,
/external/llvm-project/llvm/tools/bugpoint/
DExecutionDriver.cpp263 errs() << ToolName in compileProgram()
270 errs() << ToolName << ": Error emitting bitcode to file '" << Temp->TmpName in compileProgram()
298 errs() << ToolName << ": Error making unique filename: " << EC.message() in executeProgram()
305 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in executeProgram()
323 errs() << ToolName << ": Error making unique filename: " << EC.message() in executeProgram()
/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()
/external/llvm-project/clang/lib/Basic/
DVersion.cpp92 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
98 OS << ToolName << " version " CLANG_VERSION_STRING; in getClangToolFullVersion()
/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-project/clang/include/clang/Tooling/
DTooling.h173 /// \param ToolName The name of the binary running the tool. Standard library
182 const Twine &ToolName = "clang-tool",
192 const Twine &ToolName = "clang-tool",
214 /// \param ToolName The name of the binary running the tool. Standard library
224 StringRef FileName = "input.cc", StringRef ToolName = "clang-tool",
/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/freetype/
Dautogen.sh98 # assume the output of "[TOOL] --version" is "toolname (GNU toolname foo bar) version"
/external/clang/lib/Basic/
DVersion.cpp122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()

123