HomeSort by relevance Sort by last modified time
    Searched refs:last_token (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
requireprovidesorter.py 128 last_token = tokens[-1]
129 i = last_token
243 last_token = tokenutil.GetLastTokenInSameLine(token)
245 all_tokens = self._GetTokenList(first_token, last_token)
249 def _GetTokenList(self, first_token, last_token):
250 """Gets a list of all tokens from first_token to last_token, inclusive.
254 last_token: The last token to get.
257 A list of all tokens between first_token and last_token, including both
258 first_token and last_token.
261 Exception: If the token stream ends before last_token is reached
    [all...]
tokenutil.py 87 last_token = GetLastTokenInSameLine(token)
90 while first_token != last_token:
93 tokens_in_line.append(last_token)
ecmalintrules.py 105 def _CheckLineLength(self, last_token, state):
109 last_token: The last token in the line.
113 line_number = last_token.line_number
114 token = last_token
145 if long_line_regexp.match(last_token.line):
162 'Line too long (%d characters).' % len(line), last_token)
    [all...]
statetracker.py 482 last_token = None
513 last_token = iterator
520 end_token = last_token
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 211 attr_reader :last_token
223 @last_token = nil
233 @last_token = nil
288 @last_token = token
296 @last_token = token
331 @profile.characters_matched = ( @last_token || input.tokens.last ).stop + 1 rescue 0
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 755 temp_tokens, last_token = \
758 if last_token.name == '(':
764 temp_tokens.append(last_token)
766 last_token = tokenize.Token(tokenize.SYNTAX, ';', 0, 0)
768 if last_token.name == '[':
772 temp_tokens.append(last_token)
776 temp_tokens2, last_token = \
780 if last_token.name == ';':
794 if last_token.name == '{':
796 self._AddBackToken(last_token)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 25 private Token last_token; field in class:Parser
128 this.last_token = this.lexer.peek();
863 throw new ParserException(this.last_token,
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 777 milliseconds