Home
last modified time | relevance | path

Searched defs:currentState (Results 1 – 11 of 11) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
DGenericParser.java43 protected InternalState currentState; field in GenericParser
225 protected InternalState handleEnterState(InternalState currentState, in handleEnterState()
242 protected InternalState handleExitState(InternalState currentState, in handleExitState()
257 protected InternalState handleInState(InternalState currentState, in handleInState()
DJavascriptParserImpl.java106 protected InternalState handleEnterState(InternalState currentState, in handleEnterState()
119 protected InternalState handleExitState(InternalState currentState, in handleExitState()
127 protected InternalState handleInState(InternalState currentState, in handleInState()
DHtmlParserImpl.java420 protected InternalState handleEnterState(InternalState currentState, in handleEnterState()
443 protected InternalState handleExitState(InternalState currentState, in handleExitState()
462 protected InternalState handleInState(InternalState currentState, in handleInState()
/external/icu/icu4c/source/layout/
DStateTableProcessor.cpp49 ByteOffset currentState = stateArrayOffset; in process() local
DStateTableProcessor2.cpp59 le_uint16 currentState = 0; in process() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowVideoView.java28 private int currentState = -1; field in ShadowVideoView
/external/icu/icu4c/source/common/
Ducnv_ct.c341 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
469 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
/external/chromium_org/third_party/icu/source/common/
Ducnv_ct.c341 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
469 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModuleSource.js842 currentState: function() method in Resource
1432 currentState: function() method in WebGLTextureResource
1583 currentState: function() method in WebGLProgramResource
1808 currentState: function() method in WebGLShaderResource
1940 currentState: function() method in WebGLBufferResource
2038 currentState: function() method in WebGLFramebufferResource
2107 currentState: function() method in WebGLRenderbufferResource
2192 currentState: function() method in WebGLUniformLocationResource
2574 currentState: function() method in WebGLRenderingContextResource
3208 currentState: function() method in CanvasRenderingContext2DResource
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp137 State *currentState; member in __anone017b9cb0311::DFA
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java222 private TransactionState currentState; field in SIPTransaction