Home | History | Annotate | Download | only in os

Lines Matching refs:NP

5165             int NP = in.readInt();
5166 if (NP > 1000) {
5167 Slog.w(TAG, "File corrupt: too many sensors " + NP);
5170 for (int is = 0; is < NP; is++) {
5178 NP = in.readInt();
5179 if (NP > 1000) {
5180 Slog.w(TAG, "File corrupt: too many processes " + NP);
5183 for (int ip = 0; ip < NP; ip++) {
5206 NP = in.readInt();
5207 if (NP > 10000) {
5208 Slog.w(TAG, "File corrupt: too many packages " + NP);
5211 for (int ip = 0; ip < NP; ip++) {
5391 int NP = u.mProcessStats.size();
5392 out.writeInt(NP);
5393 if (NP > 0) {
5415 NP = u.mPackageStats.size();
5416 out.writeInt(NP);
5417 if (NP > 0) {