Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 2558) sorted by relevance

12345678910>>...103

/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c110 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state()
163 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state) in trace_dump_poly_stipple()
185 void trace_dump_viewport_state(const struct pipe_viewport_state *state) in trace_dump_viewport_state()
204 void trace_dump_scissor_state(const struct pipe_scissor_state *state) in trace_dump_scissor_state()
225 void trace_dump_clip_state(const struct pipe_clip_state *state) in trace_dump_clip_state()
253 void trace_dump_shader_state(const struct pipe_shader_state *state) in trace_dump_shader_state()
300 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) in trace_dump_depth_stencil_alpha_state()
351 static void trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) in trace_dump_rt_blend_state()
370 void trace_dump_blend_state(const struct pipe_blend_state *state) in trace_dump_blend_state()
401 void trace_dump_blend_color(const struct pipe_blend_color *state) in trace_dump_blend_color()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
Dtr_dump_state.c110 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state()
163 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state) in trace_dump_poly_stipple()
185 void trace_dump_viewport_state(const struct pipe_viewport_state *state) in trace_dump_viewport_state()
204 void trace_dump_scissor_state(const struct pipe_scissor_state *state) in trace_dump_scissor_state()
225 void trace_dump_clip_state(const struct pipe_clip_state *state) in trace_dump_clip_state()
253 void trace_dump_shader_state(const struct pipe_shader_state *state) in trace_dump_shader_state()
300 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) in trace_dump_depth_stencil_alpha_state()
351 static void trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) in trace_dump_rt_blend_state()
370 void trace_dump_blend_state(const struct pipe_blend_state *state) in trace_dump_blend_state()
401 void trace_dump_blend_color(const struct pipe_blend_color *state) in trace_dump_blend_color()
[all …]
/external/chromium_org/chrome/installer/util/
Dproduct_state_unittest.cc120 ProductState state; in TEST_F() local
128 ProductState state; in TEST_F() local
136 ProductState state; in TEST_F() local
145 ProductState state; in TEST_F() local
160 ProductState state; in TEST_F() local
169 ProductState state; in TEST_F() local
178 ProductState state; in TEST_F() local
188 ProductState state; in TEST_F() local
204 ProductState state; in TEST_F() local
213 ProductState state; in TEST_F() local
[all …]
/external/chromium_org/base/third_party/symbolize/
Ddemangle.cc174 static void InitState(State *state, const char *mangled, in InitState()
190 static int RemainingLength(State *state) { in RemainingLength()
196 static bool ParseChar(State *state, const char c) { in ParseChar()
206 static bool ParseTwoChar(State *state, const char *two_chars) { in ParseTwoChar()
218 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass()
239 static bool OneOrMore(ParseFunc parse_func, State *state) { in OneOrMore()
251 static void Append(State *state, const char * const str, const int length) { in Append()
278 static void MaybeAppendWithLength(State *state, const char * const str, in MaybeAppendWithLength()
297 static bool MaybeAppend(State *state, const char * const str) { in MaybeAppend()
306 static bool EnterNestedName(State *state) { in EnterNestedName()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.cpp46 void ConsoleBase::debug(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in debug()
51 void ConsoleBase::error(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in error()
56 void ConsoleBase::info(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in info()
61 void ConsoleBase::log(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in log()
66 void ConsoleBase::warn(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in warn()
71 void ConsoleBase::dir(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in dir()
76 void ConsoleBase::dirxml(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in dirxml()
81 void ConsoleBase::table(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in table()
86 void ConsoleBase::clear(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in clear()
91 void ConsoleBase::trace(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in trace()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin()
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
46 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate) in si_pm4_cmd_end()
56 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val) in si_pm4_set_reg()
88 void si_pm4_add_bo(struct si_pm4_state *state, in si_pm4_add_bo()
99 void si_pm4_sh_data_begin(struct si_pm4_state *state) in si_pm4_sh_data_begin()
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_sh_data_add()
109 void si_pm4_sh_data_end(struct si_pm4_state *state, unsigned reg) in si_pm4_sh_data_end()
129 void si_pm4_inval_shader_cache(struct si_pm4_state *state) in si_pm4_inval_shader_cache()
135 void si_pm4_inval_texture_cache(struct si_pm4_state *state) in si_pm4_inval_texture_cache()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) in si_pm4_cmd_begin()
41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
46 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate) in si_pm4_cmd_end()
56 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val) in si_pm4_set_reg()
88 void si_pm4_add_bo(struct si_pm4_state *state, in si_pm4_add_bo()
99 void si_pm4_sh_data_begin(struct si_pm4_state *state) in si_pm4_sh_data_begin()
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_sh_data_add()
109 void si_pm4_sh_data_end(struct si_pm4_state *state, unsigned reg) in si_pm4_sh_data_end()
129 void si_pm4_inval_shader_cache(struct si_pm4_state *state) in si_pm4_inval_shader_cache()
135 void si_pm4_inval_texture_cache(struct si_pm4_state *state) in si_pm4_inval_texture_cache()
[all …]
/external/webrtc/src/common_audio/signal_processing/
Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample48khzTo16khz()
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) in WebRtcSpl_ResetResample48khzTo16khz()
66 WebRtcSpl_State16khzTo48khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample16khzTo48khz()
91 void WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) in WebRtcSpl_ResetResample16khzTo48khz()
104 WebRtcSpl_State48khzTo8khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample48khzTo8khz()
135 void WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) in WebRtcSpl_ResetResample48khzTo8khz()
149 WebRtcSpl_State8khzTo48khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample8khzTo48khz()
180 void WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) in WebRtcSpl_ResetResample8khzTo48khz()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp89 static Length clipConvertToLength(StyleResolverState& state, CSSPrimitiveValue* value) in clipConvertToLength()
94 void StyleBuilderFunctions::applyInitialCSSPropertyClip(StyleResolverState& state) in applyInitialCSSPropertyClip()
100 void StyleBuilderFunctions::applyInheritCSSPropertyClip(StyleResolverState& state) in applyInheritCSSPropertyClip()
109 void StyleBuilderFunctions::applyValueCSSPropertyClip(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyClip()
129 void StyleBuilderFunctions::applyInitialCSSPropertyCursor(StyleResolverState& state) in applyInitialCSSPropertyCursor()
135 void StyleBuilderFunctions::applyInheritCSSPropertyCursor(StyleResolverState& state) in applyInheritCSSPropertyCursor()
141 void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyCursor()
168 void StyleBuilderFunctions::applyValueCSSPropertyDirection(StyleResolverState& state, CSSValue* val… in applyValueCSSPropertyDirection()
176 static inline bool isValidDisplayValue(StyleResolverState& state, EDisplay displayPropertyValue) in isValidDisplayValue()
183 void StyleBuilderFunctions::applyInheritCSSPropertyDisplay(StyleResolverState& state) in applyInheritCSSPropertyDisplay()
[all …]
/external/chromium/chrome/browser/
Dtransport_security_persister.cc25 net::TransportSecurityState* state, const FilePath& profile_path) { in Initialize()
40 std::string state; in Load() local
50 void TransportSecurityPersister::CompleteLoad(const std::string& state) { in CompleteLoad()
63 net::TransportSecurityState* state) { in StateIsDirty()
81 std::string state; in Save() local
91 void TransportSecurityPersister::CompleteSave(const std::string& state) { in CompleteSave()
/external/bison/src/
Dstate.h105 typedef struct state state; typedef
198 struct state struct
200 state_number number; argument
208 store in this member a reference to the node containing each state. */ argument
209 struct state_list *state_list; argument
227 extern state *final_state; argument
/external/chromium_org/third_party/zlib/
Dgzread.c21 local int gz_load(state, buf, len, have) in gz_load() argument
50 local int gz_avail(state) in gz_avail() argument
73 local int gz_next4(state, ret) in gz_next4() argument
104 local int gz_head(state) in gz_head() argument
233 local int gz_decomp(state) in gz_decomp() argument
304 local int gz_make(state) in gz_make() argument
330 local int gz_skip(state, len) in gz_skip() argument
368 gz_statep state; local
458 gz_statep state; local
486 gz_statep state; local
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Doverlay.js20 copyState: function(state) { argument
29 token: function(stream, state) { argument
47 indent: base.indent && function(state, textAfter) { argument
52 innerMode: function(state) { return {state: state.base, mode: base}; }, argument
54 blankLine: function(state) { argument
Dcoffeescript.js40 function tokenBase(stream, state) { argument
173 return function(stream, state) { argument
199 function longComment(stream, state) { argument
211 function indent(stream, state, type) { argument
230 function dedent(stream, state) { argument
254 function tokenLexer(stream, state) { argument
322 token: function(stream, state) { argument
334 indent: function(state) { argument
/external/expat/lib/
Dxmlrole.c93 #define setTopLevel(state) \ argument
98 #define setTopLevel(state) ((state)->handler = internalSubset) argument
128 prolog0(PROLOG_STATE *state, in prolog0()
165 prolog1(PROLOG_STATE *state, in prolog1()
196 prolog2(PROLOG_STATE *state, in prolog2()
217 doctype0(PROLOG_STATE *state, in doctype0()
235 doctype1(PROLOG_STATE *state, in doctype1()
265 doctype2(PROLOG_STATE *state, in doctype2()
282 doctype3(PROLOG_STATE *state, in doctype3()
299 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/zlib/src/
Dgzread.c20 local int gz_load(state, buf, len, have) in gz_load() argument
51 local int gz_avail(state) in gz_avail() argument
86 local int gz_look(state) in gz_look() argument
172 local int gz_decomp(state) in gz_decomp() argument
226 local int gz_fetch(state) in gz_fetch() argument
256 local int gz_skip(state, len) in gz_skip() argument
294 gz_statep state; local
392 gz_statep state; local
427 gz_statep state; local
491 gz_statep state; local
[all …]
/external/chromium_org/cc/scheduler/
Dscheduler_state_machine_unittest.cc117 StateMachine state(default_scheduler_settings); in TEST() local
138 StateMachine state(default_scheduler_settings); in TEST() local
154 StateMachine state(default_scheduler_settings); in TEST() local
164 StateMachine state(default_scheduler_settings); in TEST() local
179 StateMachine state(default_scheduler_settings); in TEST() local
212 StateMachine state(default_scheduler_settings); in TEST() local
251 StateMachine state(scheduler_settings); in TestFailedDrawsWillEventuallyForceADrawAfterTheNextCommit() local
324 StateMachine state(scheduler_settings); in TestFailedDrawsDoNotRestartForcedDraw() local
401 StateMachine state(default_scheduler_settings); in TEST() local
440 StateMachine state(default_scheduler_settings); in TEST() local
[all …]
/external/speex/libspeex/
Dspeex.c61 EXPORT void speex_encoder_destroy(void *state) in speex_encoder_destroy()
66 EXPORT void speex_decoder_destroy(void *state) in speex_decoder_destroy()
73 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits) in speex_encode_native()
78 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out) in speex_decode_native()
88 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) in speex_encode()
107 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) in speex_encode_int()
115 EXPORT int speex_decode(void *state, SpeexBits *bits, float *out) in speex_decode()
128 EXPORT int speex_decode_int(void *state, SpeexBits *bits, spx_int16_t *out) in speex_decode_int()
136 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) in speex_encode()
141 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) in speex_encode_int()
[all …]
Dspeex_callbacks.c43 EXPORT int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state) in speex_inband_handler()
75 EXPORT int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_mode_request_handler()
83 EXPORT int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_low_mode_request_handler()
91 EXPORT int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_high_mode_request_handler()
100 EXPORT int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_vbr_request_handler()
109 EXPORT int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_enh_request_handler()
118 EXPORT int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_vbr_quality_request_handler()
127 EXPORT int speex_std_char_handler(SpeexBits *bits, void *state, void *data) in speex_std_char_handler()
139 EXPORT int speex_default_user_handler(SpeexBits *bits, void *state, void *data) in speex_default_user_handler()
/external/tcpdump/missing/
Dsnprintf.c66 struct state { struct
72 int (*append_char)(struct state *, unsigned char); argument
73 int (*reserve)(struct state *, size_t); argument
79 sn_reserve (struct state *state, size_t n) in sn_reserve()
85 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
133 append_number(struct state *state, in append_number()
222 append_string (struct state *state, in append_string()
253 append_char(struct state *state, in append_char()
288 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
612 struct state state; in vsnprintf() local
/external/libpcap/missing/
Dsnprintf.c66 struct state { struct
72 int (*append_char)(struct state *, unsigned char); argument
73 int (*reserve)(struct state *, size_t); argument
79 sn_reserve (struct state *state, size_t n) in sn_reserve()
85 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
133 append_number(struct state *state, in append_number()
222 append_string (struct state *state, in append_string()
253 append_char(struct state *state, in append_char()
288 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
612 struct state state; in vsnprintf() local
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dhttp_header_util.py61 def peek(state, pos=0): argument
70 def consume(state, amount=1): argument
83 def consume_string(state, expected): argument
100 def consume_lws(state): argument
126 def consume_lwses(state): argument
133 def consume_token(state): argument
151 def consume_token_or_quoted_string(state): argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Dhttp_header_util.py61 def peek(state, pos=0): argument
70 def consume(state, amount=1): argument
83 def consume_string(state, expected): argument
100 def consume_lws(state): argument
126 def consume_lwses(state): argument
133 def consume_token(state): argument
151 def consume_token_or_quoted_string(state): argument
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c38 const struct pipe_blend_color *state) in noop_set_blend_color()
43 const struct pipe_blend_state *state) in noop_create_blend_state()
55 const struct pipe_depth_stencil_alpha_state *state) in noop_create_dsa_state()
67 const struct pipe_rasterizer_state *state) in noop_create_rs_state()
79 const struct pipe_sampler_state *state) in noop_create_sampler_state()
92 const struct pipe_sampler_view *state) in noop_create_sampler_view()
143 const struct pipe_clip_state *state) in noop_set_clip_state()
148 const struct pipe_poly_stipple *state) in noop_set_polygon_stipple()
157 const struct pipe_scissor_state *state) in noop_set_scissor_state()
162 const struct pipe_stencil_ref *state) in noop_set_stencil_ref()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_state.c38 const struct pipe_blend_color *state) in noop_set_blend_color()
43 const struct pipe_blend_state *state) in noop_create_blend_state()
55 const struct pipe_depth_stencil_alpha_state *state) in noop_create_dsa_state()
67 const struct pipe_rasterizer_state *state) in noop_create_rs_state()
79 const struct pipe_sampler_state *state) in noop_create_sampler_state()
92 const struct pipe_sampler_view *state) in noop_create_sampler_view()
143 const struct pipe_clip_state *state) in noop_set_clip_state()
148 const struct pipe_poly_stipple *state) in noop_set_polygon_stipple()
157 const struct pipe_scissor_state *state) in noop_set_scissor_state()
162 const struct pipe_stencil_ref *state) in noop_set_stencil_ref()
[all …]

12345678910>>...103