HomeSort by relevance Sort by last modified time
    Searched refs:PrintableName (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 141 // PrintableName calls the Node's Formatter function with a single space separator.
142 func (i *NodeInfo) PrintableName() string {
684 name := n.Info.PrintableName()
919 if iv, jv := l.Info.PrintableName(), r.Info.PrintableName(); iv != jv {
937 if iv, jv := l.Info.PrintableName(), r.Info.PrintableName(); iv != jv {
980 if iv, jv := l.Info.PrintableName(), r.Info.PrintableName(); iv != jv {
1114 from1 := el[i].Src.Info.PrintableName()
    [all...]
dotgraph.go 190 label, nodeID, fontSize, shape, node.Info.PrintableName(), cumValue,
308 edge.Src.Info.PrintableName(), arrow, edge.Dest.Info.PrintableName(), w)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 141 // PrintableName calls the Node's Formatter function with a single space separator.
142 func (i *NodeInfo) PrintableName() string {
684 name := n.Info.PrintableName()
919 if iv, jv := l.Info.PrintableName(), r.Info.PrintableName(); iv != jv {
937 if iv, jv := l.Info.PrintableName(), r.Info.PrintableName(); iv != jv {
980 if iv, jv := l.Info.PrintableName(), r.Info.PrintableName(); iv != jv {
1114 from1 := el[i].Src.Info.PrintableName()
    [all...]
dotgraph.go 190 label, nodeID, fontSize, shape, node.Info.PrintableName(), cumValue,
308 edge.Src.Info.PrintableName(), arrow, edge.Dest.Info.PrintableName(), w)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report.go 483 if name := n.Info.PrintableName(); rx.MatchString(name) && n.Info.Objfile != "" {
745 name, flat, cum := n.Info.PrintableName(), n.FlatValue(), n.CumValue()
853 rpt.formatValue(v), stack[0].Info.PrintableName())
855 fmt.Fprintf(w, "%10s %s\n", "", s.Info.PrintableName())
1017 name, flat, cum := n.Info.PrintableName(), n.FlatValue(), n.CumValue()
1033 percentage(in.Weight, cum), in.Src.Info.PrintableName(), inline)
1054 percentage(out.Weight, cum), out.Dest.Info.PrintableName(), inline)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report.go 483 if name := n.Info.PrintableName(); rx.MatchString(name) && n.Info.Objfile != "" {
745 name, flat, cum := n.Info.PrintableName(), n.FlatValue(), n.CumValue()
853 rpt.formatValue(v), stack[0].Info.PrintableName())
855 fmt.Fprintf(w, "%10s %s\n", "", s.Info.PrintableName())
1017 name, flat, cum := n.Info.PrintableName(), n.FlatValue(), n.CumValue()
1033 percentage(in.Weight, cum), in.Src.Info.PrintableName(), inline)
1054 percentage(out.Weight, cum), out.Dest.Info.PrintableName(), inline)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 1171 WCHAR *PrintableName;
1182 PrintableName = GetPrintableLanguageName (SourceFile);
1183 if (PrintableName != NULL) {
1185 StringDBAddLanguage (LanguageIdentifier, PrintableName);
1186 free (PrintableName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]

Completed in 301 milliseconds