HomeSort by relevance Sort by last modified time
    Searched refs:COMMENT (Results 176 - 200 of 309) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 1061 COMMENT
1274 | ('//' | '/*') => COMMENT
1333 | COMMENT
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/skia/src/core/
SkPicturePlayback.cpp 248 case COMMENT:
  /external/tinyxml2/
tinyxml2.h 121 COMMENT = NEEDS_NEWLINE_NORMALIZATION
351 /// Visit a comment node.
352 virtual bool Visit( const XMLComment& /*comment*/ ) { return true; }
421 Comment (leaf)
428 Comment (leaf)
446 virtual XMLComment* ToComment() { return 0; } ///< Safely cast to a Comment, or null.
462 Comment: the comment text
651 /** An XML Comment. */
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 596 # Look for a comment block at the top of the file.
618 comment = string.lstrip(string.expandtabs(lines[end]))
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
620 comments[:0] = [comment]
623 comment = string.lstrip(string.expandtabs(lines[end]))
668 elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL):
670 # block as well, except the pseudo-tokens COMMENT and NL.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 596 # Look for a comment block at the top of the file.
618 comment = string.lstrip(string.expandtabs(lines[end]))
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
620 comments[:0] = [comment]
623 comment = string.lstrip(string.expandtabs(lines[end]))
668 elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL):
670 # block as well, except the pseudo-tokens COMMENT and NL.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 596 # Look for a comment block at the top of the file.
618 comment = string.lstrip(string.expandtabs(lines[end]))
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
620 comments[:0] = [comment]
623 comment = string.lstrip(string.expandtabs(lines[end]))
668 elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL):
670 # block as well, except the pseudo-tokens COMMENT and NL.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 596 # Look for a comment block at the top of the file.
618 comment = string.lstrip(string.expandtabs(lines[end]))
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
620 comments[:0] = [comment]
623 comment = string.lstrip(string.expandtabs(lines[end]))
668 elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL):
670 # block as well, except the pseudo-tokens COMMENT and NL.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 136 ignore = frozenset((token.NEWLINE, tokenize.NL, token.COMMENT))
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 288 return @"1:1: Tokens options {k=1; backtrack=true; } : ( IMPORT | RETURN | CLASS | METHOD | FIELD | STAT | CALL | COMMENT | SL_COMMENT | STRING | CHAR | WS );";
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 54 public static final int COMMENT=26;
    [all...]
  /external/v8/src/heap/
spaces.cc     [all...]
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 803 milliseconds

1 2 3 4 5 6 78 91011>>