HomeSort by relevance Sort by last modified time
    Searched refs:COMMENT (Results 26 - 50 of 67) sorted by null

12 3

  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 495 // Keeps track of how many levels of comment nesting
525 // starts a comment
532 // ends a comment
533 < COMMENT: ")" > : DEFAULT
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 187 // Original comment: whitespace was stripped by aapt.
307 case COMMENT:
308 return "COMMENT";
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 184 case 3: state = State.COMMENT; break;
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 210 } else if(node.Type() == TiXmlNode::COMMENT) {
290 } else if(node.Type() == TiXmlNode::COMMENT) {
784 case TiXmlNode::COMMENT:
    [all...]
  /external/v8/src/
assembler.cc 353 return RelocInfo::COMMENT;
465 case RelocInfo::COMMENT:
466 return "comment";
551 case COMMENT:
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 375 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
392 parser.setInput(new StringReader("<foo>ab<!-- comment! -->cd</foo>"));
400 parser.setInput(new StringReader("<foo>ab<!-- comment! -->cd</foo>"));
404 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
405 assertEquals(" comment! ", parser.getText());
497 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
PullParserDtdTest.java 181 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 136 COMMENT,
176 /*07*/ UOPTION_DEF( "comment", 'C', UOPT_REQUIRES_ARG),
238 "Use a custom comment (instead of the copyright)",
399 o.comment = U_COPYRIGHT_STRING;
400 } else if (options[COMMENT].doesOccur) {
401 o.comment = options[COMMENT].value;
572 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 703 #define COMMENT 2
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceCSSTokenizer.js 104 COMMENT: 1,
145 // Following comment is replaced with generated state machine.
176 { this.tokenType = "css-comment"; return cursor; }
192 { this.tokenType = "css-comment"; return cursor; }
    [all...]
SourceJavaScriptTokenizer.js 58 COMMENT: 2,
82 // Following comment is replaced with generated state machine.
121 { this.tokenType = "javascript-comment"; return cursor; }
137 { this.tokenType = "javascript-comment"; return cursor; }
640 { this.tokenType = "javascript-comment"; return cursor; }
649 this.setLexCondition(this._lexConditions.COMMENT);
650 { this.tokenType = "javascript-comment"; return cursor; }
653 { this.tokenType = "javascript-comment"; return cursor; }
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 209 } else if (token == XmlPullParser.COMMENT) {
211 * Found a comment. We simply take the token text, but we only
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 137 TK(COMMENT, LITERAL) /* Only if output comments. */ \
164 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
321 /* Nonzero means warn if slash-star appears in a comment. */
877 /* Structure used to hold a comment block at a given location in the
882 /* Text of the comment including the terminators. */
883 char *comment; member in struct:__anon19117
885 /* source location for the given comment. */
893 /* table of comment entries. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 137 TK(COMMENT, LITERAL) /* Only if output comments. */ \
164 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
321 /* Nonzero means warn if slash-star appears in a comment. */
877 /* Structure used to hold a comment block at a given location in the
882 /* Text of the comment including the terminators. */
883 char *comment; member in struct:__anon19479
885 /* source location for the given comment. */
893 /* table of comment entries. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 137 TK(COMMENT, LITERAL) /* Only if output comments. */ \
164 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
321 /* Nonzero means warn if slash-star appears in a comment. */
877 /* Structure used to hold a comment block at a given location in the
882 /* Text of the comment including the terminators. */
883 char *comment; member in struct:__anon19856
885 /* source location for the given comment. */
893 /* table of comment entries. */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 53 #define COMMENT 0x10 /* bit 4 set: file comment present */
342 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
inflate.c 43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
722 state->mode = COMMENT;
723 case COMMENT:
730 state->head->comment != Z_NULL &&
732 state->head->comment[state->length++] = len;
741 state->head->comment = Z_NULL;
    [all...]
  /external/zlib/
gzio.c 53 #define COMMENT 0x10 /* bit 4 set: file comment present */
342 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
inflate.c 43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
759 state->mode = COMMENT;
760 case COMMENT:
767 state->head->comment != Z_NULL &&
769 state->head->comment[state->length++] = len;
778 state->head->comment = Z_NULL;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 782 #define COMMENT 1
    [all...]
  /external/tinyxml/
tinyxml.cpp 1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/v8/src/ia32/
deoptimizer-ia32.cc 119 RelocInfo rinfo(0, RelocInfo::COMMENT, comment_string);

Completed in 688 milliseconds

12 3