Searched refs:currentToken (Results 1 - 15 of 15) sorted by relevance

/external/javassist/src/main/javassist/compiler/
H A DLex.java30 private Token currentToken; field in class:Lex
42 currentToken = new Token();
53 return get(currentToken);
56 currentToken = t = lookAheadTokens;
72 lookAheadTokens = tk = currentToken; // reuse an object!
84 currentToken = tk;
89 return currentToken.textValue;
93 return currentToken.longValue;
97 return currentToken.doubleValue;
/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java61 * This is the header value that includes {@link #currentToken}.
67 * The token to be returned by the next call to {@link #currentToken}.
70 protected String currentToken; field in class:BasicTokenIterator
73 * The position after {@link #currentToken} in {@link #currentHeader}.
97 return (this.currentToken != null);
112 if (this.currentToken == null) {
116 final String result = this.currentToken;
117 // updates currentToken, may trigger ParseException:
154 * If found, the token is stored in {@link #currentToken}.
158 * If not found, {@link #currentToken} i
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java410 private String currentToken; field in class:TextFormat.Tokenizer
455 return currentToken.length() == 0;
477 currentToken = "";
481 currentToken = matcher.group();
485 currentToken = String.valueOf(text.charAt(pos));
509 if (currentToken.equals(token)) {
532 if (currentToken.length() == 0) {
536 final char c = currentToken.charAt(0);
546 for (int i = 0; i < currentToken.length(); i++) {
547 final char c = currentToken
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DLiteralParser.cpp307 TokenType lastToken = m_lexer.currentToken().type;
323 if (m_lexer.currentToken().type == TokComma)
326 if (m_lexer.currentToken().type != TokRBracket)
341 Lexer::LiteralParserToken identifierToken = m_lexer.currentToken();
363 Lexer::LiteralParserToken identifierToken = m_lexer.currentToken();
378 if (m_lexer.currentToken().type == TokComma)
380 if (m_lexer.currentToken().type != TokRBrace)
389 switch (m_lexer.currentToken().type) {
395 Lexer::LiteralParserToken stringToken = m_lexer.currentToken();
401 Lexer::LiteralParserToken numberToken = m_lexer.currentToken();
[all...]
H A DLiteralParser.h49 if (m_lexer.currentToken().type != TokEnd)
85 const LiteralParserToken& currentToken() function in class:JSC::LiteralParser::Lexer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 147 milliseconds