Searched defs:nextToken (Results 1 – 10 of 10) sorted by relevance
32 int nextToken(String line, int startIndex) { in nextToken() method in LineTokenizer
125 for (Vector<String8>::const_iterator nextToken = mTokens.begin(); in findValue() local
157 for (Vector<String8>::const_iterator nextToken = mTokens.begin(); in findValue() local
149 for (std::vector<std::string>::const_iterator nextToken = mTokens.begin(); in findValue() local
173 public int nextToken() throws XmlPullParserException, IOException { in nextToken() method in XmlPullParserWrapper
301 public int nextToken() throws XmlPullParserException, IOException { in nextToken() method in LayoutParserWrapper
284 public int nextToken() throws XmlPullParserException, IOException { in nextToken() method in BridgeXmlBlockParser
162 public int nextToken() throws XmlPullParserException, IOException { in nextToken() method in BinaryXmlPullParser
291 public int nextToken() throws XmlPullParserException,IOException { in nextToken() method in XmlBlock.Parser
2770 public int nextToken() throws XmlPullParserException, IOException { in nextToken() method in ZenModeHelperTest.XmlResourceParserImpl