Searched refs:new_state (Results 151 - 175 of 335) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.h144 extern void _tnl_invalidate_vertex_state( struct gl_context *ctx, GLuint new_state );
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc552 SpeechRecognitionState new_state) {
556 bool will_appear = (new_state == SPEECH_RECOGNITION_RECOGNIZING ||
557 new_state == SPEECH_RECOGNITION_IN_SPEECH ||
558 new_state == SPEECH_RECOGNITION_NETWORK_ERROR);
551 OnSpeechRecognitionStateChanged( SpeechRecognitionState new_state) argument
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc152 ui::PlatformWindowState new_state) {
151 OnWindowStateChanged( ui::PlatformWindowState new_state) argument
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.h62 // |new_state|.
64 CustomButton::ButtonState new_state);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp47 thread_state_t new_state,
64 thread_state_t new_state,
92 thread_state_t new_state,
121 thread_state_t new_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
/external/mesa3d/src/mesa/main/
H A Dlight.h97 extern void _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.h144 extern void _tnl_invalidate_vertex_state( struct gl_context *ctx, GLuint new_state );
/external/chromium_org/v8/src/ic/
H A Dic.cc93 State new_state = new_target->ic_state(); local
94 TraceIC(type, name, state(), new_state);
100 State new_state) {
126 TransitionMarkFromState(new_state), modifier);
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
361 if (new_state == UNINITIALIZED || new_state == PREMONOMORPHIC) break;
362 if (new_state
99 TraceIC(const char* type, Handle<Object> name, State old_state, State new_state) argument
392 OnTypeFeedbackChanged(Isolate* isolate, Address address, State old_state, State new_state, bool target_remains_ic_stub) argument
429 State new_state = UNINITIALIZED; local
1917 IC::State new_state = FeedbackToState(vector, slot); local
1918 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
1947 IC::State new_state = FeedbackToState(vector, slot); local
1948 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
1992 IC::State new_state = FeedbackToState(vector, slot); local
1993 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
[all...]
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc173 wm::WindowStateType new_state = local
175 UpdateWindow(window_state, new_state, true);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.h234 PlanActivationState new_state,
248 PlanActivationState new_state,
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_track_metrics.cc229 PeerConnectionInterface::IceConnectionState new_state) {
231 ice_state_ = new_state;
228 IceConnectionChange( PeerConnectionInterface::IceConnectionState new_state) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.h153 virtual void OnIceConnectionChange(IceConnectionState new_state);
154 virtual void OnIceGatheringChange(IceGatheringState new_state);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c274 enum setup_state new_state,
279 if (old_state == new_state)
286 states[new_state],
287 (new_state == SETUP_FLUSHED) ? ": " : "",
288 (new_state == SETUP_FLUSHED) ? reason : "");
290 if (new_state == SETUP_FLUSHED && setup->scene)
299 switch (new_state) {
322 setup->state = new_state;
273 set_scene_state( struct lp_setup_context *setup, enum setup_state new_state, const char *reason) argument
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_rate_control.cc323 void RemoteRateControl::ChangeState(RateControlState new_state) { argument
325 rate_control_state_ = new_state;
/external/fio/
H A Dlibfio.c177 int td_bump_runstate(struct thread_data *td, int new_state) argument
181 td_set_runstate(td, new_state);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1623 UDRV_API void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE new_state) argument
1630 if (new_state == UPIO_ON || new_state == UPIO_OFF)
1634 ALOGD("%s: ioctl, state=%d", __func__, new_state);
1635 ret = ioctl(linux_cb.sock_power_control, BCMNFC_WAKE_CTL, new_state);
1636 if (isWake(new_state) && nfc_wake_delay > 0 && new_state != current_nfc_wake_state)
1641 current_nfc_wake_state = new_state;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c274 enum setup_state new_state,
279 if (old_state == new_state)
286 states[new_state],
287 (new_state == SETUP_FLUSHED) ? ": " : "",
288 (new_state == SETUP_FLUSHED) ? reason : "");
290 if (new_state == SETUP_FLUSHED && setup->scene)
299 switch (new_state) {
322 setup->state = new_state;
273 set_scene_state( struct lp_setup_context *setup, enum setup_state new_state, const char *reason) argument
/external/chromium_org/third_party/jinja2/
H A Dlexer.py620 for regex, tokens, new_state in statetokens:
696 if new_state is not None:
698 if new_state == '#pop':
701 elif new_state == '#bygroup':
713 stack.append(new_state)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast.c611 update_state( struct gl_context *ctx, GLuint new_state )
614 _swrast_InvalidateState( ctx, new_state );
615 _swsetup_InvalidateState( ctx, new_state );
616 _vbo_InvalidateState( ctx, new_state );
617 _tnl_InvalidateState( ctx, new_state );
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.c499 intelInvalidateState(struct gl_context * ctx, GLuint new_state) argument
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );

Completed in 864 milliseconds

1234567891011>>