HomeSort by relevance Sort by last modified time
    Searched refs:COMMENT (Results 151 - 175 of 524) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 59 if type in (tokenize.COMMENT, tokenize.NL):
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 549 * as this is a blank line. If whitespace followed by comment, kill it
550 * as it's a comment on a line by itself.
580 b = a # end of line comment
587 This rule is invoked directly by nextToken when the comment is in
588 first column or when comment is on end of nonwhitespace line.
595 COMMENT
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 137 CATEGORY(COMMENT, AST)
138 CATEGORY(SEMA, COMMENT)
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 495 // Keeps track of how many levels of comment nesting
525 // starts a comment
532 // ends a comment
533 < COMMENT: ")" > : DEFAULT
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tabnanny.py 277 JUNK = tokenize.COMMENT, tokenize.NL
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 48 COMMENT(Type.SINGLE_REFERENCE),
  /external/python/cpython2/Lib/
tabnanny.py 277 JUNK = tokenize.COMMENT, tokenize.NL
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /external/python/cpython3/Lib/
tabnanny.py 280 JUNK = tokenize.COMMENT, tokenize.NL
288 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 207 // Original comment: whitespace was stripped by aapt.
342 case COMMENT:
343 return "COMMENT";
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tabnanny.py 277 JUNK = tokenize.COMMENT, tokenize.NL
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /prebuilts/gdb/linux-x86/lib/python2.7/
tabnanny.py 277 JUNK = tokenize.COMMENT, tokenize.NL
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 277 JUNK = tokenize.COMMENT, tokenize.NL
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 277 JUNK = tokenize.COMMENT, tokenize.NL
285 # (NL | COMMENT)* (INDENT | DEDENT+)?
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
blueprint.py 113 COMMENT = 15
166 """Read next non-comment non-space token."""
172 if self.token != Token.SPACE and self.token != Token.COMMENT:
336 (Token.COMMENT,
  /development/vndk/tools/sourcedr/sourcedr/
ninja.py 236 COMMENT = 1
340 (TK.COMMENT, r'#[^\n]*'),
368 (kind == TK.COMMENT)):
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 184 case 3: state = State.COMMENT; break;
    [all...]
  /external/v8/src/
assembler.h 306 // The minimum size of a comment is equal to two bytes for the extra tagged
307 // pc and kPointerSize for the actual pointer to the comment.
331 COMMENT,
402 return mode == COMMENT;
619 static const int kDataMask = (1 << CODE_TARGET_WITH_ID) | (1 << COMMENT);
634 // comment).
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 375 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
392 parser.setInput(new StringReader("<foo>ab<!-- comment! -->cd</foo>"));
400 parser.setInput(new StringReader("<foo>ab<!-- comment! -->cd</foo>"));
404 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
405 assertEquals(" comment! ", parser.getText());
497 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
    [all...]
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 94 ScanComments Mode = 1 << iota // return comments as COMMENT tokens
151 // valid //line filename:line comment
161 s.file.AddLineInfo(s.lineOffset+len(text)+1, filename, line) // +len(text)+1 since comment applies to next line
173 //-style comment
182 // comment starts at the beginning of the current line
188 /*-style comment */
202 s.error(offs, "comment not terminated")
224 // read ahead until a newline, EOF, or non-comment token is found
227 //-style comment always contains a newline
230 /*-style comment: look for newline *
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 94 ScanComments Mode = 1 << iota // return comments as COMMENT tokens
151 // valid //line filename:line comment
161 s.file.AddLineInfo(s.lineOffset+len(text)+1, filename, line) // +len(text)+1 since comment applies to next line
173 //-style comment
182 // comment starts at the beginning of the current line
188 /*-style comment */
202 s.error(offs, "comment not terminated")
224 // read ahead until a newline, EOF, or non-comment token is found
227 //-style comment always contains a newline
230 /*-style comment: look for newline *
    [all...]

Completed in 558 milliseconds

1 2 3 4 5 67 8 91011>>