/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;
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.cc | 242 << " last_state=" << result_.last_state; 243 UpdateHistogramEnums(config_, "LastState", result_.last_state, NUM_STATES); 249 if (result_.last_state < STATE_WEBSOCKET_CONNECT_COMPLETE) 258 if (result_.last_state < STATE_WEBSOCKET_RECV_HELLO) 267 if (result_.last_state < STATE_WEBSOCKET_KEEP_IDLE) 276 if (result_.last_state < STATE_WEBSOCKET_CLOSE_COMPLETE) 448 result_.last_state = state;
|
websocket_experiment_task.h | 119 last_state(STATE_NONE) {} 121 State last_state; member in class:chrome_browser_net_websocket_experiment::WebSocketExperimentTask::Result
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager.cc | 120 : last_state(initial_state), 273 if (new_state != it->second.last_state) { 274 it->second.last_state = new_state;
|
idle_manager.h | 35 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/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...] |
/external/chromium_org/sandbox/win/src/ |
sharedmem_ipc_server.cc | 367 LONG last_state = local 370 if (kBusyChannel != last_state) {
|
/external/hyphenation/ |
hyphen.c | 290 int state_num = 0, last_state; local 437 last_state = state_num; 442 hnj_add_trans (dict[k], state_num, last_state, ch); [all...] |
/external/chromium_org/ui/events/gestures/ |
gesture_sequence.cc | 525 GestureState last_state = state_; local 748 if (state_ != last_state) 753 if (last_state == GS_PENDING_SYNTHETIC_CLICK && state_ != last_state) { [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/device/asus/tilapia/recovery/lib/ |
libIMCdownload.a | [all...] |