Searched defs:comment (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java20 * This class stores an RFC 822-like name, address, and comment,
28 * and comment.
30 public Rfc822Token(String name, String address, String comment) { argument
33 mComment = comment;
51 * Returns the comment part.
72 * Changes the comment to the specified comment.
74 public void setComment(String comment) { argument
75 mComment = comment;
80 * the comment (i
155 quoteComment(String comment) argument
[all...]
/frameworks/base/tools/aapt/
H A DZipEntry.cpp108 * Initialize a new entry. Pass in the file name and an optional comment.
112 void ZipEntry::initNew(const char* fileName, const char* comment) argument
121 if (comment != NULL)
122 mCDE.mFileCommentLength = strlen(comment);
132 strcpy((char*) mCDE.mFileComment, comment);
605 /* grab comment, if any */
664 /* write comment */
694 ALOGD(" comment: '%s'\n", mFileComment);
H A DResourceTable.h170 const String16& comment,
176 const String16& comment);
371 void appendComment(const String16& comment, bool onlyIfEmpty = false);
374 void appendTypeComment(const String16& comment);
409 comment(_comment), ident(_ident) { }
411 comment(o.comment), ident(o.ident) { }
416 comment = o.comment;
422 String16 comment; member in class:ResourceTable::Public
[all...]
H A DAaptAssets.h334 , isJavaSymbol(o.isJavaSymbol), comment(o.comment), typeComment(o.typeComment)
343 comment = o.comment;
357 String16 comment; member in class:AaptSymbolEntry
422 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { argument
423 if (comment.size() <= 0) {
427 if (sym.comment.size() == 0) {
428 sym.comment = comment;
435 appendTypeComment(const String8& name, const String16& comment) argument
[all...]
H A DResource.cpp1448 //printf("No comment for %s\n", String8(e).string());
1587 //printf("Got attrs symbols! comment %s=%s\n",
1660 String16 comment = symbols->getComment(realClassName); local
1662 if (comment.size() > 0) {
1663 String8 cmt(comment);
1694 String16 comment(sym.comment);
1695 if (comment.size() <= 0) {
1696 comment = getAttributeComment(assets, name8);
1698 if (comment
[all...]
H A DResourceTable.cpp249 String16 comment;
290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
291 //printf("Attribute %s comment: %s\n", String8(ident).string(),
292 // String8(comment).string());
328 attr.comment = String16(
759 const String16 eat_comment16("eat-comment");
912 String16 comment(
914 symbols->appendComment(String8(name), comment, srcPos); local
994 String16 comment(
1024 symbols->appendComment(String8(curName), comment, srcPo local
1089 symbols->appendComment(String8(name), comment, srcPos); local
1162 styleSymbols->appendComment(String8(ident), comment, srcPos); local
1207 symbols->appendComment(String8(itemIdent), comment, srcPos); local
1914 appendComment(const String16& package, const String16& type, const String16& name, const String16& comment, bool onlyIfEmpty) argument
1938 appendTypeComment(const String16& package, const String16& type, const String16& name, const String16& comment) argument
3383 appendComment(const String16& comment, bool onlyIfEmpty) argument
3398 appendTypeComment(const String16& comment) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java172 public void comment(String text) throws IOException, IllegalArgumentException, method in class:FastXmlSerializer
/frameworks/base/tools/aidl/
H A DAST.h98 string comment; member in struct:Field
319 string comment; member in struct:Method
342 string comment; member in struct:Class
359 string comment; member in struct:Document
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp777 const char *comment = mVc.user_comments[i]; local
779 parseVorbisComment(mFileMeta, comment, commentLength);
780 //ALOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);
785 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength)
810 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
811 && comment[tagLen] == '=') {
815 &comment[tagLen + 1],
818 if (!strcasecmp(&comment[tagLen + 1], "true")) {
822 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]);
784 parseVorbisComment( const sp<MetaData> &fileMeta, const char *comment, size_t commentLength) argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h520 // Optional XML comment that was associated with this element; -1 if none.
521 struct ResStringPool_ref comment; member in struct:android::ResXMLTree_node

Completed in 838 milliseconds