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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.cpp 61 WebThemeControlDRTWin::State cstate)
63 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
70 WebThemeControlDRTWin::State cstate,
75 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
81 WebThemeControlDRTWin::State cstate,
85 WebThemeControlDRTWin control(canvas, webRectToSkIRect(barRect), ctype, cstate);
98 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
105 cstate = WebThemeControlDRTWin::NormalState;
111 cstate = WebThemeControlDRTWin::HotState;
117 cstate = WebThemeControlDRTWin::PressedState
285 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
327 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
465 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
530 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
593 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
654 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
705 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; local
754 WebThemeControlDRTWin::State cstate = determinate ? WebThemeControlDRTWin::NormalState local
    [all...]
WebThemeControlDRTWin.cpp 98 State cstate)
102 , m_state(cstate)
110 , m_bgColor(bgColors[cstate])
  /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...]
ElemLiteralResult.java 101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
102 java.util.Vector vnames = cstate.getVariableNames();
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]
  /external/libppp/src/
slcompress.h 112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */
131 struct cstate *last_cs; /* most recently used tstate */
135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */
136 struct cstate rstate[MAX_VJ_STATES]; /* receive connection states */
slcompress.c 87 register struct cstate *tstate = comp->tstate;
163 register struct cstate *cs = comp->last_cs->cs_next;
212 register struct cstate *lcs;
213 register struct cstate *lastcs = comp->last_cs;
226 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet
436 register struct cstate *cs;
  /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 */
  /system/core/libcutils/
config_utils.c 120 } cstate; typedef in typeref:struct:__anon43936
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 136 } cstate; typedef in typeref:struct:__anon13017
139 static int _lex(cstate *cs, int value)
260 static int lex(cstate *cs, int value)
271 static int parse_expr(cstate *cs, AConfig *node);
274 parse_block(cstate *cs, AConfig *node)
292 parse_expr(cstate *cs, AConfig *node)
321 cstate cs;
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 3226 milliseconds