Home | History | Annotate | Download | only in src

Lines Matching full:append

39       formatted.append("null");
45 formatted.append(DocString.added("new "));
50 formatted.append(DocString.removed("del "));
55 formatted.append("unreachable ");
60 formatted.append("root ");
66 linkText.append("class ");
69 linkText.append(inst.toString());
73 formatted.append(linkText);
83 formatted.append(kMaxChars == stringValue.length() ? "..." : "\"");
89 formatted.append(" for ");
94 formatted.append(summarize(referent));
102 formatted.append("...");
134 text.append(site.getSignature());
135 text.append(" - ");
136 text.append(site.getFilename());
138 text.append(":").append(Integer.toString(site.getLineNumber()));