/external/webrtc/webrtc/libjingle/xmpp/ |
D | pubsubstateclient.h | 46 C old_state; member 199 C old_state = has_old_state ? state_by_key_[key] : default_state_; in OnItem() local 200 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) { in OnItem() 218 change.old_state = old_state; in OnItem()
|
D | hangoutpubsubclient.cc | 240 change.published_nick, change.old_state, change.new_state); in OnPresenterStateChange() 259 bool was_muted = change.old_state; in OnAudioMuteStateChange() 324 change.published_nick, change.old_state, change.new_state); in OnVideoMuteStateChange() 341 change.published_nick, change.old_state, change.new_state); in OnVideoPauseStateChange() 358 change.published_nick, change.old_state, change.new_state); in OnRecordingStateChange() 377 bool was_blockee = change.old_state; in OnMediaBlockStateChange()
|
D | chatroommoduleimpl.cc | 405 XmppChatroomState old_state; member 531 XmppChatroomState old_state = chatroom_state_; in ChangePresence() local 534 if (old_state == new_state) in ChangePresence() 540 if (Transitions[i].old_state == old_state && in ChangePresence()
|
/external/fio/ |
D | libfio.c | 182 int old_state = td->runstate; in td_bump_runstate() local 185 return old_state; in td_bump_runstate() 188 void td_restore_runstate(struct thread_data *td, int old_state) in td_restore_runstate() argument 190 td_set_runstate(td, old_state); in td_restore_runstate()
|
D | blktrace.c | 340 int fd, i, old_state; in load_blktrace() local 352 old_state = td_bump_runstate(td, TD_SETTING_UP); in load_blktrace() 418 td_restore_runstate(td, old_state); in load_blktrace()
|
D | filesetup.c | 761 int old_state; in setup_files() local 767 old_state = td_bump_runstate(td, TD_SETTING_UP); in setup_files() 961 td_restore_runstate(td, old_state); in setup_files() 966 td_restore_runstate(td, old_state); in setup_files()
|
D | iolog.c | 1235 int old_state, i; in fio_writeout_logs() local 1237 old_state = td_bump_runstate(td, TD_FINISHING); in fio_writeout_logs() 1261 td_restore_runstate(td, old_state); in fio_writeout_logs()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old.h | 76 enum wpa_states old_state); 110 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument
|
D | dbus_old.c | 413 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument 430 if (new_state == old_state) in wpa_supplicant_dbus_notify_state_change() 444 old_state_str = wpa_supplicant_state_txt(old_state); in wpa_supplicant_dbus_notify_state_change()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_stream.cxx | 206 int old_state; in _tiffosSeekProc() local 208 ios::iostate old_state; in _tiffosSeekProc() 212 old_state = os->rdstate(); in _tiffosSeekProc() 229 os->clear(old_state); in _tiffosSeekProc()
|
/external/v8/src/crankshaft/ |
D | hydrogen-escape-analysis.cc | 87 HCapturedObject* old_state) { in NewStateForLoopHeader() argument 91 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader() 102 HCapturedObject* old_state) { in NewStateCopy() argument 105 HValue* operand = old_state->OperandAt(index); in NewStateCopy()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 92 enum wpa_states old_state) in wpas_notify_state_changed() argument 99 old_state); in wpas_notify_state_changed() 108 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed() 116 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
|
D | notify.h | 24 enum wpa_states old_state);
|
/external/wpa_supplicant_8/src/fst/ |
D | fst_ctrl_aux.h | 56 enum fst_session_state old_state; member
|
/external/v8/src/ic/ |
D | ic-state.h | 194 static State NewInputState(State old_state, Handle<Object> value); 198 static State TargetState(State old_state, State old_left, State old_right,
|
D | ic-state.cc | 399 CompareICState::State CompareICState::NewInputState(State old_state, in NewInputState() argument 401 switch (old_state) { in NewInputState() 447 State old_state, State old_left, State old_right, Token::Value op, in TargetState() argument 449 switch (old_state) { in TargetState()
|
D | ic.cc | 100 void IC::TraceIC(const char* type, Handle<Object> name, State old_state, in TraceIC() argument 126 PrintF(" (%c->%c%s) ", TransitionMarkFromState(old_state), in TraceIC() 351 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state, in ComputeTypeInfoCountDelta() argument 354 switch (old_state) { in ComputeTypeInfoCountDelta() 388 State old_state, State new_state, in OnTypeFeedbackChanged() argument 399 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta, in OnTypeFeedbackChanged() 437 State old_state = UNINITIALIZED; in PostPatching() local 441 old_state = old_target->ic_state(); in PostPatching() 446 OnTypeFeedbackChanged(isolate, address, old_state, new_state, in PostPatching() 2576 BinaryOpICState old_state(isolate(), target()->extra_ic_state()); in Transition() local [all …]
|
D | ic.h | 130 void TraceIC(const char* type, Handle<Object> name, State old_state, 143 State old_state, State new_state,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 277 unsigned old_state = setup->state; in set_scene_state() local 279 if (old_state == new_state) in set_scene_state() 285 states[old_state], in set_scene_state() 296 if (old_state == SETUP_FLUSHED) in set_scene_state() 309 if (old_state == SETUP_CLEARED) in set_scene_state()
|
/external/opencv3/modules/ts/include/opencv2/ |
D | ts.hpp | 528 const uint64 old_state; member 530 DefaultRngAuto() : old_state(cv::theRNG().state) { cv::theRNG().state = (uint64)-1; } in DefaultRngAuto() 531 ~DefaultRngAuto() { cv::theRNG().state = old_state; } in ~DefaultRngAuto()
|
/external/autotest/client/site_tests/network_3GScanningProperty/ |
D | network_3GScanningProperty.py | 95 old_state, new_state): argument 109 if old_state == new_state:
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | modem.py | 306 old_state = self.Get(mm1_constants.I_MODEM, 'State') 308 self.StateChanged(old_state, state, dbus.types.UInt32(reason))
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 864 struct pipe_framebuffer_state *old_state = r300->fb_state.state; in r300_set_framebuffer_state() local 883 if (old_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) { in r300_set_framebuffer_state() 886 if (!pipe_surface_equal(old_state->zsbuf, state->zsbuf)) { in r300_set_framebuffer_state() 893 pipe_surface_reference(&r300->locked_zbuffer, old_state->zsbuf); in r300_set_framebuffer_state() 918 if (!!old_state->zsbuf != !!state->zsbuf) { in r300_set_framebuffer_state()
|
/external/drm_hwcomposer/ |
D | hwcomposer.cpp | 138 drmModeConnection old_state = conn->state(); in HandleEvent() local 144 if (cur_state == old_state) in HandleEvent()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.h | 346 void LogState(State old_state, State new_state);
|