HomeSort by relevance Sort by last modified time
    Searched defs:old_state (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/download/
drag_download_file.cc 201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
205 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/grub/stage2/
hercules.c 175 int old_state = herc_cursor_state; local
183 return old_state;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 93 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/printing/
print_job.cc 189 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
193 MessageLoop::current()->SetNestableTasksAllowed(old_state);
print_view_manager.cc 417 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
421 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 323 const bool old_state = is_starred_; local
326 if (is_starred_ != old_state && delegate())
  /external/bluetooth/bluez/audio/
sink.c 111 sink_state_t old_state = sink->state; local
122 DBG("State changed %s: %s -> %s", dev->path, str_state[old_state],
127 cb->cb(dev, old_state, new_state, cb->user_data);
133 avdtp_session_state_t old_state,
179 avdtp_state_t old_state,
213 if (old_state == AVDTP_STATE_CONFIGURED &&
224 } else if (old_state == AVDTP_STATE_STREAMING) {
source.c 105 source_state_t old_state = source->state; local
118 cb->cb(dev, old_state, new_state, cb->user_data);
124 avdtp_session_state_t old_state,
161 avdtp_state_t old_state,
control.c 444 avctp_state_t old_state = control->state; local
453 if (old_state != AVCTP_STATE_CONNECTED)
490 cb->cb(control->dev, old_state, new_state, cb->user_data);
headset.c 2492 headset_state_t old_state = hs->state; local
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 81 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 = UpdateState(DEACTIVATED) local
123 State old_state = UpdateState(SENT_PING); local
129 State old_state = UpdateState(RECEIVED_PONG); local
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 306 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
311 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_gtk.cc 381 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
384 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_touch.cc 287 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
290 MessageLoop::current()->SetNestableTasksAllowed(old_state);
tab_contents_view_views.cc 275 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
278 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/net/base/
file_stream_unittest.cc 702 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
705 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 240 TabRendererData::NetworkState old_state = data_.network_state; local
242 AdvanceLoadingAnimation(old_state, state);
387 void BaseTab::AdvanceLoadingAnimation(TabRendererData::NetworkState old_state,
410 if (state != old_state) {
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 310 Uint8 old_state; local
320 old_state = SDL_GetMouseState(NULL, NULL);
342 if ( (old_state&0x01) != (new_state&0x01) ) {
375 old_state >>= 1;
  /external/v8/src/
runtime-profiler.cc 345 SamplerState old_state = state_window_[state_window_position_]; local
346 state_counts_[old_state]--;
438 Atomic32 old_state = NoBarrier_CompareAndSwap(&state_, 0, -1); local
439 ASSERT(old_state >= -1);
440 if (old_state != 0) return false;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 629 ControlKeyState old_state = control_key_state_; local
639 if ((old_state != DOWN_WITH_CHANGE) && popup_->IsOpen()) {
    [all...]
  /external/chromium/chrome/browser/sessions/
session_restore.cc 432 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
435 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium/base/
message_loop_unittest.cc 1079 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 2317 int old_state; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 566 enum wpa_states old_state = wpa_s->wpa_state; local
612 if (wpa_s->wpa_state != old_state) {
613 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
616 old_state == WPA_COMPLETED)
653 enum wpa_states old_state = wpa_s->wpa_state; local
662 if (wpa_s->wpa_state != old_state)
663 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
    [all...]
  /frameworks/base/cmds/keystore/
keystore.cpp 792 State old_state = keyStore.getState(); local
802 old_state, keyStore.getState(),

Completed in 650 milliseconds

1 2