Searched defs:END (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DWbxml.java30 static public final int END = 1; field in interface:Wbxml
H A DParser.java66 public static final int END = 3; field in class:Parser
122 // The type of the last token read (eg, TEXT, OPAQUE, END, etc).
234 if (type == END) {
246 if (type != END) {
247 throw new EasParserException("No END found for tag " + name);
264 if (type == END) {
276 if (type != END) {
277 throw new EasParserException("No END found for tag " + name);
306 * Return the next tag found in the stream; special tags END and END_DOCUMENT are used to
322 // If we're at the ending tag we're looking for, return the END signa
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java40 public static int END = 2; field in class:StateView
153 if (mType == DEFAULT || mType == END) {
171 if (mType == END) {
189 if (mType == END) {
221 if (mType != END) {
239 if (mType != END) {
/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...

Completed in 103 milliseconds