Searched refs:COMMENT (Results 1 - 25 of 82) sorted by relevance

1234

/external/clang/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlTokenType.java50 COMMENT, enum constant in enum:HtmlTokenType
/external/nanopb-c/tests/encode_unittests/
H A Dencode_unittests.c57 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("Tes
[all...]
/external/lldb/tools/debugserver/scripts/
H A Ddbgnub-config.pl11 COMMENT => "// Defined if we can use 64 bit mach exceptions",
53 if (exists $test_href->{COMMENT}) {
54 print CONFIG "\n$test_href->{COMMENT}\n";
/external/nanopb-c/tests/common/
H A Dunittests.h3 #define COMMENT(x) printf("\n----" x "----\n"); macro
/external/selinux/libsepol/cil/src/
H A Dcil_lexer.h39 #define COMMENT 5 macro
H A Dcil_parser.c117 case COMMENT:
/external/nanopb-c/tests/decode_unittests/
H A Ddecode_unittests.c49 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("Tes
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py32 COMMENT = 'comment' variable in class:JavaScriptTokenType
65 COMMENT_TYPES = frozenset([START_SINGLE_LINE_COMMENT, COMMENT,
72 DOC_INLINE_FLAG, COMMENT, DOC_START_BRACE, DOC_END_BRACE])
H A Djavascripttokenizer.py293 Matcher(BLOCK_COMMENT_TEXT, Type.COMMENT)],
297 Matcher(DOC_COMMENT_TEXT, Type.COMMENT)],
300 Matcher(WHITESPACE, Type.COMMENT),
301 Matcher(DOC_COMMENT_NO_SPACES_TEXT, Type.COMMENT)],
306 Matcher(ANYTHING, Type.COMMENT, JavaScriptModes.TEXT_MODE)],
329 JavaScriptModes.DOC_COMMENT_MODE: Type.COMMENT,
330 JavaScriptModes.DOC_COMMENT_LEX_SPACES_MODE: Type.COMMENT
/external/clang/lib/AST/
H A DComment.cpp25 #define ABSTRACT_COMMENT(COMMENT)
26 #define COMMENT(CLASS, PARENT) \ macro
30 #undef COMMENT macro
56 #define ABSTRACT_COMMENT(COMMENT)
57 #define COMMENT(CLASS, PARENT) \ macro
61 #undef COMMENT macro
72 #define ABSTRACT_COMMENT(COMMENT)
73 #define COMMENT(CLASS, PARENT) \ macro
77 #undef COMMENT macro
86 #define ABSTRACT_COMMENT(COMMENT)
87 #define COMMENT macro
91 #undef COMMENT macro
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l70 %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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon13157
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/zlib/src/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon17873
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Dt012lexerXML.g61 | t=COMMENT
92 fragment COMMENT
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.h25 #define COMMENT 8 macro
H A DFuzzyLexer.h41 #define COMMENT 17 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzyLexer.h41 #define COMMENT 17 macro
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb28 COMMENT
152 COMMENT
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSpelunker.java179 case '/' : COMMENT(); break;
218 void COMMENT() throws IOException { method in class:GrammarSpelunker.Scanner
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_lexer.c94 CuAssertIntEquals(tc, COMMENT, test_tok.type);
/external/skia/include/xml/
H A DSkXMLParser.h108 COMMENT,
/external/vogar/src/vogar/
H A DConsole.java66 Color.COMMENT.setCode(34);
161 streamOutput(outcomeName, "\n" + colorString(expectation.getDescription(), Color.COMMENT));
164 streamOutput(outcomeName, "\n" + colorString("http://b/" + expectation.getBug(), Color.COMMENT));
421 PASS, FAIL, SKIP, WARN, COMMENT; enum constant in enum:Console.Color
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DNode.java39 public static final int COMMENT = 9; field in class:Node
180 types are ELEMENT, TEXT, COMMENT, and PROCESSING_INSTRUCTION */
343 case COMMENT:

Completed in 1015 milliseconds

1234