Searched defs:comment (Results 1 - 11 of 11) 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.h181 const String16& comment,
187 const String16& comment);
397 void appendComment(const String16& comment, bool onlyIfEmpty = false);
400 void appendTypeComment(const String16& comment);
435 comment(_comment), ident(_ident) { }
437 comment(o.comment), ident(o.ident) { }
442 comment = o.comment;
448 String16 comment; member in class:ResourceTable::Public
[all...]
H A DAaptAssets.h323 , isJavaSymbol(o.isJavaSymbol), comment(o.comment), typeComment(o.typeComment)
332 comment = o.comment;
346 String16 comment; member in class:AaptSymbolEntry
411 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { argument
412 if (comment.size() <= 0) {
416 if (sym.comment.size() == 0) {
417 sym.comment = comment;
424 appendTypeComment(const String8& name, const String16& comment) argument
[all...]
H A DResource.cpp177 void preprocessComment(String8& comment) { argument
178 if (comment.size() > 0) {
179 if (comment.contains("@deprecated")) {
182 if (comment.removeAll("@SystemApi")) {
1844 //printf("No comment for %s\n", String8(e).string());
2042 //printf("Got attrs symbols! comment %s=%s\n",
2180 String16 comment = symbols->getComment(realClassName); local
2183 if (comment.size() > 0) {
2184 String8 cmt(comment);
2213 String16 comment(sy
[all...]
H A DResourceTable.cpp266 String16 comment;
307 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
308 //printf("Attribute %s comment: %s\n", String8(ident).string(),
309 // String8(comment).string());
345 attr.comment = String16(
799 const String16 eat_comment16("eat-comment");
978 String16 comment(
980 symbols->appendComment(String8(name), comment, srcPos); local
1060 String16 comment(
1090 symbols->appendComment(String8(curName), comment, srcPo local
1155 symbols->appendComment(String8(name), comment, srcPos); local
1228 styleSymbols->appendComment(String8(ident), comment, srcPos); local
1273 symbols->appendComment(String8(itemIdent), comment, srcPos); local
2025 appendComment(const String16& package, const String16& type, const String16& name, const String16& comment, bool onlyIfEmpty) argument
2049 appendTypeComment(const String16& package, const String16& type, const String16& name, const String16& comment) argument
3700 appendComment(const String16& comment, bool onlyIfEmpty) argument
3715 appendTypeComment(const String16& comment) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java187 public void comment(String text) throws IOException, IllegalArgumentException, method in class:FastXmlSerializer
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp397 void GeneratedFile::comment(const std::string &s) { function in class:slang::GeneratedFile
/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.cpp826 const char *comment = mVc.user_comments[i]; local
828 parseVorbisComment(mFileMeta, comment, commentLength);
829 //ALOGI("comment #%d: '%s'", i + 1, mVc.user_comments[i]);
834 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength)
859 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
860 && comment[tagLen] == '=') {
864 &comment[tagLen + 1],
867 if (!strcasecmp(&comment[tagLen + 1], "true")) {
871 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]);
833 parseVorbisComment( const sp<MetaData> &fileMeta, const char *comment, size_t commentLength) argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h583 // Optional XML comment that was associated with this element; -1 if none.
584 struct ResStringPool_ref comment; member in struct:android::ResXMLTree_node

Completed in 2574 milliseconds