HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 1 - 25 of 10067) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/password_manager/core/common/
password_manager_ui.cc 11 bool IsPendingState(State state) {
12 return state == PENDING_PASSWORD_AND_BUBBLE_STATE ||
13 state == PENDING_PASSWORD_STATE;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.c 31 void vg_init_state(struct vg_state *state)
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->scissor_rects_num = 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c 31 void vg_init_state(struct vg_state *state)
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->scissor_rects_num = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_stubs.cpp 36 _mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state)
38 (void) state;
  /external/mesa3d/src/glsl/
builtin_stubs.cpp 36 _mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state)
38 (void) state;
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 143 // State needed for demangling.
154 } State;
187 static void InitState(State *state, const char *mangled,
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
1299 State state; local
    [all...]
  /external/chromium_org/third_party/zlib/
gzread.c 18 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...]
inflate.c 26 * - 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->mode = HEAD
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/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 12 EXPECT_EQ(action, state.NextAction()) << *state.AsValue(); \
16 state.begin_impl_frame_state()) \
17 << *state.AsValue(); \
19 state.UpdateState(action); \
21 if (state.begin_impl_frame_state() == \
23 state.OnBeginImplFrameDeadlinePending(); \
24 if (state.begin_impl_frame_state() == \
26 state.OnBeginImplFrameIdle(); \
47 // Exposes the protected state fields of the SchedulerStateMachine for testin
1729 StateMachine& state = *state_ptr; local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
gzread.c 17 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...]
inflate.c 26 * - 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->wrap) /* to support ill-conceived Java test suite *
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/
gzread.c 17 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...]
inflate.c 26 * - 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->wrap) /* to support ill-conceived Java test suite *
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/
tr_dump_state.h 42 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/
tr_dump_state.h 42 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/
gzread.c 17 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->strm)
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...]
fx_zlib_inflate.c 26 * - 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->wrap) /* to support ill-conceived Java test suite *
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/skia/src/core/
SkVertState.cpp 10 bool VertState::Triangles(VertState* state) {
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) {
23 const uint16_t* indices = state->fIndices;
24 int index = state->fCurrIndex
    [all...]
  /external/skia/src/core/
SkVertState.cpp 10 bool VertState::Triangles(VertState* state) {
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) {
23 const uint16_t* indices = state->fIndices;
24 int index = state->fCurrIndex
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf.cpp 74 * Purpose : Allocates memory and initializes state variables
78 Word16 Q_plsf_init(Q_plsfState **state)
82 if (state == (Q_plsfState **) NULL)
87 *state = NULL;
92 /* fprintf(stderr, "Q_plsf_init: can not malloc state structure\n"); */
97 *state = s;
106 * Purpose : Resets state memory
110 Word16 Q_plsf_reset(Q_plsfState *state)
114 if (state == (Q_plsfState *) NULL)
121 state->past_rq[i] = 0
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drmRandom.c 106 extern int drmRandomDestroy(void *state);
107 extern unsigned long drmRandom(void *state);
108 extern double drmRandomDouble(void *state);
113 RandomState *state; local
115 state = RANDOM_ALLOC(sizeof(*state));
116 if (!state) return NULL;
117 state->magic = RANDOM_MAGIC;
120 state->a = 16807;
121 state->m = 2147483647
173 void *state; local
188 RandomState *state; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
package-info.java 1 package javax.jmdns.impl.tasks.state;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageVerificationStateTest.java 32 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
35 state.isVerificationComplete());
37 state.setVerifierResponse(REQUIRED_UID, PackageManager.VERIFICATION_ALLOW);
40 state.isVerificationComplete());
43 state.isInstallAllowed());
47 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
50 state.isVerificationComplete());
52 state.setVerifierResponse(REQUIRED_UID, PackageManager.VERIFICATION_REJECT);
55 state.isVerificationComplete());
58 state.isInstallAllowed())
62 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
87 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
112 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
138 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
169 PackageVerificationState state = new PackageVerificationState(REQUIRED_UID, null); local
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
invalidator_state.cc 11 const char* InvalidatorStateToString(InvalidatorState state) {
12 switch (state) {
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 16 ServiceState state; local
17 EXPECT_FALSE(state.IsValid());
21 ServiceState state; local
23 base::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.set_xmpp_auth_token("token2")
39 ServiceState state; local
73 ServiceStateMock state; local
    [all...]

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>