HomeSort by relevance Sort by last modified time
    Searched defs:cstate (Results 1 - 24 of 24) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), 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();
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());
ElemTemplateElement.java 199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
200 cstate.pushStackMark();
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
209 cstate.popStackMark();
    [all...]
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());
ElemLiteralResult.java 101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
102 java.util.Vector vnames = cstate.getVariableNames();
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]
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...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) {
104 vl_compositor_cleanup_state(&pq->cstate);
137 vl_compositor_set_clear_color(&pq->cstate, &color);
161 vl_compositor_get_clear_color(&pq->cstate, &color);
217 struct vl_compositor_state *cstate; local
230 cstate = &pq->cstate;
259 vl_compositor_clear_layers(cstate);
260 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
261 vl_compositor_set_dst_clip(cstate, &dst_clip)
    [all...]
output.c 121 if (!vl_compositor_init_state(&vlsurface->cstate, pipe))
160 vl_compositor_cleanup_state(&vlsurface->cstate);
290 struct vl_compositor_state *cstate; local
308 cstate = &vlsurface->cstate;
399 vl_compositor_clear_layers(cstate);
400 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false);
401 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
402 vl_compositor_render(cstate, compositor, vlsurface->surface, &vlsurface->dirty_area, false);
431 struct vl_compositor_state *cstate; local
650 struct vl_compositor_state *cstate; local
720 struct vl_compositor_state *cstate; local
    [all...]
vdpau_private.h 359 struct vl_compositor_state cstate; member in struct:__anon30241
416 struct vl_compositor_state cstate; member in struct:__anon30249
431 struct vl_compositor_state cstate; member in struct:__anon30251
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 60 struct vl_compositor_state cstate; member in struct:__anon30257
surface.c 358 struct vl_compositor_state *cstate; local
390 cstate = &context_priv->cstate;
419 vl_compositor_clear_layers(cstate);
420 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer,
429 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette,
432 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler,
442 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
443 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
444 vl_compositor_render(cstate, compositor, surf, dirty_area, true)
    [all...]
  /external/ppp/pppd/include/net/
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 */
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 */
  /system/core/libcutils/
config_utils.cpp 119 } cstate; typedef in typeref:struct:__anon2782
121 static int _lex(cstate *cs, int value)
231 static int lex(cstate *cs, int value)
242 static int parse_expr(cstate *cs, cnode *node);
244 static int parse_block(cstate *cs, cnode *node)
261 static int parse_expr(cstate *cs, cnode *root)
294 cstate cs;
  /external/syslinux/core/lwip/src/netif/ppp/
chap.c 147 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len);
148 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len);
160 chap_state *cstate = &chap[unit]; local
162 BZERO(cstate, sizeof(*cstate));
163 cstate->unit = unit;
164 cstate->clientstate = CHAPCS_INITIAL;
165 cstate->serverstate = CHAPSS_INITIAL;
166 cstate->timeouttime = CHAP_DEFTIMEOUT;
167 cstate->max_transmits = CHAP_DEFTRANSMITS
179 chap_state *cstate = &chap[unit]; local
206 chap_state *cstate = &chap[unit]; local
230 chap_state *cstate = (chap_state *) arg; local
257 chap_state *cstate = (chap_state *) arg; local
274 chap_state *cstate = (chap_state *) arg; local
295 chap_state *cstate = &chap[unit]; local
321 chap_state *cstate = &chap[unit]; local
345 chap_state *cstate = &chap[unit]; local
365 chap_state *cstate = &chap[unit]; local
    [all...]
vj.h 105 struct cstate { struct
106 struct cstate *cs_next; /* next most recently used state (xmit only) */
134 struct cstate *last_cs; /* most recently used tstate */
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
144 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 209 struct vl_compositor_state cstate; member in struct:__anon30230
  /external/dhcpcd-6.8.2/
ipv6.c 1486 const struct ipv6_state *cstate; local
    [all...]
  /external/libpcap/
gencode.c 430 bpf_syntax_error(compiler_state_t *cstate, const char *msg)
432 bpf_error(cstate, "syntax error in filter expression: %s", msg);
438 bpf_error(compiler_state_t *cstate, const char *fmt, ...)
443 if (cstate->bpf_pcap != NULL)
444 (void)pcap_vsnprintf(pcap_geterr(cstate->bpf_pcap),
447 longjmp(cstate->top_ctx, 1);
457 static void initchunks(compiler_state_t *cstate);
458 static void *newchunk(compiler_state_t *cstate, size_t);
459 static void freechunks(compiler_state_t *cstate);
460 static inline struct block *new_block(compiler_state_t *cstate, int)
666 compiler_state_t cstate; local
    [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 269 milliseconds