HomeSort by relevance Sort by last modified time
    Searched full:toolname (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/cmd/go/
tool.go 48 func tool(toolName string) string {
49 toolPath := filepath.Join(toolDir, toolName)
58 if isInGoToolsRepo(toolName) {
59 fmt.Fprintf(os.Stderr, "go tool: no such tool %q; to install:\n\tgo get golang.org/x/tools/cmd/%s\n", toolName, toolName)
61 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName)
69 func isInGoToolsRepo(toolName string) bool {
78 toolName := args[0]
80 for _, c := range toolName {
84 fmt.Fprintf(os.Stderr, "go tool: bad tool name %q\n", toolName)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
tool.go 48 func tool(toolName string) string {
49 toolPath := filepath.Join(toolDir, toolName)
58 if isInGoToolsRepo(toolName) {
59 fmt.Fprintf(os.Stderr, "go tool: no such tool %q; to install:\n\tgo get golang.org/x/tools/cmd/%s\n", toolName, toolName)
61 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName)
69 func isInGoToolsRepo(toolName string) bool {
78 toolName := args[0]
80 for _, c := range toolName {
84 fmt.Fprintf(os.Stderr, "go tool: bad tool name %q\n", toolName)
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 76 StringRef ToolName;
303 ToolName = argv[0];
312 errs() << ToolName << ": Timeout value too large, must be less than: "
323 errs() << ToolName << ": Failed to find program: '" << CommandLine
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
339 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
340 << ToolName << ": Command Line: " << CommandLine << '\n';
364 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
380 errs() << ToolName << ": Debugging...\n";
395 errs() << ToolName << ": Failed to get process times:
    [all...]
  /external/llvm/examples/ExceptionDemo/
Makefile 10 TOOLNAME = ExceptionDemo
  /external/llvm/examples/HowToUseJIT/
Makefile 10 TOOLNAME = HowToUseJIT
  /external/llvm/examples/Kaleidoscope/Chapter2/
Makefile 10 TOOLNAME = Kaleidoscope-Ch2
  /external/llvm/examples/Kaleidoscope/Chapter3/
Makefile 10 TOOLNAME = Kaleidoscope-Ch3
  /external/llvm/examples/Kaleidoscope/Chapter4/
Makefile 10 TOOLNAME = Kaleidoscope-Ch4
  /external/llvm/examples/Kaleidoscope/Chapter5/
Makefile 10 TOOLNAME = Kaleidoscope-Ch5
  /external/llvm/examples/Kaleidoscope/Chapter6/
Makefile 10 TOOLNAME = Kaleidoscope-Ch6
  /external/llvm/examples/Kaleidoscope/Chapter7/
Makefile 10 TOOLNAME = Kaleidoscope-Ch7
  /external/llvm/examples/Kaleidoscope/Chapter8/
Makefile 10 TOOLNAME = Kaleidoscope-Ch8
  /external/llvm/examples/ModuleMaker/
Makefile 10 TOOLNAME=ModuleMaker
  /external/emma/core/java12/com/vladium/emma/
Command.java 269 protected static String usageMsgPrefix (final String toolName)
271 return toolNameToCommandName (toolName).concat (" usage: ");
274 protected static String usageResName (final String toolName)
276 return toolName.replace ('.', '/').concat ("_usage.res");
279 protected static String toolNameToCommandName (final String toolName)
281 final int lastDot = toolName.lastIndexOf ('.');
283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName;
  /external/clang/examples/clang-interpreter/
Makefile 12 TOOLNAME = clang-interpreter
  /external/clang/tools/arcmt-test/
Makefile 11 TOOLNAME = arcmt-test
  /external/clang/tools/clang-check/
Makefile 12 TOOLNAME = clang-check
  /external/clang/tools/clang-format/
Makefile 12 TOOLNAME = clang-format
  /external/clang/tools/diagtool/
Makefile 11 TOOLNAME = diagtool
  /external/clang/utils/TableGen/
Makefile 11 TOOLNAME = clang-tblgen
  /external/llvm/examples/BrainF/
Makefile 10 TOOLNAME = BrainF
  /external/llvm/examples/Fibonacci/
Makefile 11 TOOLNAME = Fibonacci
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Makefile 15 TOOLNAME := OCaml-Kaleidoscope-Ch2
  /external/llvm/examples/ParallelJIT/
Makefile 10 TOOLNAME = ParallelJIT
  /external/llvm/tools/bugpoint/
Makefile 11 TOOLNAME := bugpoint

Completed in 247 milliseconds

1 2 3 4 5 6 7 8