Home
last modified time | relevance | path

Searched refs:endState (Results 1 – 10 of 10) sorted by relevance

/external/svox/pico/lib/
Dpicokfst.c343 picokfst_state_t * endState) in picokfst_kfstGetTrans() argument
352 (*endState) = 0; in picokfst_kfstGetTrans()
357 (*endState) = endStateX; in picokfst_kfstGetTrans()
388 picokfst_symid_t * outSym, picokfst_state_t * endState) in picokfst_kfstGetNextInEpsTrans() argument
397 (*endState) = 0; in picokfst_kfstGetNextInEpsTrans()
404 *endState = (picokfst_state_t)val; in picokfst_kfstGetNextInEpsTrans()
410 (*endState) = 0; in picokfst_kfstGetNextInEpsTrans()
Dpicokfst.h136 picokfst_state_t * endState);
155 picokfst_symid_t * outSym, picokfst_state_t * endState);
/external/chromium_org/ui/native_theme/
Dnative_theme_aura.cc214 State endState, in PaintScrollbarThumbStateTransition() argument
231 endState, in PaintScrollbarThumbStateTransition()
301 State endState, in PaintDualPainterTransition() argument
306 (dual_painter->fill_alphas[endState] - in PaintDualPainterTransition()
310 (dual_painter->stroke_alphas[endState] - in PaintDualPainterTransition()
Dnative_theme_aura.h57 State endState,
119 State endState,
Dnative_theme_base.h39 State endState,
140 State endState, in PaintScrollbarThumbStateTransition() argument
Dnative_theme.h232 State endState, in PaintStateTransition() argument
Dnative_theme_base.cc167 State endState, in PaintStateTransition() argument
179 canvas, startState, endState, progress, rect); in PaintStateTransition()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DAutoEscaper.java111 AutoEscapeContext.AutoEscapeState endState = autoEscapeContext.getCurrentState(); in caseStart() local
112 if (!autoEscapeContext.isPermittedStateChangeForIncludes(startState, endState)) { in caseStart()
125 + " but ends in different context " + endState, templateName); in caseStart()
/external/chromium_org/content/child/
Dwebthemeengine_impl_default.h25 blink::WebThemeEngine::State endState,
Dwebthemeengine_impl_default.cc190 WebThemeEngine::State endState, in paintStateTransition() argument
197 NativeThemeState(endState), in paintStateTransition()