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

12

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.h76 enum wpa_states old_state);
110 enum wpa_states old_state)
108 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
H A Ddbus_old.c406 * @old_state: old state wpa_supplicant is leaving
413 enum wpa_states old_state)
430 if (new_state == old_state)
444 old_state_str = wpa_supplicant_state_txt(old_state);
411 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/external/fio/
H A Dlibfio.c182 int old_state = td->runstate; local
185 return old_state;
188 void td_restore_runstate(struct thread_data *td, int old_state) argument
190 td_set_runstate(td, old_state);
H A Dblktrace.c340 int fd, i, old_state; local
352 old_state = td_bump_runstate(td, TD_SETTING_UP);
418 td_restore_runstate(td, old_state);
H A Dfilesetup.c761 int old_state; local
767 old_state = td_bump_runstate(td, TD_SETTING_UP);
961 td_restore_runstate(td, old_state);
966 td_restore_runstate(td, old_state);
H A Diolog.c1235 int old_state, i; local
1237 old_state = td_bump_runstate(td, TD_FINISHING);
1261 td_restore_runstate(td, old_state);
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py328 old_state = self.process.GetState()
331 if old_state == lldb.eStateInvalid or old_state == lldb.eStateExited:
352 if old_state == lldb.eStateAttaching and new_state == lldb.eStateStopped:
361 if old_state == new_state:
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp45 const thread_state_t old_state,
62 thread_state_t old_state,
90 const thread_state_t old_state,
119 thread_state_t old_state,
83 catch_mach_exception_raise_state( mach_port_t exc_port, exception_type_t exc_type, const mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int * flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t * new_stateCnt ) argument
110 catch_mach_exception_raise_state_identity( mach_port_t exc_port, mach_port_t thread_port, mach_port_t task_port, exception_type_t exc_type, mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count, int * flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
H A DMachProcess.cpp269 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);
/external/v8/src/
H A Dhydrogen-escape-analysis.cc87 HCapturedObject* old_state) {
91 HValue* operand = old_state->OperandAt(index);
102 HCapturedObject* old_state) {
105 HValue* operand = old_state->OperandAt(index);
85 NewStateForLoopHeader( HInstruction* previous, HCapturedObject* old_state) argument
100 NewStateCopy( HInstruction* previous, HCapturedObject* old_state) argument
H A Dcode-stubs.cc436 State old_state = state; local
452 TraceTransition(old_state, state);
/external/v8/src/ic/
H A Dic-state.h202 static State NewInputState(State old_state, Handle<Object> value);
206 static State TargetState(State old_state, State old_left, State old_right,
H A Dic.cc99 void IC::TraceIC(const char* type, Handle<Object> name, State old_state, argument
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, argument
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
392 OnTypeFeedbackChanged(Isolate* isolate, Address address, State old_state, State new_state, bool target_remains_ic_stub) argument
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...]
H A Dic-state.cc509 CompareICState::State CompareICState::NewInputState(State old_state, argument
511 switch (old_state) {
553 State old_state, State old_left, State old_right, Token::Value op,
555 switch (old_state) {
552 TargetState( State old_state, State old_left, State old_right, Token::Value op, bool has_inlined_smi_code, Handle<Object> x, Handle<Object> y) argument
H A Dic.h151 void TraceIC(const char* type, Handle<Object> name, State old_state,
164 State old_state, State new_state,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.h24 enum wpa_states old_state);
H A Dnotify.c79 enum wpa_states old_state)
86 old_state);
93 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED)
77 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
H A Dwpa_supplicant.c714 enum wpa_states old_state = wpa_s->wpa_state; local
804 if (old_state >= WPA_ASSOCIATED && wpa_s->wpa_state < WPA_ASSOCIATED)
807 if (wpa_s->wpa_state != old_state) {
808 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
817 old_state == WPA_COMPLETED)
855 enum wpa_states old_state = wpa_s->wpa_state; local
864 if (wpa_s->wpa_state != old_state)
865 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c277 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/r300/
H A Dr300_state.c864 struct pipe_framebuffer_state *old_state = r300->fb_state.state; local
883 if (old_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) {
886 if (!pipe_surface_equal(old_state->zsbuf, state->zsbuf)) {
893 pipe_surface_reference(&r300->locked_zbuffer, old_state->zsbuf);
918 if (!!old_state->zsbuf != !!state->zsbuf) {
/external/lldb/source/Target/
H A DProcess.cpp1635 const StateType old_state = m_public_state.GetValue(); local
1651 const bool old_state_is_stopped = StateIsStoppedState(old_state, false);
1700 const StateType old_state = m_private_state.GetValueNoLock (); local
1701 state_changed = old_state != new_state;
1703 const bool old_state_is_stopped = StateIsStoppedState(old_state, false);
4726 lldb::StateType old_state;
4751 old_state = m_public_state.GetValue();
5240 m_public_state.SetValueNoLock(old_state);
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_discover.c1772 tNFA_DM_RF_DISC_STATE old_state = nfa_dm_cb.disc_cb.disc_state; local
1775 NFA_TRACE_DEBUG5 ("nfa_dm_disc_new_state (): old_state: %s (%d), new_state: %s (%d) disc_flags: 0x%x",
1779 NFA_TRACE_DEBUG3 ("nfa_dm_disc_new_state(): old_state: %d, new_state: %d disc_flags: 0x%x",
1795 if (old_state > NFA_DM_RFST_DISCOVERY)
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c3086 int old_state; local
3091 old_state = wps->state;
3139 switch (old_state) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c3086 int old_state; local
3091 old_state = wps->state;
3139 switch (old_state) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c3086 int old_state; local
3091 old_state = wps->state;
3139 switch (old_state) {

Completed in 575 milliseconds

12