Searched defs:COMMENT (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/include/clang/AST/
H A DCommentVisitor.h32 #define ABSTRACT_COMMENT(COMMENT)
33 #define COMMENT(CLASS, PARENT) \ macro
37 #undef COMMENT macro
43 #define ABSTRACT_COMMENT(COMMENT) COMMENT
44 #define COMMENT(CLASS, PARENT) \ macro
48 #undef COMMENT macro
H A DComment.h150 #define COMMENT(CLASS, PARENT) CLASS##Kind, macro
155 #define ABSTRACT_COMMENT(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/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/clang/lib/AST/
H A DComment.cpp24 #define ABSTRACT_COMMENT(COMMENT)
25 #define COMMENT(CLASS, PARENT) \ macro
29 #undef COMMENT macro
67 #define ABSTRACT_COMMENT(COMMENT)
68 #define COMMENT(CLASS, PARENT) \ macro
72 #undef COMMENT macro
83 #define ABSTRACT_COMMENT(COMMENT)
84 #define COMMENT(CLASS, PARENT) \ macro
88 #undef COMMENT macro
97 #define ABSTRACT_COMMENT(COMMENT)
98 #define COMMENT macro
102 #undef COMMENT macro
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceJavaScriptTokenizer.js58 COMMENT: 2,
649 this.setLexCondition(this._lexConditions.COMMENT);
1640 this.setLexCondition(this._lexConditions.COMMENT);
H A DSourceCSSTokenizer.js104 COMMENT: 1,
1059 this.setLexCondition(this._lexConditions.COMMENT);
H A DSourceHTMLTokenizer.js51 COMMENT: 1,
441 this.setLexCondition(this._lexConditions.COMMENT);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExpandedNameTable.java59 public static final int COMMENT = ((int)DTM.COMMENT_NODE) ; field in class:ExpandedNameTable
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py97 COMMENT = 'comment' variable in class:EcmaContext
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])
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon10743
61 NAME -> COMMENT -> HCRC -> TYPE
H A Dgzio.c53 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
342 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
/external/zlib/src/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon16112
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java184 case 3: state = State.COMMENT; break;
920 case 1: state = State.COMMENT; break;
1288 { // COMMENT
1310 // COMMENT
1320 public final static State COMMENT = new State(3); field in class:Lexer.State
/external/qemu/
H A Dloader.c394 #define COMMENT 0x10 macro
422 if ((flags & COMMENT) != 0)
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java99 private static final String COMMENT = "comment"; //$NON-NLS-1$ field in class:UpdateBugStateTask
428 args.put(COMMENT, Messages.getString("UpdateBugStateTask.fixedIn") + SP + buildstring + "."); //$NON-NLS-1$ //$NON-NLS-2$
447 System.err.println(Messages.getString("UpdateBugStateTask.usingComment") + COLON + SP + args.get(COMMENT).toString()); //$NON-NLS-1$
/external/grub/stage2/
H A Dgunzip.c243 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
299 || ((buf[3] & COMMENT) && bad_field (-1)))
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp137 COMMENT, enumerator in enum:__anon6150
401 } else if (options[COMMENT].doesOccur) {
402 o.comment = options[COMMENT].value;
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c703 #define COMMENT 2 macro
1087 { yy_push_state(COMMENT, yyscanner); }
1476 case YY_STATE_EOF(COMMENT):
/external/tinyxml/
H A Dtinyxml.h428 COMMENT, enumerator in enum:TiXmlNode::NodeType
622 The possible types are: DOCUMENT, ELEMENT, COMMENT,
638 const TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (const TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
645 TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
1026 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {}
/external/tinyxml2/
H A Dtinyxml2.h121 COMMENT = NEEDS_NEWLINE_NORMALIZATION enumerator in enum:tinyxml2::StrPair::__anon12839

Completed in 507 milliseconds

12