HomeSort by relevance Sort by last modified time
    Searched refs:currentToken (Results 1 - 25 of 46) sorted by null

1 2

  /external/javassist/src/main/javassist/compiler/
Lex.java 30 private Token currentToken;
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;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 33 * a new object of this type with the fields "currentToken",
49 currentToken = currentTokenVal;
86 public Token currentToken;
105 * "currentToken" and "expectedTokenSequences" to generate a parse
131 Token tok = currentToken.next;
141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 33 * a new object of this type with the fields "currentToken",
49 currentToken = currentTokenVal;
86 public Token currentToken;
105 * "currentToken" and "expectedTokenSequences" to generate a parse
131 Token tok = currentToken.next;
141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 33 * a new object of this type with the fields "currentToken",
49 currentToken = currentTokenVal;
86 public Token currentToken;
105 * "currentToken" and "expectedTokenSequences" to generate a parse
131 Token tok = currentToken.next;
141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 61 * 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;
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} is set to <code>null</code>
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 410 private String currentToken;
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.charAt(i)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionParser.cpp 138 extensionToken = currentToken();
145 String parameterToken = currentToken();
148 extensionParameters.add(parameterToken, currentToken());
WebSocketExtensionParser.h 66 const String& currentToken() { return m_currentToken; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserGestureIndicator.cpp 82 return WebUserGestureToken(UserGestureIndicator::currentToken());
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 576 private String currentToken;
621 return currentToken.length() == 0;
643 currentToken = "";
647 currentToken = matcher.group();
651 currentToken = String.valueOf(text.charAt(pos));
675 if (currentToken.equals(token)) {
698 if (currentToken.length() == 0) {
702 final char c = currentToken.charAt(0);
712 for (int i = 0; i < currentToken.length(); i++) {
713 final char c = currentToken.charAt(i)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.cpp 131 m_token = s_topmostIndicator->currentToken();
163 m_token = s_topmostIndicator->currentToken();
192 return s_topmostIndicator && static_cast<GestureToken*>(s_topmostIndicator->currentToken())->hasGestures() && (s_state == DefinitelyProcessingNewUserGesture || s_state == DefinitelyProcessingUserGesture);
199 return static_cast<GestureToken*>(s_topmostIndicator->currentToken())->consumeGesture();
202 UserGestureToken* UserGestureIndicator::currentToken()
UserGestureIndicator.h 76 static UserGestureToken* currentToken();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 379 if (lexer.currentToken() != Lexer.TOKEN_END) {
398 if (lexer.currentToken() == Lexer.TOKEN_OPEN_PAREN) {
401 if (lexer.currentToken() != Lexer.TOKEN_CLOSE_PAREN) {
409 if (lexer.currentToken() != Lexer.TOKEN_AND_OR) {
420 if (lexer.currentToken() != Lexer.TOKEN_COLUMN) {
426 if (lexer.currentToken() == Lexer.TOKEN_COMPARE) {
428 if (lexer.currentToken() != Lexer.TOKEN_VALUE) {
436 if (lexer.currentToken() == Lexer.TOKEN_IS) {
438 if (lexer.currentToken() != Lexer.TOKEN_NULL) {
478 public int currentToken() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 91 m_userGestureToken = UserGestureIndicator::currentToken();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 66 m_userGestureToken = UserGestureIndicator::currentToken();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 200 milliseconds

1 2