HomeSort by relevance Sort by last modified time
    Searched full:end_token (Results 1 - 24 of 24) sorted by null

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptstatetracker_test.py 71 end_token = function.end_token
81 self.assertEquals('}', end_token.string)
82 self.assertEquals(5, end_token.line_number)
83 self.assertEquals(0, end_token.start_index)
94 end_token = function.end_token
104 self.assertEquals('}', end_token.string)
105 self.assertEquals(13, end_token.line_number)
106 self.assertEquals(0, end_token.start_index
    [all...]
scopeutil.py 137 if context.start_token and context.end_token:
139 context.end_token)
statetracker.py 239 end_token, contents = _GetMatchingEndBraceAndContents(brace)
241 self.jstype = typeannotation.Parse(brace, end_token,
244 self.type_end_token = end_token
313 end_token: The token that ends the doc comment.
324 self.end_token = None
422 if (token is self.end_token or
473 token = self.end_token.next
704 end_token = last_token
711 return end_token, contents
727 end_token: Last token of the function (the closing '}' token)
    [all...]
indentation.py 459 def _AllFunctionPropertyAssignTokens(self, start_token, end_token):
464 end_token: End of the token range.
467 True if all tokens between start_token and end_token are legal tokens
470 for token in tokenutil.GetTokenRange(start_token, end_token):
540 close_block = token_info.token.metadata.context.end_token
ecmametadatapass.py 52 end_token: The token where this context ends.
129 end_token: The token where this context ends.
135 self.end_token = None
272 top_context.end_token = self._token
error_fixer.py 294 end_token = token.attached_object.type_end_token
295 if end_token.type != Type.DOC_END_BRACE:
299 last_type = end_token
301 last_type = end_token.previous
tokenutil.py 451 def GetTokenRange(start_token, end_token):
456 end_token: End token in the range.
459 A list of tokens, in order, from start_token to end_token (including start
469 if token == end_token:
javascriptlintrules.py 286 function.doc.end_token, position=Position.AtBeginning())
358 function.doc.end_token, position=Position.AtBeginning())
  /external/opencv3/modules/python/src2/
hdr_parser.py 607 def parse_stmt(self, stmt, end_token):
619 if end_token == "{":
644 if end_token == "{":
685 if end_token == "}" and context == "enum":
689 if end_token == ";" and stmt.startswith("typedef"):
704 if (context == "struct" or context == "class") and end_token == ";" and stmt:
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 229 const CFX_ByteStringC& end_token,
244 if (word == end_token) {
  /external/nanopb-c/generator/google/protobuf/
text_format.py 216 end_token = '>'
219 end_token = '}'
233 while not tokenizer.TryConsume(end_token):
235 raise tokenizer.ParseErrorPreviousToken('Expected "%s".' % (end_token))
  /external/protobuf/python/google/protobuf/
text_format.py 362 end_token = '>'
365 end_token = '}'
379 while not tokenizer.TryConsume(end_token):
381 raise tokenizer.ParseErrorPreviousToken('Expected "%s".' % (end_token))
  /system/extras/ext4_utils/
make_ext4fs.c 608 char *range, *end_token = NULL; local
609 range = strtok_r(block_range, "-", &end_token);
614 range = strtok_r(NULL, "-", &end_token);
  /external/v8/src/parsing/
preparser.cc 212 void PreParser::ParseStatementList(int end_token, bool* ok,
215 // (Statement)* <end_token>
223 while (peek() != end_token) {
    [all...]
preparser.h     [all...]
parser.h 762 void* ParseStatementList(ZoneList<Statement*>* body, int end_token, bool* ok);
    [all...]
parser.cc     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 213 const CFX_ByteStringC& end_token,
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 252 private static final String END_TOKEN = ", ";
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorParser.java 131 private static final String END_TOKEN = "END";
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 120 static const UChar END_TOKEN[] = { 0x45, 0x4e, 0x44 }; // 'END'
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorParser.java 130 private static final String END_TOKEN = "END";
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 

Completed in 875 milliseconds