Searched refs:endState (Results 1 – 10 of 10) sorted by relevance
/external/svox/pico/lib/ |
D | picokfst.c | 343 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()
|
D | picokfst.h | 136 picokfst_state_t * endState); 155 picokfst_symid_t * outSym, picokfst_state_t * endState);
|
/external/chromium_org/ui/native_theme/ |
D | native_theme_aura.cc | 214 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()
|
D | native_theme_aura.h | 57 State endState, 119 State endState,
|
D | native_theme_base.h | 39 State endState, 140 State endState, in PaintScrollbarThumbStateTransition() argument
|
D | native_theme.h | 232 State endState, in PaintStateTransition() argument
|
D | native_theme_base.cc | 167 State endState, in PaintStateTransition() argument 179 canvas, startState, endState, progress, rect); in PaintStateTransition()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | AutoEscaper.java | 111 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/ |
D | webthemeengine_impl_default.h | 25 blink::WebThemeEngine::State endState,
|
D | webthemeengine_impl_default.cc | 190 WebThemeEngine::State endState, in paintStateTransition() argument 197 NativeThemeState(endState), in paintStateTransition()
|