Searched refs:state (Results 1 - 25 of 5342) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_state.c31 void vg_init_state(struct vg_state *state) argument
33 state->matrix_mode = VG_MATRIX_PATH_USER_TO_SURFACE;
34 state->fill_rule = VG_EVEN_ODD;
35 state->image_quality = VG_IMAGE_QUALITY_FASTER;
36 state->rendering_quality = VG_RENDERING_QUALITY_BETTER;
37 state->blend_mode = VG_BLEND_SRC_OVER;
38 state->image_mode = VG_DRAW_IMAGE_NORMAL;
40 memset(state->scissor_rects, 0, sizeof(state->scissor_rects));
41 state
105 vg_state_matrix(struct vg_state *state) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_state.c31 void vg_init_state(struct vg_state *state) argument
33 state->matrix_mode = VG_MATRIX_PATH_USER_TO_SURFACE;
34 state->fill_rule = VG_EVEN_ODD;
35 state->image_quality = VG_IMAGE_QUALITY_FASTER;
36 state->rendering_quality = VG_RENDERING_QUALITY_BETTER;
37 state->blend_mode = VG_BLEND_SRC_OVER;
38 state->image_mode = VG_DRAW_IMAGE_NORMAL;
40 memset(state->scissor_rects, 0, sizeof(state->scissor_rects));
41 state
105 vg_state_matrix(struct vg_state *state) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_stubs.cpp36 _mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state) argument
38 (void) state;
/external/mesa3d/src/glsl/
H A Dbuiltin_stubs.cpp36 _mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state) argument
38 (void) state;
/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc174 static void InitState(State *state, const char *mangled, argument
176 state->mangled_cur = mangled;
177 state->mangled_end = mangled + StrLen(mangled);
178 state->out_cur = out;
179 state->out_begin = out;
180 state->out_end = out + out_size;
181 state->prev_name = NULL;
182 state->prev_name_length = -1;
183 state->nest_level = -1;
184 state
190 RemainingLength(State *state) argument
196 ParseChar(State *state, const char c) argument
206 ParseTwoChar(State *state, const char *two_chars) argument
218 ParseCharClass(State *state, const char *char_class) argument
239 OneOrMore(ParseFunc parse_func, State *state) argument
251 Append(State *state, const char * const str, const int length) argument
278 MaybeAppendWithLength(State *state, const char * const str, const int length) argument
297 MaybeAppend(State *state, const char * const str) argument
306 EnterNestedName(State *state) argument
312 LeaveNestedName(State *state, int prev_value) argument
318 DisableAppend(State *state) argument
324 RestoreAppend(State *state, bool prev_value) argument
330 MaybeIncreaseNestLevel(State *state) argument
337 MaybeAppendSeparator(State *state) argument
344 MaybeCancelLastSeparator(State *state) argument
354 IdentifierIsAnonymousNamespace(State *state) argument
430 ParseMangledName(State *state) argument
447 ParseEncoding(State *state) argument
464 ParseName(State *state) argument
485 ParseUnscopedName(State *state) argument
502 ParseUnscopedTemplateName(State *state) argument
508 ParseNestedName(State *state) argument
533 ParsePrefix(State *state) argument
558 ParseUnqualifiedName(State *state) argument
566 ParseSourceName(State *state) argument
580 ParseLocalSourceName(State *state) argument
591 ParseNumber(State *state) argument
615 ParseFloatNumber(State *state) argument
637 ParseSeqId(State *state) argument
658 ParseIdentifier(State *state) argument
676 ParseOperatorName(State *state) argument
739 ParseSpecialName(State *state) argument
802 ParseCallOffset(State *state) argument
820 ParseNVOffset(State *state) argument
825 ParseVOffset(State *state) argument
837 ParseCtorDtorName(State *state) argument
874 ParseType(State *state) argument
919 ParseCVQualifiers(State *state) argument
929 ParseBuiltinType(State *state) argument
948 ParseFunctionType(State *state) argument
959 ParseBareFunctionType(State *state) argument
972 ParseClassEnumType(State *state) argument
978 ParseArrayType(State *state) argument
995 ParsePointerToMemberType(State *state) argument
1007 ParseTemplateParam(State *state) argument
1026 ParseTemplateTemplateParam(State *state) argument
1032 ParseTemplateArgs(State *state) argument
1049 ParseTemplateArg(State *state) argument
1073 ParseExpression(State *state) argument
1125 ParseExprPrimary(State *state) argument
1159 ParseLocalName(State *state) argument
1177 ParseDiscriminator(State *state) argument
1189 ParseSubstitution(State *state) argument
1224 State state; local
[all...]
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_done.c20 int pmac_done(pmac_state *state, unsigned char *out, unsigned long *outlen) argument
24 LTC_ARGCHK(state != NULL);
26 if ((err = cipher_is_valid(state->cipher_idx)) != CRYPT_OK) {
30 if ((state->buflen > (int)sizeof(state->block)) || (state->buflen < 0) ||
31 (state->block_len > (int)sizeof(state->block)) || (state->buflen > state
[all...]
/external/chromium_org/third_party/zlib/
H A Dgzread.c18 state->fd, and update state->eof, state->err, and state->msg as appropriate.
21 local int gz_load(state, buf, len, have)
22 gz_statep state;
31 ret = read(state->fd, buf + *have, len - *have);
37 gz_error(state, Z_ERRNO, zstrerror());
41 state->eof = 1;
50 local int gz_avail(state)
368 gz_statep state; local
458 gz_statep state; local
486 gz_statep state; local
547 gz_statep state; local
606 gz_statep state; local
631 gz_statep state; local
[all...]
H A Dinflate.c26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
30 * - Add comments on state->bits assertion in inffast.c
95 local void fixedtables OF((struct inflate_state FAR *state));
106 struct inflate_state FAR *state; local
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
109 state = (struct inflate_state FAR *)strm->state;
110 strm->total_in = strm->total_out = state->total = 0;
113 state
135 struct inflate_state FAR *state; local
175 struct inflate_state FAR *state; local
214 struct inflate_state FAR *state; local
307 struct inflate_state state; local
362 struct inflate_state FAR *state; local
593 struct inflate_state FAR *state; local
[all...]
/external/zlib/src/
H A Dgzread.c17 state->fd, and update state->eof, state->err, and state->msg as appropriate.
20 local int gz_load(state, buf, len, have)
21 gz_statep state;
30 ret = read(state->fd, buf + *have, len - *have);
36 gz_error(state, Z_ERRNO, zstrerror());
40 state->eof = 1;
51 local int gz_avail(state)
294 gz_statep state; local
392 gz_statep state; local
427 gz_statep state; local
491 gz_statep state; local
550 gz_statep state; local
571 gz_statep state; local
[all...]
H A Dinflate.c26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
30 * - Add comments on state->bits assertion in inffast.c
95 local void fixedtables OF((struct inflate_state FAR *state));
107 struct inflate_state FAR *state; local
109 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
110 state = (struct inflate_state FAR *)strm->state;
111 strm->total_in = strm->total_out = state->total = 0;
113 if (state
132 struct inflate_state FAR *state; local
147 struct inflate_state FAR *state; local
187 struct inflate_state FAR *state; local
235 struct inflate_state FAR *state; local
328 struct inflate_state state; local
384 struct inflate_state FAR *state; local
609 struct inflate_state FAR *state; local
[all...]
H A Dgzlib.c74 /* Reset gzip file state */
75 local void gz_reset(state)
76 gz_statep state;
78 state->x.have = 0; /* no output data available */
79 if (state->mode == GZ_READ) { /* for reading ... */
80 state->eof = 0; /* not at end of file */
81 state->past = 0; /* have not read past end yet */
82 state->how = LOOK; /* look for gzip header */
84 state->seek = 0; /* no seek request pending */
85 gz_error(state, Z_O
96 gz_statep state; local
318 gz_statep state; local
342 gz_statep state; local
369 gz_statep state; local
454 gz_statep state; local
482 gz_statep state; local
514 gz_statep state; local
532 gz_statep state; local
552 gz_statep state; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump_state.h42 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state);
44 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state);
46 void trace_dump_viewport_state(const struct pipe_viewport_state *state);
48 void trace_dump_scissor_state(const struct pipe_scissor_state *state);
50 void trace_dump_clip_state(const struct pipe_clip_state *state);
54 void trace_dump_shader_state(const struct pipe_shader_state *state);
56 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state);
58 void trace_dump_blend_state(const struct pipe_blend_state *state);
60 void trace_dump_blend_color(const struct pipe_blend_color *state);
62 void trace_dump_stencil_ref(const struct pipe_stencil_ref *state);
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.h42 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state);
44 void trace_dump_poly_stipple(const struct pipe_poly_stipple *state);
46 void trace_dump_viewport_state(const struct pipe_viewport_state *state);
48 void trace_dump_scissor_state(const struct pipe_scissor_state *state);
50 void trace_dump_clip_state(const struct pipe_clip_state *state);
54 void trace_dump_shader_state(const struct pipe_shader_state *state);
56 void trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state);
58 void trace_dump_blend_state(const struct pipe_blend_state *state);
60 void trace_dump_blend_color(const struct pipe_blend_color *state);
62 void trace_dump_stencil_ref(const struct pipe_stencil_ref *state);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcst.pl9 # Compile the regular expression paser state table data into initialized C data.
27 $num_states = 1; # Always the state number for the line being compiled.
30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
31 # This prevents any state from being labelled with "pop",
32 # and resolves references to "pop" in the next state field.
55 # Does the first token end with a ":"? If so, it's the name of a state.
56 # Put in a hash, together with the current state number,
61 $state_name =~ s/://; # strip off the colon from the state name.
64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
70 # otherwise assume that a state definitio
[all...]
/external/icu4c/i18n/
H A Dregexcst.pl9 # Compile the regular expression paser state table data into initialized C data.
27 $num_states = 1; # Always the state number for the line being compiled.
30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
31 # This prevents any state from being labelled with "pop",
32 # and resolves references to "pop" in the next state field.
55 # Does the first token end with a ":"? If so, it's the name of a state.
56 # Put in a hash, together with the current state number,
61 $state_name =~ s/://; # strip off the colon from the state name.
64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
70 # otherwise assume that a state definitio
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Drbbicst.pl6 # rbbicst Compile the RBBI rule paser state table data into initialized C data.
26 $num_states = 1; # Always the state number for the line being compiled.
29 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
30 # This prevents any state from being labelled with "pop",
31 # and resolves references to "pop" in the next state field.
54 # Does the first token end with a ":"? If so, it's the name of a state.
55 # Put in a hash, together with the current state number,
60 $state_name =~ s/://; # strip off the colon from the state name.
63 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 # otherwise assume that a state definitio
[all...]
/external/icu4c/common/
H A Drbbicst.pl6 # rbbicst Compile the RBBI rule paser state table data into initialized C data.
26 $num_states = 1; # Always the state number for the line being compiled.
29 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
30 # This prevents any state from being labelled with "pop",
31 # and resolves references to "pop" in the next state field.
54 # Does the first token end with a ":"? If so, it's the name of a state.
55 # Put in a hash, together with the current state number,
60 $state_name =~ s/://; # strip off the colon from the state name.
63 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 # otherwise assume that a state definitio
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp47 void DocumentLifecycle::advanceTo(State state) argument
51 ASSERT(state > m_state || (state == Disposed && m_state == Disposed));
52 m_state = state;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Doverlay.js20 copyState: function(state) {
22 base: CodeMirror.copyState(base, state.base),
23 overlay: CodeMirror.copyState(overlay, state.overlay),
24 basePos: state.basePos, baseCur: null,
25 overlayPos: state.overlayPos, overlayCur: null
29 token: function(stream, state) {
30 if (stream.start == state.basePos) {
31 state.baseCur = base.token(stream, state.base);
32 state
[all...]
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A Dpackage-info.java1 package javax.jmdns.impl.tasks.state;
/external/chromium_org/cc/scheduler/
H A Dscheduler_state_machine_unittest.cc11 EXPECT_EQ(action, state.NextAction()) << *state.AsValue(); \
15 state.CommitState() && \
17 state.output_surface_state()) \
20 state.begin_impl_frame_state()) \
21 << *state.AsValue(); \
23 state.UpdateState(action); \
25 if (state.begin_impl_frame_state() == \
27 state.OnBeginImplFrameDeadlinePending(); \
28 if (state
[all...]
/external/chromium_org/cloud_print/service/
H A Dservice_state_unittest.cc16 ServiceState state; local
17 EXPECT_FALSE(state.IsValid());
21 ServiceState state; local
23 CollapseWhitespaceASCII(state.ToString(), true).c_str());
24 state.set_email("test@gmail.com");
25 state.set_proxy_id("proxy");
26 state.set_robot_email("robot@gmail.com");
27 state.set_robot_token("abc");
28 state.set_auth_token("token1");
29 state
39 ServiceState state; local
73 ServiceStateMock state; local
[all...]
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_tests.h8 // Macros used to create individual tests for all state and event pairs.
14 #define TEST_ALL_EVENTS_NON_METRO(state) \
15 TEST_EVENT(state, TOGGLE_FULLSCREEN) \
16 TEST_EVENT(state, TOGGLE_FULLSCREEN_CHROME) \
17 TEST_EVENT(state, TAB_FULLSCREEN_TRUE) \
18 TEST_EVENT(state, TAB_FULLSCREEN_FALSE) \
19 TEST_EVENT(state, BUBBLE_EXIT_LINK) \
20 TEST_EVENT(state, BUBBLE_ALLOW) \
21 TEST_EVENT(state, BUBBLE_DENY) \
22 TEST_EVENT(state, WINDOW_CHANG
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem)
34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
40 // copy state to and from input array
41 memcpy(tmpmem + 8, state->S_48_32, 8 * sizeof(WebRtc_Word32));
42 memcpy(state->S_48_32, tmpmem + 488, 8 * sizeof(WebRtc_Word32));
49 WebRtcSpl_DownBy2IntToShort(tmpmem, 320, out, state->S_32_16);
52 // initialize state of 48 -> 16 resampler
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) argument
55 memset(state->S_48_48, 0, 16 * sizeof(WebRtc_Word32));
56 memset(state
27 WebRtcSpl_Resample48khzTo16khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem) argument
65 WebRtcSpl_Resample16khzTo48khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State16khzTo48khz* state, WebRtc_Word32* tmpmem) argument
91 WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) argument
103 WebRtcSpl_Resample48khzTo8khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State48khzTo8khz* state, WebRtc_Word32* tmpmem) argument
135 WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) argument
148 WebRtcSpl_Resample8khzTo48khz(const WebRtc_Word16* in, WebRtc_Word16* out, WebRtcSpl_State8khzTo48khz* state, WebRtc_Word32* tmpmem) argument
180 WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) argument
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared_test.cc27 CommandBuffer::State state; local
29 shared_state_->Read(&state);
31 EXPECT_LT(state.generation, 0x80000000);
32 EXPECT_EQ(state.get_offset, 0);
33 EXPECT_EQ(state.put_offset, 0);
34 EXPECT_EQ(state.token, -1);
35 EXPECT_EQ(state.error, gpu::error::kNoError);
36 EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown);
43 CommandBuffer::State state; local
45 state
71 CommandBuffer::State state = last_state; local
[all...]

Completed in 933 milliseconds

1234567891011>>