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

1 2 3

  /external/chromium_org/chrome/browser/chromeos/input_method/
browser_state_monitor.cc 46 const InputMethodManager::State old_state = state_; local
84 if (old_state != state_ && !observer_.is_null())
  /art/runtime/
thread-inl.h 88 int16_t old_state = old_state_and_flags.as_struct.state; local
89 DCHECK_NE(static_cast<ThreadState>(old_state), kRunnable);
93 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
98 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
103 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
111 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
124 return static_cast<ThreadState>(old_state);
signal_catcher.cc 128 ThreadState old_state = self->SetStateUnsafe(kRunnable); local
147 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
  /external/chromium/chrome/browser/download/
drag_download_file.cc 201 bool old_state = MessageLoop::current()->NestableTasksAllowed(); local
205 MessageLoop::current()->SetNestableTasksAllowed(old_state);
  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 42 const State old_state = state_; local
46 ModelChanged(old_state, state_));
57 const State old_state = state_; local
61 ModelChanged(old_state, state_));
72 const State old_state = state_; local
75 ModelChanged(old_state, state_));
86 const State old_state = state_; local
90 ModelChanged(old_state, state_));
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 87 const bool old_state = is_starred_; local
91 if (is_starred_ != old_state && delegate_)
  /external/chromium_org/ash/wm/
base_layout_manager.cc 121 ui::WindowShowState old_state = static_cast<ui::WindowShowState>(old); local
124 if (old_state != new_state && old_state != ui::SHOW_STATE_MINIMIZED &&
127 old_state != ui::SHOW_STATE_FULLSCREEN) ||
129 old_state != ui::SHOW_STATE_MAXIMIZED))) {
134 ShowStateChanged(window, 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.15/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/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 152 ui::WindowShowState old_state = static_cast<ui::WindowShowState>(old); local
155 if (old_state != ui::SHOW_STATE_MINIMIZED &&
158 !IsMaximizedState(old_state)) {
166 if (old_state == ui::SHOW_STATE_MINIMIZED &&
176 ShowStateChanged(window, old_state);
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 789 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/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_org/net/websockets/
websocket_channel.cc 622 State old_state = state_; local
640 if (old_state != CLOSED) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.h 68 C old_state; member in struct:buzz::PubSubStateChange
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.c 277 unsigned old_state = setup->state; local
279 if (old_state == new_state)
285 states[old_state],
296 if (old_state == SETUP_FLUSHED)
309 if (old_state == SETUP_CLEARED)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 277 unsigned old_state = setup->state; local
279 if (old_state == new_state)
285 states[old_state],
296 if (old_state == SETUP_FLUSHED)
309 if (old_state == SETUP_CLEARED)
  /external/v8/src/
runtime-profiler.cc 434 Atomic32 old_state = NoBarrier_CompareAndSwap(&state_, 0, -1); local
435 ASSERT(old_state >= -1);
436 if (old_state != 0) return false;

Completed in 565 milliseconds

1 2 3