HomeSort by relevance Sort by last modified time
    Searched defs:listHelp (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
commands.go 90 "disasm": {report.Dis, nil, nil, true, "Output assembly listings annotated with samples", listHelp("disasm", true)},
92 "list": {report.List, nil, nil, true, "Output annotated source for functions matching regexp", listHelp("list", false)},
125 "weblist": {report.WebList, nil, invokeVisualizer("html", browsers()), true, "Display annotated source in a web browser", listHelp("weblist", false)},
329 func listHelp(c string, redirect bool) string {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
commands.go 90 "disasm": {report.Dis, nil, nil, true, "Output assembly listings annotated with samples", listHelp("disasm", true)},
92 "list": {report.List, nil, nil, true, "Output annotated source for functions matching regexp", listHelp("list", false)},
125 "weblist": {report.WebList, nil, invokeVisualizer("html", browsers()), true, "Display annotated source in a web browser", listHelp("weblist", false)},
329 func listHelp(c string, redirect bool) string {
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 162 String listHelp = commandHelp.get(LIST_PATTERN);
163 if (listHelp == null) {
165 listHelp = new String();
167 String combinedHelp = listHelp +
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 

Completed in 154 milliseconds