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

1 2

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemSort.java 336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
337 java.util.Vector vnames = cstate.getVariableNames();
339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize());
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize());
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize());
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize());
ElemTemplate.java 348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
349 java.util.Vector vnames = cstate.getVariableNames();
353 cstate.resetStackFrameSize();
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
364 m_frameSize = cstate.getFrameSize();
366 cstate.resetStackFrameSize();
ElemVariable.java 337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
341 java.util.Vector vnames = cstate.getVariableNames();
343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize());
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize();
356 cstate.resetStackFrameSize();
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
375 m_frameSize = cstate.getFrameSize();
376 cstate.resetStackFrameSize();
ElemElement.java 132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
133 java.util.Vector vnames = cstate.getVariableNames();
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize());
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize());
ElemCopyOf.java 88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize());
ElemNumber.java 505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
506 java.util.Vector vnames = cstate.getVariableNames();
508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize());
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize());
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize());
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize());
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize())
    [all...]
ElemTemplateElement.java 199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
200 cstate.pushStackMark();
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
209 cstate.popStackMark();
    [all...]
  /external/ppp/pppd/include/net/
slcompress.h 102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */
120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
vjcompress.h 102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used state (xmit only) */
119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 101 static int jpc_poc_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out);
102 static int jpc_poc_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
105 static int jpc_unk_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
106 static int jpc_sot_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
107 static int jpc_siz_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
108 static int jpc_cod_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
109 static int jpc_coc_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
110 static int jpc_qcd_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
111 static int jpc_qcc_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
112 static int jpc_rgn_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in)
217 jpc_cstate_t *cstate; local
    [all...]
jpc_cs.h 695 int (*getparms)(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in);
698 int (*putparms)(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out);
713 void jpc_cstate_destroy(jpc_cstate_t *cstate);
731 jpc_ms_t *jpc_getms(jas_stream_t *in, jpc_cstate_t *cstate);
734 int jpc_putms(jas_stream_t *out, jpc_cstate_t *cstate, jpc_ms_t *ms);
jpc_dec.h 660 jpc_cstate_t *cstate; member in struct:__anon20895
jpc_enc.c 314 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) {
820 enc->cstate = 0;
825 if (!(enc->cstate = jpc_cstate_create())) {
853 if (enc->cstate) {
854 jpc_cstate_destroy(enc->cstate);
921 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) {
951 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) {
968 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) {
981 if (jpc_putms(enc->out, enc->cstate, enc->mrk)) {
1037 if (jpc_putms(enc->out, enc->cstate, enc->mrk))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 122 vl_compositor_init_state(&vlsurface->cstate, pipe);
150 vl_compositor_cleanup_state(&vlsurface->cstate);
283 struct vl_compositor_state *cstate; local
301 cstate = &vlsurface->cstate;
390 vl_compositor_clear_layers(cstate);
391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false);
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL);
422 struct vl_compositor_state *cstate; local
636 struct vl_compositor_state *cstate; local
695 struct vl_compositor_state *cstate; local
    [all...]
presentation.c 69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) {
103 vl_compositor_cleanup_state(&pq->cstate);
135 vl_compositor_set_clear_color(&pq->cstate, &color);
159 vl_compositor_get_clear_color(&pq->cstate, &color);
214 struct vl_compositor_state *cstate; local
226 cstate = &pq->cstate;
253 cstate = pq->device->delayed_rendering.cstate;
254 vl_compositor_set_dst_clip(cstate, &dst_clip)
    [all...]
device.c 264 struct vl_compositor_state *cstate; local
269 cstate = dev->delayed_rendering.cstate;
270 if (!cstate)
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area);
285 dev->delayed_rendering.cstate = NULL;
301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate)
308 dev->delayed_rendering.cstate = cstate;
mixer.c 68 vl_compositor_init_state(&vmixer->cstate, dev->context);
72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc);
157 vl_compositor_cleanup_state(&vmixer->cstate);
181 vl_compositor_cleanup_state(&vmixer->cstate);
261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view,
265 vl_compositor_clear_layers(&vmixer->cstate);
292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace);
293 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rect));
304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view,
306 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect))
    [all...]
vdpau_private.h 318 struct vl_compositor_state *cstate; member in struct:__anon20053::__anon20054
333 struct vl_compositor_state cstate; member in struct:__anon20056
339 struct vl_compositor_state cstate; member in struct:__anon20057
383 struct vl_compositor_state cstate; member in struct:__anon20062
411 void vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
  /system/core/libcutils/
config_utils.c 120 } cstate; typedef in typeref:struct:__anon73201
122 static int _lex(cstate *cs, int value)
232 static int lex(cstate *cs, int value)
243 static int parse_expr(cstate *cs, cnode *node);
245 static int parse_block(cstate *cs, cnode *node)
262 static int parse_expr(cstate *cs, cnode *root)
295 cstate cs;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
sysfs_power_monitor_unittest.py 247 cstate = sysfsmon.GetCpuState()
249 cstate)
282 cstate = sysfsmon.GetCpuState()
284 cstate)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 60 struct vl_compositor_state cstate; member in struct:__anon20093
surface.c 351 struct vl_compositor_state *cstate; local
382 cstate = &context_priv->cstate;
411 vl_compositor_clear_layers(cstate);
412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer,
421 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette,
424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler,
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
436 vl_compositor_render(cstate, compositor, surf, dirty_area)
    [all...]
context.c 273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) {
294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
330 vl_compositor_cleanup_state(&context_priv->cstate);
attributes.c 113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend_unittest.py 86 cstate = {
103 cstate)

Completed in 387 milliseconds

1 2