Home | History | Annotate | Download | only in os

Lines Matching refs:NP

5518             int NP = in.readInt();
5519 if (NP > 1000) {
5520 Slog.w(TAG, "File corrupt: too many sensors " + NP);
5523 for (int is = 0; is < NP; is++) {
5531 NP = in.readInt();
5532 if (NP > 1000) {
5533 Slog.w(TAG, "File corrupt: too many processes " + NP);
5536 for (int ip = 0; ip < NP; ip++) {
5560 NP = in.readInt();
5561 if (NP > 10000) {
5562 Slog.w(TAG, "File corrupt: too many packages " + NP);
5565 for (int ip = 0; ip < NP; ip++) {
5767 int NP = u.mProcessStats.size();
5768 out.writeInt(NP);
5769 if (NP > 0) {
5792 NP = u.mPackageStats.size();
5793 out.writeInt(NP);
5794 if (NP > 0) {