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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTokenType.java 45 * An HTML bogus comment, XML Prologue, or XML processing instruction like
49 /** An HTML or XML style comment, <tt>&lt;!-- for example --></tt>. */
50 COMMENT,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/
pyprotobuf.g 31 COMMENT
protobuf_lexer.g 54 COMMENT
  /external/nanopb-c/tests/encode_unittests/
encode_unittests.c 57 COMMENT("Test pb_write and pb_ostream_t");
68 COMMENT("Test pb_write with custom callback");
78 COMMENT("Test pb_encode_varint")
91 COMMENT("Test pb_encode_tag")
101 COMMENT("Test pb_encode_tag_for_field")
118 COMMENT("Test pb_encode_string")
134 COMMENT("Test pb_enc_varint and pb_enc_svarint")
152 COMMENT("Test pb_enc_fixed32 using float")
160 COMMENT("Test pb_enc_fixed64 using double")
174 COMMENT("Test pb_enc_bytes"
    [all...]
  /external/nanopb-c/tests/common/
unittests.h 3 #define COMMENT(x) printf("\n----" x "----\n");
  /external/selinux/libsepol/cil/src/
cil_lexer.h 39 #define COMMENT 5
  /frameworks/data-binding/compilerCommon/
XMLParser.g4 39 ((element | reference | CDATA | PI | COMMENT) chardata?)* ;
54 misc : COMMENT | PI | SEA_WS ;
XMLLexer.g4 33 COMMENT : '<!--' .*? '-->' ;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 28 int COMMENT = 20;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 23 int COMMENT = 8;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 25 int COMMENT = 38;
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 28 int COMMENT = 20;
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 23 int COMMENT = 8;
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 25 int COMMENT = 38;
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 49 COMMENT("Test pb_read and pb_istream_t");
63 COMMENT("Test pb_read with custom callback");
78 COMMENT("Test pb_decode_varint");
92 COMMENT("Test pb_skip_varint");
102 COMMENT("Test pb_skip_string")
113 COMMENT("Test pb_dec_varint using uint32_t")
127 COMMENT("Test pb_dec_svarint using int32_t")
139 COMMENT("Test pb_dec_svarint using uint64_t")
151 COMMENT("Test pb_dec_fixed32 using float (failures here may be caused by imperfect rounding)")
163 COMMENT("Test pb_dec_fixed64 using double (failures here may be caused by imperfect rounding)"
    [all...]
  /external/clang/lib/AST/
Comment.cpp 1 //===--- Comment.cpp - Comment AST node implementation --------------------===//
11 #include "clang/AST/Comment.h"
22 const char *Comment::getCommentKindName() const {
25 #define ABSTRACT_COMMENT(COMMENT)
26 #define COMMENT(CLASS, PARENT) \
30 #undef COMMENT
33 llvm_unreachable("Unknown comment kind!");
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
47 Comment::child_iterator (Comment::*)() const)
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
112 "/*" { yy_push_state(COMMENT, yyscanner); }
113 <COMMENT>[^*\n]*
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
115 <COMMENT>"*"+[^*/\n]*
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
117 <COMMENT>"*"+"/" {
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascripttokens.py 32 COMMENT = 'comment'
55 DOC_PREFIX = 'comment prefix: * '
69 START_SINGLE_LINE_COMMENT, COMMENT,
77 DOC_INLINE_FLAG, COMMENT, DOC_START_BRACE, DOC_END_BRACE,
138 """Tests if this token is any part of a comment.
141 True if this token is any part of a comment.
146 """Tests if this token is code, as opposed to a comment or whitespace."""
javascripttokenizer.py 87 # Comment text is anything that we are not going to parse into another special
120 (?!\*) # not the start of a comment
271 # Star followed by non-slash, i.e a star that does not end a comment.
276 # Find the end of the comment.
297 Matcher(DOC_COMMENT_TYPE_TEXT, Type.COMMENT),
304 JavaScriptModes.DOC_COMMENT_MODE: Type.COMMENT,
305 JavaScriptModes.DOC_COMMENT_LEX_SPACES_MODE: Type.COMMENT
330 # /regex with 'string'/, /* comment with /regex/ and string */ (and
396 # First we check for exiting a block comment.
400 # Match non-comment-ending text.
    [all...]
  /external/opencv3/3rdparty/zlib/
inflate.h 28 COMMENT, /* i: waiting for end of comment (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/pdfium/third_party/zlib_v128/
inflate.h 28 COMMENT, /* i: waiting for end of comment (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/zlib/src/
inflate.h 28 COMMENT, /* i: waiting for end of comment (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParser.java 13 DTD=3, Name=16, EQUALS=14, PI=18, S=17, SLASH_CLOSE=12, TEXT=9, COMMENT=1,
16 "<INVALID>", "COMMENT", "CDATA", "DTD", "EntityRef", "CharRef", "SEA_WS",
95 while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << COMMENT) | (1L << SEA_WS) | (1L << PI))) != 0)) {
109 while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << COMMENT) | (1L << SEA_WS) | (1L << PI))) != 0)) {
208 public TerminalNode COMMENT(int i) {
209 return getToken(XMLParser.COMMENT, i);
217 public List<? extends TerminalNode> COMMENT() { return getTokens(XMLParser.COMMENT); }
293 case COMMENT:
295 setState(48); match(COMMENT);
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
genshistream.py 5 from genshi.core import START_NS, END_NS, START_CDATA, END_CDATA, PI, COMMENT
54 elif kind == COMMENT:
55 yield self.comment(data)

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8 91011>>