OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comment_end
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/code_coverage/
croc_scan.py
20
self.
comment_end
= None
65
# Multi-line comment start - end token is
comment_end
66
in_comment = self.
comment_end
119
self.
comment_end
= None
143
self.
comment_end
= '*/'
croc_scan_test.py
23
self.assertEqual(s.
comment_end
, None)
36
s.
comment_end
= ')'
/external/chromium_org/third_party/gtk+/gtk/
compose-parse.py
488
comment_end
= line.find("*/")
variable
490
if
comment_end
>= 0:
501
line = line[
comment_end
+ 2:]
[
all
...]
/external/chromium_org/third_party/jinja2/
lexer.py
88
TOKEN_COMMENT_END = intern('
comment_end
')
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java
59
private static final String
COMMENT_END
= "-->";
[
all
...]
Completed in 265 milliseconds