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

1 2 3 4 5 67 8 91011>>

  /prebuilts/tools/common/offline-m2/com/android/databinding/compilerCommon/2.2.0/
compilerCommon-2.2.0.jar 
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 110 COMMENT,
152 /*07*/ UOPTION_DEF( "comment", 'C', UOPT_REQUIRES_ARG),
241 "Use a custom comment (instead of the copyright)",
416 o.comment = U_COPYRIGHT_STRING;
417 } else if (options[COMMENT].doesOccur) {
418 o.comment = options[COMMENT].value;
597 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
    [all...]
  /external/v8/src/
assembler.cc 823 case COMMENT:
824 return "comment";
943 case COMMENT:
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmametadatapass.py 96 # A normal comment.
97 COMMENT = 'comment'
99 # A JsDoc comment.
indentation.py 156 # Check for required goog.scope comment.
166 ('Malformed end of goog.scope comment. Please use the '
174 ('Missing comment for end of goog.scope which opened at line '
188 token_type not in (Type.COMMENT, Type.DOC_PREFIX, Type.STRING_TEXT)):
  /external/chromium-trace/catapult/third_party/coverage/coverage/
parser.py 129 # token so that the #pragma comment will be recognized on
148 if ttext.strip() and toktype != tokenize.COMMENT:
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java 250 tokenColors.put("LINE_COMMENT", SmaliHighlightingColors.COMMENT);
  /external/tinyxml/
tinyxml.cpp 1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
    [all...]
  /external/v8/src/x87/
deoptimizer-x87.cc 78 RelocInfo rinfo(isolate, 0, RelocInfo::COMMENT, comment_string, NULL);
  /libcore/luni/src/test/java/libcore/xml/
PullParserDtdTest.java 181 assertEquals(XmlPullParser.COMMENT, parser.nextToken());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 142 TK(COMMENT, LITERAL) /* Only if output comments. */ \
170 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
336 /* Nonzero means warn if slash-star appears in a comment. */
975 char *comment; member in struct:__anon41476
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
  /external/opencv3/3rdparty/zlib/
inflate.c 43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
775 state->mode = COMMENT;
776 case COMMENT:
783 state->head->comment != Z_NULL &&
785 state->head->comment[state->length++] = len;
794 state->head->comment = Z_NULL;
    [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.c 43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
775 state->mode = COMMENT;
776 case COMMENT:
783 state->head->comment != Z_NULL &&
785 state->head->comment[state->length++] = len;
794 state->head->comment = Z_NULL;
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/zlib/src/
inflate.c 43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
775 state->mode = COMMENT;
776 case COMMENT:
783 state->head->comment != Z_NULL &&
785 state->head->comment[state->length++] = len;
794 state->head->comment = Z_NULL;
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 311 # (UN)COMMENT TO TOGGLE VISIBILITY
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 1156 // $ANTLR start "COMMENT"
1164 NSInteger _type = COMMENT;
1214 NSLog(@"found comment %@", [self text]);
1233 /* $ANTLR end "COMMENT" */
1284 NSLog(@"found // comment %@", [self text]);
    [all...]

Completed in 1016 milliseconds

1 2 3 4 5 67 8 91011>>