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

12

  /art/runtime/jdwp/
jdwp_handler.cc 1659 ThreadState old_state = self->TransitionFromSuspendedToRunnable(); local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 595 State old_state = state_; local
608 old_state.visibility_state != SHELF_VISIBLE) {
614 old_state.visibility_state == SHELF_AUTO_HIDE &&
615 old_state.auto_hide_state == SHELF_AUTO_HIDE_HIDDEN) {
641 if ((old_state.visibility_state != state_.visibility_state &&
643 old_state.auto_hide_state != state_.auto_hide_state) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 996 const PlanActivationState old_state = state_; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommoduleimpl.cc 421 XmppChatroomState old_state; member in struct:buzz::StateTransitionDescription
547 XmppChatroomState old_state = chatroom_state_; local
550 if (old_state == new_state)
556 if (Transitions[i].old_state == old_state &&
  /external/fio/
filesetup.c 766 int old_state; local
772 old_state = td_bump_runstate(td, TD_SETTING_UP);
966 td_restore_runstate(td, old_state);
971 td_restore_runstate(td, old_state);
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 689 EntryState old_state = cell.GetState(); local
692 DCHECK_EQ(old_state, ENTRY_DELETED);
695 DCHECK_EQ(old_state, ENTRY_FREE);
698 DCHECK_EQ(old_state, ENTRY_USED);
701 DCHECK_EQ(old_state, ENTRY_OPEN);
704 DCHECK(old_state == ENTRY_NEW || old_state == ENTRY_OPEN ||
705 old_state == ENTRY_MODIFIED);
708 DCHECK(old_state == ENTRY_NEW || old_state == ENTRY_OPEN |
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 931 State old_state = state_; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 864 struct pipe_framebuffer_state *old_state = r300->fb_state.state; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 864 struct pipe_framebuffer_state *old_state = r300->fb_state.state; local
    [all...]
  /art/runtime/
thread.h 872 ThreadState old_state = GetState(); local
874 return old_state;
    [all...]
debugger.cc 772 ThreadState old_state = self->SetStateUnsafe(kRunnable); local
773 CHECK_NE(old_state, kRunnable);
779 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
796 ThreadState old_state = self->SetStateUnsafe(kRunnable); local
821 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
3129 const ThreadState old_state = self->SetStateUnsafe(kRunnable); local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 1647 UINT8 old_state = p_dev_rec->sec_state; local
3940 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; local
5802 tBTM_PAIRING_STATE old_state = btm_cb.pairing_state; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 538 TabRendererData::NetworkState old_state = data_.network_state; local
540 AdvanceLoadingAnimation(old_state, state);
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 99 void IC::TraceIC(const char* type, Handle<Object> name, State old_state,
125 PrintF(" (%c->%c%s)", TransitionMarkFromState(old_state),
138 #define TRACE_VECTOR_IC(type, name, old_state, new_state) \
139 TraceIC(type, name, old_state, new_state)
355 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state,
358 switch (old_state) {
393 State old_state, State new_state,
404 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta,
428 State old_state = UNINITIALIZED; local
432 old_state = old_target->ic_state()
1901 IC::State old_state = FeedbackToState(vector, slot); local
1918 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
1930 IC::State old_state = FeedbackToState(vector, slot); local
1948 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
1956 IC::State old_state = FeedbackToState(vector, slot); local
1993 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
    [all...]
  /external/lldb/source/Target/
Process.cpp 1635 const StateType old_state = m_public_state.GetValue(); local
1700 const StateType old_state = m_private_state.GetValueNoLock (); local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 269 const nub_state_t old_state = m_state; local
271 if (old_state == eStateExited)
275 else if (old_state == new_state)
286 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous state was %s), event_mask = 0x%8.8x", DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 3072 int old_state; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 674 enum wpa_states old_state = wpa_s->wpa_state; local
739 if (wpa_s->wpa_state != old_state) {
740 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
749 old_state == WPA_COMPLETED)
787 enum wpa_states old_state = wpa_s->wpa_state; local
796 if (wpa_s->wpa_state != old_state)
797 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 6609 natural_t old_state[144]; member in struct:__anon16358
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 1177 re_dfastate_t *old_state = cur_state; local
    [all...]

Completed in 794 milliseconds

12