Searched defs:new_state (Results 1 - 25 of 172) sorted by relevance

1234567

/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_active.c55 Uint8 new_state; local
59 new_state = (SDL_appstate | state);
61 new_state = (SDL_appstate & ~state);
65 if ( new_state == SDL_appstate ) {
70 SDL_appstate = new_state;
/external/bluetooth/bluedroid/test/suite/support/
H A Dadapter.c52 void adapter_state_changed(bt_state_t new_state) { argument
53 state = new_state;
/external/chromium_org/ash/display/
H A Ddisplay_error_observer_chromeos.cc33 ui::MultipleDisplayState new_state) {
39 int message_id = (new_state == ui::MULTIPLE_DISPLAY_STATE_DUAL_MIRROR) ?
32 OnDisplayModeChangeFailed( ui::MultipleDisplayState new_state) argument
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_observer.h26 virtual void WillChangeVisibilityState(ShelfVisibilityState new_state) {} argument
29 virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {} argument
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_delegate.cc20 const SearchModel::State& new_state) {
21 browser_model_->SetState(new_state);
19 ModelChanged(const SearchModel::State& old_state, const SearchModel::State& new_state) argument
H A Dsearch_model.cc34 void SearchModel::SetState(const State& new_state) { argument
39 if (state_ == new_state)
43 state_ = new_state;
H A Dinstant_page.cc84 const SearchModel::State& new_state) {
85 if (old_state.instant_support != new_state.instant_support)
86 InstantSupportDetermined(new_state.instant_support == INSTANT_SUPPORT_YES);
83 ModelChanged(const SearchModel::State& old_state, const SearchModel::State& new_state) argument
H A Dsearch_model_unittest.cc22 const SearchModel::State& new_state) OVERRIDE;
48 const SearchModel::State& new_state) {
50 actual_new_state_ = new_state;
46 ModelChanged( const SearchModel::State& old_state, const SearchModel::State& new_state) argument
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_clnt.c167 int new_state,state,skip=0; local
567 new_state=s->state;
570 s->state=new_state;
H A Dd1_srvr.c168 int new_state,state,skip=0; local
636 new_state=s->state;
639 s->state=new_state;
H A Ds23_clnt.c143 int new_state,state; local
227 new_state=s->state;
230 s->state=new_state;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamtrack.h58 virtual bool set_state(MediaStreamTrackInterface::TrackState new_state) { argument
59 bool fire_on_change = (state_ != new_state);
60 state_ = new_state;
/external/chromium_org/ui/app_list/search/
H A Dterm_break_iterator.cc38 const State new_state = GetNewState(word_[iter_->array_pos()]); local
39 const bool is_boundary = kBoundary[state_][new_state];
40 state_ = new_state;
/external/chromium_org/base/android/
H A Dapplication_status_listener.cc68 jint new_state) {
69 ApplicationState application_state = static_cast<ApplicationState>(new_state);
66 OnApplicationStateChange(JNIEnv* env, jclass clazz, jint new_state) argument
/external/chromium_org/content/child/service_worker/
H A Dweb_service_worker_impl.cc45 blink::WebServiceWorkerState new_state) {
47 CommitState(new_state);
49 queued_states_.push_back(new_state);
92 void WebServiceWorkerImpl::CommitState(blink::WebServiceWorkerState new_state) { argument
95 state_ = new_state;
44 OnStateChanged( blink::WebServiceWorkerState new_state) argument
/external/chromium_org/ui/app_list/
H A Dspeech_ui_model.cc77 SpeechRecognitionState new_state) {
78 if (state_ == new_state)
81 state_ = new_state;
91 OnSpeechRecognitionStateChanged(new_state));
76 SetSpeechRecognitionState( SpeechRecognitionState new_state) argument
H A Dspeech_ui_model_observer.h36 SpeechRecognitionState new_state) {}
35 OnSpeechRecognitionStateChanged( SpeechRecognitionState new_state) argument
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbonManager.java86 private IQ carbonsEnabledIQ(final boolean new_state) { argument
89 return "<" + (new_state? "enable" : "disable") + " xmlns='" + Carbon.NAMESPACE + "'/>";
118 * @param new_state whether carbons should be enabled or disabled
120 public void sendCarbonsEnabled(final boolean new_state) { argument
121 IQ setIQ = carbonsEnabledIQ(new_state);
127 enabled_state = new_state;
143 * @param new_state whether carbons should be enabled or disabled
147 public boolean setCarbonsEnabled(final boolean new_state) { argument
148 if (enabled_state == new_state)
151 IQ setIQ = carbonsEnabledIQ(new_state);
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc124 const SearchModel::State& new_state) {
125 if (old_state.mode != new_state.mode) {
126 const SearchMode& new_mode = new_state.mode;
139 if (old_state.instant_support != new_state.instant_support)
140 instant_.InstantSupportChanged(new_state.instant_support);
122 ModelChanged( const SearchModel::State& old_state, const SearchModel::State& new_state) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dinvalidations_message_handler.cc86 const syncer::InvalidatorState& new_state,
88 std::string state(syncer::InvalidatorStateToString(new_state));
85 OnStateChange( const syncer::InvalidatorState& new_state, const base::Time& last_changed_timestamp) argument
/external/chromium_org/components/invalidation/
H A Dinvalidation_logger.cc42 const syncer::InvalidatorState& new_state) {
44 if (new_state != last_invalidator_state_)
46 last_invalidator_state_ = new_state;
41 OnStateChange( const syncer::InvalidatorState& new_state) argument
/external/chromium_org/media/base/
H A Dfake_audio_renderer_sink.cc71 void FakeAudioRendererSink::ChangeState(State new_state) { argument
82 << kStateNames[state_] << " -> " << kStateNames[new_state];
83 state_ = new_state;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.h62 webrtc::PeerConnectionInterface::SignalingState new_state) {}
70 webrtc::PeerConnectionInterface::IceConnectionState new_state) {}
72 webrtc::PeerConnectionInterface::IceGatheringState new_state) {}
61 OnSignalingChange( webrtc::PeerConnectionInterface::SignalingState new_state) argument
69 OnIceConnectionChange( webrtc::PeerConnectionInterface::IceConnectionState new_state) argument
71 OnIceGatheringChange( webrtc::PeerConnectionInterface::IceGatheringState new_state) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.c53 i915InvalidateState(struct gl_context * ctx, GLuint new_state) argument
55 _swrast_InvalidateState(ctx, new_state);
56 _swsetup_InvalidateState(ctx, new_state);
57 _vbo_InvalidateState(ctx, new_state);
58 _tnl_InvalidateState(ctx, new_state);
59 _tnl_invalidate_vertex_state(ctx, new_state);
60 intel_context(ctx)->NewGLState |= new_state;
73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
75 if (new_state & (_NEW_LIGHT))
77 if (new_state
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_context.c76 void st_invalidate_state(struct gl_context * ctx, GLuint new_state) argument
81 if (st->clamp_frag_color_in_shader && (new_state & _NEW_FRAG_CLAMP)) {
82 new_state &= ~_NEW_FRAG_CLAMP;
87 if (st->clamp_vert_color_in_shader && (new_state & _NEW_LIGHT)) {
91 st->dirty.mesa |= new_state;
97 _vbo_InvalidateState(ctx, new_state);

Completed in 536 milliseconds

1234567