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

1 2

  /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 93 const bool old_state = is_starred_; local
97 if (is_starred_ != old_state && delegate_)
  /external/chromium_org/chromeos/ime/
fake_ime_keyboard.cc 45 bool old_state = caps_lock_is_enabled_; local
47 if (old_state != enable_caps_lock) {
ime_keyboard_x11.cc 394 bool old_state = current_caps_lock_status_; local
396 if (old_state != enable_caps_lock) {
  /art/runtime/
signal_catcher.cc 136 ThreadState old_state = self->SetStateUnsafe(kRunnable); local
158 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
thread-inl.h 115 int16_t old_state = old_state_and_flags.as_struct.state; local
116 DCHECK_NE(static_cast<ThreadState>(old_state), kRunnable);
120 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
125 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
130 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
138 DCHECK_EQ(old_state_and_flags.as_struct.state, old_state);
152 return static_cast<ThreadState>(old_state);
  /external/chromium_org/mojo/system/
local_message_pipe_endpoint.cc 33 HandleSignalsState old_state = GetHandleSignalsState(); local
37 if (!new_state.equals(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/fio/
libfio.c 179 int old_state = td->runstate; local
182 return old_state;
185 void td_restore_runstate(struct thread_data *td, int old_state)
187 td_set_runstate(td, old_state);
blktrace.c 375 int fd, i, old_state; local
387 old_state = td_bump_runstate(td, TD_SETTING_UP);
474 td_restore_runstate(td, old_state);
iolog.c 731 int old_state, i; local
733 old_state = td_bump_runstate(td, TD_FINISHING);
757 td_restore_runstate(td, old_state);
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 794 tBTM_PM_STATE old_state; local
848 old_state = p_cb->state;
852 BTM_TRACE_DEBUG( "btm_pm_proc_mode_change new state:0x%x (old:0x%x)", p_cb->state, old_state);
875 if(old_state & BTM_PM_STORED_MASK)
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 220 RemoteServiceState old_state = GetCurrentState();
222 if (old_state == GetCurrentState())
681 RemoteServiceState old_state = GetCurrentState(); local
684 if (old_state == GetCurrentState())
689 old_state, GetCurrentState(), description.c_str());
  /external/chromium_org/mojo/common/
message_pump_mojo.cc 105 RunState* old_state = NULL; local
108 old_state = run_state_;
114 run_state_ = old_state;
  /external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc 105 RunState* old_state = run_state_; local
118 run_state_ = old_state;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubstateclient.h 63 C old_state; member in struct:buzz::PubSubStateChange
216 C old_state = has_old_state ? state_by_key_[key] : default_state_; local
217 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) {
235 change.old_state = old_state;
  /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/chromium_org/ash/wm/
window_positioner.cc 323 bool old_state = disable_auto_positioning; local
325 return old_state;
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_unittest.cc 93 State old_state; local
96 old_state = thread_watcher_state_;
97 if (old_state != DEACTIVATED)
107 return old_state;
111 WaitState old_state; local
114 old_state = wait_state_;
118 return old_state;
122 State old_state = UpdateState(ACTIVATED); variable
123 EXPECT_EQ(old_state, INITIALIZED);
128 State old_state = UpdateState(DEACTIVATED) variable
135 State old_state = UpdateState(SENT_PING); variable
141 State old_state = UpdateState(RECEIVED_PONG); variable
    [all...]
  /external/chromium_org/v8/src/
code-stubs.cc 436 State old_state = state; local
452 TraceTransition(old_state, state);
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 1750 tNFA_DM_RF_DISC_STATE old_state = nfa_dm_cb.disc_cb.disc_state; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 381 Uint8 old_state; local
390 old_state = SDL_GetMouseState(NULL, NULL);
416 if ( (old_state&0x01) != (new_state&0x01) ) {
448 old_state >>= 1;
  /art/runtime/arch/
stub_test.cc 615 LockWord::LockState old_state = lock.GetState(); local
616 EXPECT_EQ(LockWord::LockState::kUnlocked, old_state);
688 LockWord::LockState old_state = lock.GetState(); variable
689 EXPECT_EQ(LockWord::LockState::kUnlocked, old_state);
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 170 ThreadState old_state = self_->SetStateUnsafe(kRunnable); local
176 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable);
    [all...]

Completed in 581 milliseconds

1 2