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

  /dalvik/libcore/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...]
ElemLiteralResult.java 101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
102 java.util.Vector vnames = cstate.getVariableNames();
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [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/bluetooth/bluez/src/
sdpd-request.c 61 sdp_buf_t *sdp_get_cached_rsp(sdp_cont_state_t *cstate)
66 if (p->timestamp == cstate->timestamp)
73 sdp_cstate_list_t *cstate = malloc(sizeof(sdp_cstate_list_t)); local
77 memset((char *)cstate, 0, sizeof(sdp_cstate_list_t));
78 cstate->buf.data = data;
79 cstate->buf.data_size = buf->data_size;
80 cstate->buf.buf_size = buf->data_size;
81 cstate->timestamp = sdp_get_time();
82 cstate->next = cstates;
83 cstates = cstate;
349 sdp_cont_state_t *cstate = NULL; local
621 sdp_cont_state_t *cstate = NULL; local
771 sdp_cont_state_t *cstate = NULL; local
    [all...]
sdpd.h 69 sdp_buf_t *sdp_get_cached_rsp(sdp_cont_state_t *cstate);
  /system/core/libcutils/
config_utils.c 120 } cstate; typedef in typeref:struct:__anon13044
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/qemu/android/
config.c 135 } cstate; typedef in typeref:struct:__anon4103
138 static int _lex(cstate *cs, int value)
259 static int lex(cstate *cs, int value)
270 static int parse_expr(cstate *cs, AConfig *node);
273 parse_block(cstate *cs, AConfig *node)
291 parse_expr(cstate *cs, AConfig *node)
320 cstate cs;
  /external/bluetooth/bluez/lib/
sdp.c 3280 sdp_cstate_t *cstate = NULL; local
3445 sdp_cstate_t *cstate = NULL; local
4268 sdp_cstate_t *cstate = NULL; local
    [all...]

Completed in 1313 milliseconds