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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 136 this(xml_name, prettyName(xml_name), null, null, null, children, mandatory);
148 this(xml_name, prettyName(xml_name), null, null, null, children, false);
159 this(xml_name, prettyName(xml_name), null, null, null, null, false);
441 private static String prettyName(String xml_name) {
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 118 if name := n.info.prettyName(); rx.MatchString(name) && n.info.objfile != "" {
330 name, flat, cum := n.info.prettyName(), n.flat, n.cum
461 name, flat, cum := n.info.prettyName(), n.flat, n.cum
474 percentage(in.weight, inSum), in.src.info.prettyName())
492 percentage(out.weight, outSum), out.dest.info.prettyName())
649 labels := strings.Split(n.info.prettyName(), "::")
683 fontSize, n.info.prettyName(), cumValue)
703 e.src.info.prettyName(), arrow, e.dest.info.prettyName(), w)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 118 if name := n.info.prettyName(); rx.MatchString(name) && n.info.objfile != "" {
330 name, flat, cum := n.info.prettyName(), n.flat, n.cum
461 name, flat, cum := n.info.prettyName(), n.flat, n.cum
474 percentage(in.weight, inSum), in.src.info.prettyName())
492 percentage(out.weight, outSum), out.dest.info.prettyName())
649 labels := strings.Split(n.info.prettyName(), "::")
683 fontSize, n.info.prettyName(), cumValue)
703 e.src.info.prettyName(), arrow, e.dest.info.prettyName(), w)
    [all...]

Completed in 1125 milliseconds