HomeSort by relevance Sort by last modified time
    Searched refs:last_state (Results 1 - 4 of 4) sorted by null

  /packages/experimental/procstatlog/
procstatreport.py 176 last_state = {}
178 last = last_state.get("/proc/stat:cpu", "").split()
192 last_state = state
221 last_state = {}
227 last = int(last_state.get(key, -1))
235 last_state = state
261 last_state = {}
263 last = int(last_state.get("/proc/stat:ctxt", -1))
266 last_state = state
300 last_state = {
    [all...]
  /external/bison/src/
LR0.c 52 static state_list *last_state = NULL; variable
75 if (last_state)
76 last_state->next = node;
77 last_state = node;
327 last_state = NULL;
  /system/core/toolbox/
powerd.c 80 int last_state; local
85 last_state = state;
94 //printf("charging_state_notify_handler: %d -> %d\n", last_state, state);
95 return state > last_state;
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 902 qualcomm_camera_state last_state = mCameraState; local
    [all...]

Completed in 84 milliseconds