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

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 22 COMMENT '# NL' (2, 4) (2, 8)
28 COMMENT '# NEWLINE' (3, 17) (3, 26)
65 >>> roundtrip("# This is a comment\\n# This also")
82 ... " # A comment by itself.\\n"
83 ... " print x # Comment here, too.\\n"
84 ... " # Another comment.\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
94 ... " # A comment with weird indent\\n"
104 ... "except ImportError: # comment\\n"
484 ... "# This is a comment\\\\n"
    [all...]
  /external/cn-cbor/
CMakeLists.txt 132 COMMENT "Generating API documentation with Doxygen"
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java 39 public static final int COMMENT = 9;
180 types are ELEMENT, TEXT, COMMENT, and PROCESSING_INSTRUCTION */
343 case COMMENT:
344 writer.comment((String) child);
  /external/python/cpython3/Tools/scripts/
highlight.py 35 tok_type = tokenize.COMMENT
41 if tok_type == tokenize.COMMENT:
42 kind = 'comment'
78 'comment': ('\033[0;31m', '\033[0m'),
112 '.comment': '{color: crimson;}',
150 'comment': r'{\color{red}#1}',
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 22 COMMENT '# NL' (2, 4) (2, 8)
28 COMMENT '# NEWLINE' (3, 17) (3, 26)
65 >>> roundtrip("# This is a comment\\n# This also")
82 ... " # A comment by itself.\\n"
83 ... " print x # Comment here, too.\\n"
84 ... " # Another comment.\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
94 ... " # A comment with weird indent\\n"
104 ... "except ImportError: # comment\\n"
509 ... "# This is a comment\\\\n
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 22 COMMENT '# NL' (2, 4) (2, 8)
28 COMMENT '# NEWLINE' (3, 17) (3, 26)
65 >>> roundtrip("# This is a comment\\n# This also")
82 ... " # A comment by itself.\\n"
83 ... " print x # Comment here, too.\\n"
84 ... " # Another comment.\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
94 ... " # A comment with weird indent\\n"
104 ... "except ImportError: # comment\\n"
509 ... "# This is a comment\\\\n
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 22 COMMENT '# NL' (2, 4) (2, 8)
28 COMMENT '# NEWLINE' (3, 17) (3, 26)
65 >>> roundtrip("# This is a comment\\n# This also")
82 ... " # A comment by itself.\\n"
83 ... " print x # Comment here, too.\\n"
84 ... " # Another comment.\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
94 ... " # A comment with weird indent\\n"
104 ... "except ImportError: # comment\\n"
509 ... "# This is a comment\\\\n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 22 COMMENT '# NL' (2, 4) (2, 8)
28 COMMENT '# NEWLINE' (3, 17) (3, 26)
65 >>> roundtrip("# This is a comment\\n# This also")
82 ... " # A comment by itself.\\n"
83 ... " print x # Comment here, too.\\n"
84 ... " # Another comment.\\n"
93 >>> roundtrip("class Test: # A comment here\\n"
94 ... " # A comment with weird indent\\n"
104 ... "except ImportError: # comment\\n"
509 ... "# This is a comment\\\\n
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /external/python/cpython2/Lib/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 12 COMMENT = "COMMENT"
137 def comment(self, s): member in class:PullDOM
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
driver.py 59 if type in (tokenize.COMMENT, tokenize.NL):
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 200 COMMENT,
208 return isWhitespace() || this == COMMENT;
220 return this == COMMENT;
TokenTypes.java 94 return JavaToken.Category.COMMENT;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 18 that it produces COMMENT tokens for comments and gives type OP for all
53 Comment = r'#[^\r\n]*'
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
102 PseudoExtras = group(r'\\\r?\n', Comment, Triple)
411 yield (COMMENT, comment_token,
416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
453 yield (COMMENT, token, spos, epos, line)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
checkappend.py 114 JUNK=(tokenize.COMMENT, tokenize.NL),
  /external/python/cpython2/Tools/scripts/
checkappend.py 114 JUNK=(tokenize.COMMENT, tokenize.NL),

Completed in 5447 milliseconds

1 2 3 45 6 7 8 91011>>