Home | History | Annotate | Download | only in server

Lines Matching defs:removed

204         public boolean removed;
245 if (sta.removed != stb.removed) {
491 st.removed = true;
495 if (DEBUG) Slog.v(TAG, "Removed "
511 st.removed = true;
515 if (localLOGV) Slog.v(TAG, "Removed pid " + st.pid + ": " + st);
719 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
722 if (!st.removed && st.workingThreads != null) {
727 tst.added ? " +" : (tst.removed ? " -": " "),