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

1234567891011>>

/external/chromium_org/components/password_manager/core/common/
H A Dpassword_manager_ui.cc12 bool IsPendingState(State state) { argument
13 return state == PENDING_PASSWORD_AND_BUBBLE_STATE ||
14 state == PENDING_PASSWORD_STATE;
17 bool IsAutomaticDisplayState(State state) { argument
18 return state == PENDING_PASSWORD_AND_BUBBLE_STATE ||
19 state == CONFIRMATION_STATE;
22 State GetEndStateForAutomaticState(State state) { argument
23 DCHECK(IsAutomaticDisplayState(state));
24 switch (state) {
/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.cc187 static void InitState(State *state, const char *mangled, argument
189 state->mangled_cur = mangled;
190 state->out_cur = out;
191 state->out_begin = out;
192 state->out_end = out + out_size;
193 state->prev_name = NULL;
194 state->prev_name_length = -1;
195 state->nest_level = -1;
196 state->append = true;
197 state
203 ParseOneCharToken(State *state, const char one_char_token) argument
214 ParseTwoCharToken(State *state, const char *two_char_token) argument
225 ParseCharClass(State *state, const char *char_class) argument
243 OneOrMore(ParseFunc parse_func, State *state) argument
256 ZeroOrMore(ParseFunc parse_func, State *state) argument
265 Append(State *state, const char * const str, const int length) argument
322 MaybeAppendWithLength(State *state, const char * const str, const int length) argument
341 MaybeAppend(State *state, const char * const str) argument
350 EnterNestedName(State *state) argument
356 LeaveNestedName(State *state, short prev_value) argument
362 DisableAppend(State *state) argument
368 RestoreAppend(State *state, bool prev_value) argument
374 MaybeIncreaseNestLevel(State *state) argument
381 MaybeAppendSeparator(State *state) argument
388 MaybeCancelLastSeparator(State *state) argument
398 IdentifierIsAnonymousNamespace(State *state, int length) argument
474 ParseMangledName(State *state) argument
481 ParseEncoding(State *state) argument
498 ParseName(State *state) argument
519 ParseUnscopedName(State *state) argument
536 ParseUnscopedTemplateName(State *state) argument
542 ParseNestedName(State *state) argument
567 ParsePrefix(State *state) argument
592 ParseUnqualifiedName(State *state) argument
600 ParseSourceName(State *state) argument
615 ParseLocalSourceName(State *state) argument
628 ParseNumber(State *state, int *number_out) argument
654 ParseFloatNumber(State *state) argument
670 ParseSeqId(State *state) argument
685 ParseIdentifier(State *state, int length) argument
702 ParseOperatorName(State *state) argument
765 ParseSpecialName(State *state) argument
828 ParseCallOffset(State *state) argument
846 ParseNVOffset(State *state) argument
851 ParseVOffset(State *state) argument
863 ParseCtorDtorName(State *state) argument
906 ParseType(State *state) argument
962 ParseCVQualifiers(State *state) argument
972 ParseBuiltinType(State *state) argument
991 ParseFunctionType(State *state) argument
1003 ParseBareFunctionType(State *state) argument
1016 ParseClassEnumType(State *state) argument
1022 ParseArrayType(State *state) argument
1039 ParsePointerToMemberType(State *state) argument
1051 ParseTemplateParam(State *state) argument
1070 ParseTemplateTemplateParam(State *state) argument
1076 ParseTemplateArgs(State *state) argument
1094 ParseTemplateArg(State *state) argument
1126 ParseExpression(State *state) argument
1178 ParseExprPrimary(State *state) argument
1212 ParseLocalName(State *state) argument
1230 ParseDiscriminator(State *state) argument
1242 ParseSubstitution(State *state) argument
1277 ParseTopLevelMangledName(State *state) argument
1299 State state; local
[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...]
/external/chromium_org/cc/scheduler/
H A Dscheduler_state_machine_unittest.cc13 EXPECT_EQ(action, state.NextAction()) << state.AsValue()->ToString(); \
17 state.begin_impl_frame_state()) \
18 << state.AsValue()->ToString(); \
20 state.UpdateState(action); \
22 if (state.begin_impl_frame_state() == \
24 state.OnBeginImplFrameDeadlinePending(); \
25 if (state.begin_impl_frame_state() == \
27 state.OnBeginImplFrameIdle(); \
48 // Exposes the protected state field
1729 StateMachine& state = *state_ptr; local
[all...]
/external/qemu/distrib/zlib-1.2.8/
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...]
/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...]
/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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzread.c17 state->fd, and update state->eof, state->err, and state->msg as appropriate.
21 gz_statep state,
30 ret = read(state->fd, buf + *have, len - *have);
36 gz_error(state, Z_ERRNO, zstrerror());
40 state->eof = 1;
52 gz_statep state)
55 z_streamp strm = &(state
20 gz_load( gz_statep state, unsigned char *buf, unsigned len, unsigned *have) argument
51 gz_avail( gz_statep state) argument
86 gz_look( gz_statep state) argument
172 gz_decomp( gz_statep state) argument
226 gz_fetch( gz_statep state) argument
256 gz_skip( gz_statep state, z_off64_t len) argument
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 Dfx_zlib_inflate.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
261 fixedtables( struct inflate_state FAR *state) argument
328 struct inflate_state state; local
384 struct inflate_state FAR *state; local
609 struct inflate_state FAR *state; local
[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/icu/icu4c/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/chromium_org/third_party/skia/src/core/
H A DSkVertState.cpp10 bool VertState::Triangles(VertState* state) { argument
11 int index = state->fCurrIndex;
12 if (index + 3 > state->fCount) {
15 state->f0 = index + 0;
16 state->f1 = index + 1;
17 state->f2 = index + 2;
18 state->fCurrIndex = index + 3;
22 bool VertState::TrianglesX(VertState* state) { argument
23 const uint16_t* indices = state->fIndices;
24 int index = state
35 TriangleStrip(VertState* state) argument
52 TriangleStripX(VertState* state) argument
70 TriangleFan(VertState* state) argument
82 TriangleFanX(VertState* state) argument
[all...]
/external/skia/src/core/
H A DSkVertState.cpp10 bool VertState::Triangles(VertState* state) { argument
11 int index = state->fCurrIndex;
12 if (index + 3 > state->fCount) {
15 state->f0 = index + 0;
16 state->f1 = index + 1;
17 state->f2 = index + 2;
18 state->fCurrIndex = index + 3;
22 bool VertState::TrianglesX(VertState* state) { argument
23 const uint16_t* indices = state->fIndices;
24 int index = state
35 TriangleStrip(VertState* state) argument
52 TriangleStripX(VertState* state) argument
70 TriangleFan(VertState* state) argument
82 TriangleFanX(VertState* state) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp76 bool DocumentLifecycle::canAdvanceTo(State state) const
78 if (state > m_state)
83 return state == Disposed;
87 if (state == InStyleRecalc)
90 if (state == InPreLayout)
92 if (state == InPerformLayout)
94 // We can redundant arrive in the style clean state.
95 if (state == StyleClean)
100 if (state == InStyleRecalc)
102 if (state
166 advanceTo(State state) argument
172 ensureStateAtMost(State state) argument
[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/icu/icu4c/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/jmdns/src/javax/jmdns/impl/tasks/state/
H A Dpackage-info.java1 package javax.jmdns.impl.tasks.state;
/external/libvterm/src/
H A Dpen.c96 static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type, VTermValue *val) argument
105 if(state->callbacks && state->callbacks->setpenattr)
106 (*state->callbacks->setpenattr)(attr, val, state->cbdata);
109 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) argument
112 setpenattr(state, attr, VTERM_VALUETYPE_BOOL, &val);
115 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) argument
118 setpenattr(state, attr, VTERM_VALUETYPE_INT, &val);
121 static void setpenattr_col(VTermState *state, VTermAtt argument
127 set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) argument
136 vterm_state_resetpen(VTermState *state) argument
152 vterm_state_savepen(VTermState *state, int save) argument
172 vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *default_bg) argument
178 vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) argument
183 vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *default_bg) argument
189 vterm_state_set_bold_highbright(VTermState *state, int bold_is_highbright) argument
194 vterm_state_setpen(VTermState *state, const long args[], int argcount) argument
356 vterm_state_getpen(VTermState *state, long args[], int argcount) argument
407 vterm_state_get_penattr(const VTermState *state, VTermAttr attr, VTermValue *val) argument
[all...]

Completed in 591 milliseconds

1234567891011>>