Home | History | Annotate | Download | only in procstats

Lines Matching defs:STATE_COUNT

83     public static final int STATE_COUNT = STATE_CACHED_EMPTY+1;
341 int state = mMemFactor * STATE_COUNT;
367 for (int i=0; i<STATE_COUNT; i++) {
386 int stateBucket = memBucket * STATE_COUNT;
754 out.writeInt(STATE_COUNT);
957 if (!readCheckedInt(in, STATE_COUNT, "state count")) {
1526 for (int i=0; i<STATE_COUNT; i++) {
1781 for (int i=0; i<STATE_COUNT; i++) {
1939 public long[] processStatePss = new long[STATE_COUNT];
1940 public double[] processStateWeight = new double[STATE_COUNT];
1941 public long[] processStateTime = new long[STATE_COUNT];
1942 public int[] processStateSamples = new int[STATE_COUNT];