Searched refs:old_state (Results 1 - 25 of 39) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcevents.c93 static kbd_state_t old_state; local
111 SDL_memset(&old_state,0,sizeof(old_state));
119 shiftkeys = state->shift_keys ^ old_state.shift_keys;
128 if (state->matrix[i]!=old_state.matrix[i]) {
137 old_state = *state;
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc81 State old_state; local
84 old_state = thread_watcher_state_;
85 if (old_state != DEACTIVATED)
95 return old_state;
99 WaitState old_state; local
102 old_state = wait_state_;
106 return old_state;
110 State old_state = UpdateState(ACTIVATED); local
111 EXPECT_EQ(old_state, INITIALIZED);
116 State old_state local
123 State old_state = UpdateState(SENT_PING); local
129 State old_state = UpdateState(RECEIVED_PONG); local
[all...]
/external/qemu/
H A Djson-lexer.c68 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
69 (json_lexer[(old_state)][0] == (terminal))
/external/grub/stage2/
H A Dhercules.c175 int old_state = herc_cursor_state; local
183 return old_state;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_dbus.h89 wpa_states old_state);
138 wpa_states old_state)
136 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, wpa_states new_state, wpa_states old_state) argument
H A Dctrl_iface_dbus.c671 * @old_state: old state wpa_supplicant is leaving
678 wpa_states old_state)
693 if (new_state == old_state)
719 old_state_str = wpa_supplicant_state_txt(old_state);
676 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, wpa_states new_state, wpa_states old_state) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.h76 enum wpa_states old_state);
H A Ddbus_old.c395 * @old_state: old state wpa_supplicant is leaving
402 enum wpa_states old_state)
419 if (new_state == old_state)
434 old_state_str = wpa_supplicant_state_txt(old_state);
400 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/external/chromium/chrome/browser/download/
H A Ddrag_download_file.cc201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
205 MessageLoop::current()->SetNestableTasksAllowed(old_state);
/external/v8/src/
H A Druntime-profiler.cc434 Atomic32 old_state = NoBarrier_CompareAndSwap(&state_, 0, -1); local
435 ASSERT(old_state >= -1);
436 if (old_state != 0) return false;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc240 TabRendererData::NetworkState old_state = data_.network_state; local
242 AdvanceLoadingAnimation(old_state, state);
387 void BaseTab::AdvanceLoadingAnimation(TabRendererData::NetworkState old_state, argument
410 if (state != old_state) {
H A Dbase_tab.h102 virtual void AdvanceLoadingAnimation(TabRendererData::NetworkState old_state,
/external/chromium/chrome/browser/printing/
H A Dprint_job.cc189 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
193 MessageLoop::current()->SetNestableTasksAllowed(old_state);
H A Dprint_view_manager.cc417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
421 MessageLoop::current()->SetNestableTasksAllowed(old_state);
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc287 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
290 MessageLoop::current()->SetNestableTasksAllowed(old_state);
H A Dtab_contents_view_views.cc275 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
278 MessageLoop::current()->SetNestableTasksAllowed(old_state);
H A Dtab_contents_drag_win.cc306 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
311 MessageLoop::current()->SetNestableTasksAllowed(old_state);
H A Dtab_contents_view_gtk.cc381 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
384 MessageLoop::current()->SetNestableTasksAllowed(old_state);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c73 enum wpa_states old_state)
77 old_state);
85 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED)
71 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
H A Dnotify.h24 enum wpa_states old_state);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c789 tBTM_PM_STATE old_state; local
843 old_state = p_cb->state;
847 BTM_TRACE_DEBUG2( "btm_pm_proc_mode_change new state:0x%x (old:0x%x)", p_cb->state, old_state);
870 if(old_state & BTM_PM_STORED_MASK)
/external/qemu/hw/
H A Dusb-ohci.c334 uint32_t old_state = port->ctrl; local
377 if (old_state != port->ctrl)
1267 uint32_t old_state; local
1270 old_state = ohci->ctl & OHCI_CTL_HCFS;
1275 if (old_state == new_state)
1323 uint32_t old_state; local
1325 old_state = ohci->rhstatus;
1353 if (old_state != ohci->rhstatus)
1360 uint32_t old_state; local
1364 old_state
[all...]
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc323 const bool old_state = is_starred_; local
326 if (is_starred_ != old_state && delegate())
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c381 Uint8 old_state; local
390 old_state = SDL_GetMouseState(NULL, NULL);
416 if ( (old_state&0x01) != (new_state&0x01) ) {
448 old_state >>= 1;
/external/chromium/chrome/browser/sessions/
H A Dsession_restore.cc432 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
435 MessageLoop::current()->SetNestableTasksAllowed(old_state);

Completed in 471 milliseconds

12