/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParserConstants.java | 28 int COMMENT = 20;
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/ |
ContentTypeParserConstants.java | 23 int COMMENT = 8;
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParserConstants.java | 25 int COMMENT = 38;
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 60 %x DONE COMMENT UNREACHABLE 83 "/*" { yy_push_state(COMMENT, yyscanner); } 84 <COMMENT>[^*\n]* 85 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 86 <COMMENT>"*"+[^*/\n]* 87 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 88 <COMMENT>"*"+"/" {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceJavaScriptTokenizer.re2js | 57 COMMENT: 2, 81 // Following comment is replaced with generated state machine. 96 Comment = "/*" CommentContent "*"+ "/"; 140 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; } 141 <DIV,NODIV> Comment { this.tokenType = "javascript-comment"; return cursor; } 142 <DIV,NODIV> CommentStart => COMMENT { this.tokenType = "javascript-comment"; return cursor; } 143 <COMMENT> CommentContent => COMMENT { this.tokenType = "javascript-comment"; return cursor; [all...] |
SourceCSSTokenizer.re2js | 103 COMMENT: 1, 144 // Following comment is replaced with generated state machine. 158 Comment = "/*" CommentContent "*"+ "/"; 181 <INITIAL> Comment { this.tokenType = "css-comment"; return cursor; } 182 <INITIAL> CommentStart => COMMENT { this.tokenType = "css-comment"; return cursor; } 183 <COMMENT> CommentContent => COMMENT { this.tokenType = "css-comment"; return cursor; [all...] |
SourceHTMLTokenizer.re2js | 50 COMMENT: 1, 173 // Following comment is replaced with generated state machine. 187 Comment = "<!--" CommentContent "-->"; 214 <INITIAL> Comment { this.tokenType = "html-comment"; return cursor; } 215 <INITIAL> CommentStart => COMMENT { this.tokenType = "html-comment"; return cursor; } 216 <COMMENT> CommentContent => COMMENT { this.tokenType = "html-comment"; return cursor; [all...] |
SourceHTMLTokenizer.js | 51 COMMENT: 1, 174 // Following comment is replaced with generated state machine. 213 { this.tokenType = "html-comment"; return cursor; } 246 { this.tokenType = "html-comment"; return cursor; } 441 this.setLexCondition(this._lexConditions.COMMENT); 442 { this.tokenType = "html-comment"; return cursor; } 448 { this.tokenType = "html-comment"; return cursor; }
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ 61 NAME -> COMMENT -> HCRC -> TYPE
|
/external/zlib/ |
inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/external/openssl/crypto/conf/ |
keysets.pl | 12 $COMMENT=0x80; 29 $v|=$COMMENT if ($c =~ /\#/); 125 #define CONF_COMMENT $COMMENT
|
/external/webkit/Tools/android/flex-2.5.4a/ |
scan.l | 17 * this entire copyright notice and comment, and (2) distributions including 72 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION 106 ^"/*" ACTION_ECHO; yy_push_state( COMMENT ); 146 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */ 150 <COMMENT>{ 566 <ACTION>"/*" ACTION_ECHO; yy_push_state( COMMENT ); 627 <COMMENT,ACTION,ACTION_STRING><<EOF>> {
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 217 * PROCESSING_INSTRUCTION and COMMENT events, 296 * An XML comment was just read. This event type is this token is 299 * The content of the comment can be accessed using the getText() 305 int COMMENT = 9; 339 "COMMENT", [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang.l | 50 %x COMMENT FIELDS 68 "/*" { yy_push_state(COMMENT, yyscanner); } 69 <COMMENT>. | 70 <COMMENT>\n ; 71 <COMMENT>"*/" { yy_pop_state(yyscanner); }
|
/external/skia/include/xml/ |
SkXMLParser.h | 116 COMMENT,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
BasePullParser.java | 169 case COMMENT:
|
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Node.java | 38 public static final int COMMENT = 9; 179 types are ELEMENT, TEXT, COMMENT, and PROCESSING_INSTRUCTION */ 345 case COMMENT : 346 writer.comment((String) child);
|
/external/bluetooth/glib/tests/ |
gen-casemap-txt.pl | 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION); 48 $COMMENT = 11;
|
/external/v8/src/ |
assembler.h | 201 // The minimum size of a comment is equal to three bytes for the extra tagged 203 // comment. 224 COMMENT, 225 POSITION, // See comment for kNoPosition above. 226 STATEMENT_POSITION, // See comment for kNoPosition above. 259 return mode == COMMENT; 366 static const int kDebugMask = kPositionMask | 1 << COMMENT; 373 // comment).
|
/external/qemu/ |
loader.c | 394 #define COMMENT 0x10 422 if ((flags & COMMENT) != 0)
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ExpandedNameTable.java | 59 public static final int COMMENT = ((int)DTM.COMMENT_NODE) ;
|
/external/tinyxml/ |
tinyxml.h | 139 Comment (leaf) 146 Comment (leaf) 428 COMMENT, 442 Comment: the comment text 463 Comment: the comment text 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 re (…) [all...] |
/frameworks/base/media/java/android/media/ |
Metadata.java | 92 public static final int COMMENT = 6; // String
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 338 type = COMMENT; 404 case COMMENT: 480 type = COMMENT; 703 case COMMENT: 961 type = COMMENT; [all...] |
/external/grub/stage2/ |
gunzip.c | 243 #define COMMENT 0x10 /* bit 4 set: file comment present */ 299 || ((buf[3] & COMMENT) && bad_field (-1))) [all...] |