Searched defs:InternalState (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DInternalState.java35 * <p>The methods to create new <code>InternalState</code> instances are
39 class InternalState { class
41 // An InternalState to represent an error condition for all parsers.
42 static final InternalState INTERNAL_ERROR_STATE = new InternalState();
57 private InternalState(String name, int id) { method in class:InternalState
68 private InternalState() { method in class:InternalState
93 return String.format("InternalState: Name: %s; Id: %d", name, id);
97 * Obtain a new {@code InternalState} instance for the HTML parser.
100 * @return a new {@code InternalState} objec
[all...]
/external/deqp/modules/glshared/
H A DglsCalibration.hpp168 enum InternalState enum in class:deqp::gls::TheilSenCalibrator
179 InternalState m_state;
/external/libnfc-nxp/src/
H A DphFriNfc_NdefMap.h742 uint8_t InternalState; member in struct:phFriNfc_TopazCont

Completed in 568 milliseconds