Lines Matching defs:prefix

757     public void dumpSummary(PrintWriter pw, String prefix,
760 pw.print(prefix);
768 dumpProcessSummaryDetails(pw, prefix, " TOTAL: ", screenStates, memStates,
770 dumpProcessSummaryDetails(pw, prefix, " Persistent: ", screenStates, memStates,
772 dumpProcessSummaryDetails(pw, prefix, " Top: ", screenStates, memStates,
774 dumpProcessSummaryDetails(pw, prefix, " Imp Fg: ", screenStates, memStates,
776 dumpProcessSummaryDetails(pw, prefix, " Imp Bg: ", screenStates, memStates,
778 dumpProcessSummaryDetails(pw, prefix, " Backup: ", screenStates, memStates,
780 dumpProcessSummaryDetails(pw, prefix, " Heavy Wgt: ", screenStates, memStates,
782 dumpProcessSummaryDetails(pw, prefix, " Service: ", screenStates, memStates,
784 dumpProcessSummaryDetails(pw, prefix, " Service Rs: ", screenStates, memStates,
786 dumpProcessSummaryDetails(pw, prefix, " Receiver: ", screenStates, memStates,
788 dumpProcessSummaryDetails(pw, prefix, " (Home): ", screenStates, memStates,
790 dumpProcessSummaryDetails(pw, prefix, " (Last Act): ", screenStates, memStates,
792 dumpProcessSummaryDetails(pw, prefix, " (Cached): ", screenStates, memStates,
797 public void dumpProcessState(PrintWriter pw, String prefix,
814 pw.print(prefix);
833 pw.print(prefix);
846 public void dumpPss(PrintWriter pw, String prefix,
860 pw.print(prefix);
866 pw.print(prefix);
898 pw.print(prefix); pw.print("Killed for excessive wake locks: ");
902 pw.print(prefix); pw.print("Killed for excessive CPU use: ");
906 pw.print(prefix); pw.print("Killed from cached state: ");
914 private void dumpProcessSummaryDetails(PrintWriter pw, String prefix,
923 if (prefix != null) {
924 pw.print(prefix);
930 if (prefix != null) {
936 public void dumpInternalLocked(PrintWriter pw, String prefix, boolean dumpAll) {
938 pw.print(prefix); pw.print("myID=");
944 pw.print(prefix); pw.print("mMultiPackage="); pw.println(mMultiPackage);
947 pw.print(prefix); pw.print("Common Proc: "); pw.print(mCommonProcess.mName);
953 pw.print(prefix); pw.print("mActive="); pw.println(mActive);
956 pw.print(prefix); pw.print("mDead="); pw.println(mDead);
959 pw.print(prefix); pw.print("mNumActiveServices="); pw.print(mNumActiveServices);