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

  /external/chromium_org/gpu/command_buffer/common/
command_buffer_shared_test.cc 69 CommandBuffer::State last_state; local
71 CommandBuffer::State state = last_state;
75 if (state.generation < last_state.generation)
81 EXPECT_LE(last_state.token, state.token);
82 EXPECT_LE(last_state.generation, state.generation);
83 last_state = state;
  /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...]
  /hardware/qcom/power/
power.c 41 static int last_state = -1; variable
168 if (last_state == -1) {
169 last_state = on;
171 if (last_state == on)
174 last_state = on;
  /device/moto/shamu/power/
power_shamu.c 46 static int last_state = -1; variable
244 if (last_state == -1) {
245 last_state = on;
247 if (last_state == on)
250 last_state = on;
  /external/bison/src/
LR0.c 49 static state_list *last_state = NULL; variable
72 if (last_state)
73 last_state->next = node;
74 last_state = node;
328 last_state = NULL;
ielr.c 965 state_list *last_state; local
    [all...]
  /device/asus/flo/power/
power_flo.c 57 static int last_state = -1; variable
323 if (last_state == -1) {
324 last_state = on;
326 if (last_state == on)
329 last_state = on;
  /device/lge/hammerhead/power/
power_hammerhead.c 57 static int last_state = -1; variable
323 if (last_state == -1) {
324 last_state = on;
326 if (last_state == on)
329 last_state = on;
  /device/lge/mako/power/
power_mako.c 57 static int last_state = -1; variable
323 if (last_state == -1) {
324 last_state = on;
326 if (last_state == on)
329 last_state = on;
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.cc 116 : last_state(initial_state),
260 if (monitor.listeners > 0 && monitor.last_state != new_state)
262 monitor.last_state = new_state;
idle_manager.h 36 IdleState last_state; member in struct:extensions::IdleMonitor
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 98 const struct lp_rast_state *last_state; /* most recent state set in bin */ member in struct:cmd_bin
332 if (state != bin->last_state) {
333 bin->last_state = state;
lp_scene.c 125 bin->last_state = NULL;
208 bin->last_state = NULL;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 98 const struct lp_rast_state *last_state; /* most recent state set in bin */ member in struct:cmd_bin
332 if (state != bin->last_state) {
333 bin->last_state = state;
lp_scene.c 125 bin->last_state = NULL;
208 bin->last_state = NULL;
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 377 LONG last_state = local
380 if (kBusyChannel != last_state) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 213 static rpc_loc_engine_state_e_type last_state = RPC_LOC_ENGINE_STATE_MAX; local
217 if (RPC_LOC_ENGINE_STATE_OFF != last_state) {
218 last_state = RPC_LOC_ENGINE_STATE_OFF;
223 if (RPC_LOC_ENGINE_STATE_ON != last_state) {
224 last_state = RPC_LOC_ENGINE_STATE_ON;
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_sequence.cc 526 GestureState last_state = state_; local
753 if (state_ != last_state)
760 if (GestureStateSupportsActiveTimer(last_state) &&
    [all...]

Completed in 572 milliseconds