/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
D | tr_dump_state.c | 110 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/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump_state.c | 110 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/ |
D | product_state_unittest.cc | 120 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/ |
D | demangle.cc | 187 static void InitState(State *state, const char *mangled, in InitState() 203 static bool ParseOneCharToken(State *state, const char one_char_token) { in ParseOneCharToken() 214 static bool ParseTwoCharToken(State *state, const char *two_char_token) { in ParseTwoCharToken() 225 static bool ParseCharClass(State *state, const char *char_class) { in ParseCharClass() 243 static bool OneOrMore(ParseFunc parse_func, State *state) { in OneOrMore() 256 static bool ZeroOrMore(ParseFunc parse_func, State *state) { in ZeroOrMore() 265 static void Append(State *state, const char * const str, const int length) { in Append() 322 static void MaybeAppendWithLength(State *state, const char * const str, in MaybeAppendWithLength() 341 static bool MaybeAppend(State *state, const char * const str) { in MaybeAppend() 350 static bool EnterNestedName(State *state) { in EnterNestedName() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderCustom.cpp | 107 void StyleBuilder::applyProperty(CSSPropertyID id, StyleResolverState& state, CSSValue* value) in applyProperty() 128 void StyleBuilderFunctions::applyInitialCSSPropertyColor(StyleResolverState& state) in applyInitialCSSPropertyColor() 137 void StyleBuilderFunctions::applyInheritCSSPropertyColor(StyleResolverState& state) in applyInheritCSSPropertyColor() 146 void StyleBuilderFunctions::applyValueCSSPropertyColor(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyColor() 161 void StyleBuilderFunctions::applyInitialCSSPropertyJustifyItems(StyleResolverState& state) in applyInitialCSSPropertyJustifyItems() 168 void StyleBuilderFunctions::applyInheritCSSPropertyJustifyItems(StyleResolverState& state) in applyInheritCSSPropertyJustifyItems() 175 void StyleBuilderFunctions::applyValueCSSPropertyJustifyItems(StyleResolverState& state, CSSValue* … in applyValueCSSPropertyJustifyItems() 192 void StyleBuilderFunctions::applyInitialCSSPropertyCursor(StyleResolverState& state) in applyInitialCSSPropertyCursor() 198 void StyleBuilderFunctions::applyInheritCSSPropertyCursor(StyleResolverState& state) in applyInheritCSSPropertyCursor() 204 void StyleBuilderFunctions::applyValueCSSPropertyCursor(StyleResolverState& state, CSSValue* value) in applyValueCSSPropertyCursor() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pm4.c | 35 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/ |
D | radeonsi_pm4.c | 35 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/WebKit/Source/devtools/front_end/cm/ |
D | xml.js | 66 function inText(stream, state) { argument 113 function inTag(stream, state) { argument 139 var closure = function(stream, state) { argument 153 return function(stream, state) { argument 165 return function(stream, state) { argument 185 function Context(state, tagName, startOfLine) { argument 193 function popContext(state) { argument 196 function maybePopContext(state, nextTagName) { argument 211 function baseState(type, stream, state) { argument 221 function tagNameState(type, stream, state) { argument [all …]
|
D | css.js | 33 function tokenBase(stream, state) { argument 82 return function(stream, state) { argument 96 function tokenParenthesized(stream, state) { argument 113 function pushContext(state, stream, type) { argument 118 function popContext(state) { argument 123 function pass(type, stream, state) { argument 126 function popAndPass(type, stream, state, n) { argument 146 states.top = function(type, stream, state) { argument 175 states.block = function(type, stream, state) { argument 201 states.maybeprop = function(type, stream, state) { argument [all …]
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_48khz.c | 28 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/webrtc/common_audio/signal_processing/ |
D | resample_48khz.c | 28 WebRtcSpl_State48khzTo16khz* state, int32_t* tmpmem) in WebRtcSpl_Resample48khzTo16khz() 53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) in WebRtcSpl_ResetResample48khzTo16khz() 66 WebRtcSpl_State16khzTo48khz* state, int32_t* tmpmem) in WebRtcSpl_Resample16khzTo48khz() 91 void WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) in WebRtcSpl_ResetResample16khzTo48khz() 104 WebRtcSpl_State48khzTo8khz* state, int32_t* tmpmem) in WebRtcSpl_Resample48khzTo8khz() 135 void WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) in WebRtcSpl_ResetResample48khzTo8khz() 149 WebRtcSpl_State8khzTo48khz* state, int32_t* tmpmem) in WebRtcSpl_Resample8khzTo48khz() 180 void WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) in WebRtcSpl_ResetResample8khzTo48khz()
|
/external/chromium_org/cc/scheduler/ |
D | scheduler_state_machine_unittest.cc | 111 StateMachine state(default_scheduler_settings); in TEST() local 132 StateMachine state(default_scheduler_settings); in TEST() local 149 StateMachine state(default_scheduler_settings); in TEST() local 167 StateMachine state(default_scheduler_settings); in TEST() local 184 StateMachine state(scheduler_settings); in TEST() local 268 StateMachine state(scheduler_settings); in TEST() local 329 StateMachine state(default_scheduler_settings); in TEST() local 365 StateMachine state(default_scheduler_settings); in TEST() local 399 StateMachine state(default_scheduler_settings); in TEST() local 443 StateMachine state(scheduler_settings); in TestFailedDrawsEventuallyForceDrawAfterNextCommit() local [all …]
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | calculator_test.c | 95 void test_add(void **state) { in test_add() 101 void test_subtract(void **state) { in test_subtract() 107 void test_multiply(void **state) { in test_multiply() 113 void test_divide(void **state) { in test_divide() 119 void test_divide_by_zero(void **state) { in test_divide_by_zero() 125 void test_find_operator_function_by_string_null_functions(void **state) { in test_find_operator_function_by_string_null_functions() 131 void test_find_operator_function_by_string_null_string(void **state) { in test_find_operator_function_by_string_null_string() 141 void test_find_operator_function_by_string_valid_null_functions(void **state) { in test_find_operator_function_by_string_valid_null_functions() 148 void test_find_operator_function_by_string_not_found(void **state) { in test_find_operator_function_by_string_not_found() 161 void test_find_operator_function_by_string_found(void **state) { in test_find_operator_function_by_string_found() [all …]
|
/external/chromium_org/third_party/zlib/ |
D | gzread.c | 21 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/bison/src/ |
D | state.h | 105 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/libvterm/src/ |
D | state.c | 20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) in putglyph() 35 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) in updatecursor() 48 static void erase(VTermState *state, VTermRect rect, int selective) in erase() 57 VTermState *state = vterm_allocator_malloc(vt, sizeof(VTermState)); in vterm_state_new() local 73 void vterm_state_free(VTermState *state) in vterm_state_free() 80 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) in scroll() 94 static void linefeed(VTermState *state) in linefeed() 110 static void grow_combine_buffer(VTermState *state) in grow_combine_buffer() 121 static void set_col_tabstop(VTermState *state, int col) in set_col_tabstop() 127 static void clear_col_tabstop(VTermState *state, int col) in clear_col_tabstop() [all …]
|
D | pen.c | 96 static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type, VTermValue *val) in setpenattr() 109 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) in setpenattr_bool() 115 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) in setpenattr_int() 121 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) in setpenattr_col() 127 static void set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) in set_pen_col_ansi() 136 void vterm_state_resetpen(VTermState *state) in vterm_state_resetpen() 152 void vterm_state_savepen(VTermState *state, int save) in vterm_state_savepen() 172 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de… in vterm_state_get_default_colors() 178 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) in vterm_state_get_palette_color() 183 void vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermCol… in vterm_state_set_default_colors() [all …]
|
/external/chromium_org/content/public/common/ |
D | page_state.cc | 30 PageState ToPageState(const ExplodedPageState& state) { in ToPageState() 38 void RecursivelyRemovePasswordData(ExplodedFrameState* state) { in RecursivelyRemovePasswordData() 43 void RecursivelyRemoveScrollOffset(ExplodedFrameState* state) { in RecursivelyRemoveScrollOffset() 48 void RecursivelyRemoveReferrer(ExplodedFrameState* state) { in RecursivelyRemoveReferrer() 67 ExplodedPageState state; in CreateFromURL() local 80 ExplodedPageState state; in CreateForTesting() local 125 ExplodedPageState state; in GetReferencedFiles() local 133 ExplodedPageState state; in RemovePasswordData() local 143 ExplodedPageState state; in RemoveScrollOffset() local 156 ExplodedPageState state; in RemoveReferrer() local
|
/external/expat/lib/ |
D | xmlrole.c | 93 #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/chromium_org/third_party/expat/files/lib/ |
D | xmlrole.c | 93 #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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | gzread.c | 21 gz_statep state, in gz_load() 52 gz_statep state) in gz_avail() 87 gz_statep state) in gz_look() 173 gz_statep state) in gz_decomp() 227 gz_statep state) in gz_fetch() 257 gz_statep state, in gz_skip() 294 gz_statep state; in gzread() local 392 gz_statep state; in gzgetc() local 427 gz_statep state; in gzungetc() local 491 gz_statep state; in gzgets() local [all …]
|
/external/qemu/distrib/zlib-1.2.8/ |
D | gzread.c | 20 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/zlib/src/ |
D | gzread.c | 20 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/net/http/ |
D | transport_security_state_unittest.cc | 49 static void DisableStaticPins(TransportSecurityState* state) { in DisableStaticPins() 53 static void EnableStaticPins(TransportSecurityState* state) { in EnableStaticPins() 58 bool GetStaticDomainState(TransportSecurityState* state, in GetStaticDomainState() 64 void EnableHost(TransportSecurityState* state, in EnableHost() 72 TransportSecurityState state; in TEST_F() local 84 TransportSecurityState state; in TEST_F() local 96 TransportSecurityState state; in TEST_F() local 108 TransportSecurityState state; in TEST_F() local 125 TransportSecurityState state; in TEST_F() local 139 TransportSecurityState state; in TEST_F() local [all …]
|
/external/speex/libspeex/ |
D | speex.c | 61 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 …]
|