Searched refs:comment (Results 1 - 25 of 32) sorted by relevance

12

/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...]
H A DRfc822Tokenizer.java48 StringBuilder comment = new StringBuilder();
68 comment.toString()));
72 comment.toString()));
77 comment.setLength(0);
106 comment.append(c);
112 comment.append(c);
117 comment.append(text.charAt(i + 1));
121 comment.append(c);
153 comment.toString()));
157 comment
[all...]
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorUtils.h70 * SAFE_MALLOC(p, type, count, comment)
75 #define SAFE_MALLOC(p, type, count, comment) \
77 (p) = (type*)M4OSA_32bitAlignedMalloc(sizeof(type)*(count), 0xFF,(M4OSA_Char*)comment);\
/frameworks/base/libs/rs/
H A Dspec.l3 %x comment
51 "/*" BEGIN(comment);
52 <comment>[^*\n]* /* eat anything that's not a '*' */
53 <comment>"*"+[^*/\n]* /* eat up '*'s not followed by '/'s */
54 <comment>\n ++num_lines;
55 <comment>"*"+"/" BEGIN(INITIAL);
/frameworks/base/tools/localize/
H A DValues.cpp18 comment(cmnt)
31 comment()
44 comment(that.comment)
H A DValues.h21 int version, const string& versionString, const string& comment = "");
45 string comment; member in struct:StringResource
H A DValuesFile_test.cpp24 str.config.ToString().c_str(), str.comment.c_str());
H A Dlocalize.h15 string comment; member in struct:Reject
H A Dlocalize_test.cpp148 reject->name.c_str(), reject->comment.c_str());
H A Dxmb.cpp90 attrs.push_back(XMLAttribute("", "desc", strip_newlines(res.comment)));
H A Dlocalize.cpp102 reject.comment = trim_string(rejectNode->CollapseTextContents());
378 tu->rejectComment = reject->comment;
/frameworks/base/tools/aapt/
H A DAaptAssets.h338 , comment(o.comment), typeComment(o.typeComment)
346 comment = o.comment;
359 String16 comment; member in class:AaptSymbolEntry
415 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { argument
416 if (comment.size() <= 0) {
420 if (sym.comment.size() == 0) {
421 sym.comment = comment;
428 appendTypeComment(const String8& name, const String16& comment) argument
[all...]
H A DResourceTable.h139 const String16& comment,
145 const String16& comment);
366 void appendComment(const String16& comment, bool onlyIfEmpty = false);
369 void appendTypeComment(const String16& comment);
404 comment(_comment), ident(_ident) { }
406 comment(o.comment), ident(o.ident) { }
411 comment = o.comment;
417 String16 comment; member in class:ResourceTable::Public
[all...]
H A DResource.cpp1382 //printf("No comment for %s\n", String8(e).string());
1521 //printf("Got attrs symbols! comment %s=%s\n",
1594 String16 comment = symbols->getComment(realClassName); local
1596 if (comment.size() > 0) {
1597 String8 cmt(comment);
1628 String16 comment(sym.comment);
1629 if (comment.size() <= 0) {
1630 comment = getAttributeComment(assets, name8);
1632 if (comment
[all...]
H A DXMLNode.h123 status_t appendComment(const String16& comment);
164 commentData(void *userData, const char *comment);
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(
758 const String16 eat_comment16("eat-comment");
911 String16 comment(
913 symbols->appendComment(String8(name), comment, srcPos); local
993 String16 comment(
1023 symbols->appendComment(String8(curName), comment, srcPo local
1118 styleSymbols->appendComment(String8(ident), comment, srcPos); local
1163 symbols->appendComment(String8(itemIdent), comment, srcPos); local
1870 appendComment(const String16& package, const String16& type, const String16& name, const String16& comment, bool onlyIfEmpty) argument
1894 appendTypeComment(const String16& package, const String16& type, const String16& name, const String16& comment) argument
3252 appendComment(const String16& comment, bool onlyIfEmpty) argument
3267 appendTypeComment(const String16& comment) argument
[all...]
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 LOGD(" comment: '%s'\n", mFileComment);
H A DZipEntry.h165 * and comment so that we can properly size the LFH area. The
166 * filename is mandatory, the comment is optional.
168 void initNew(const char* fileName, const char* comment);
H A DXMLNode.cpp801 status_t XMLNode::appendComment(const String16& comment)
806 mComment.append(comment);
1202 XMLNode::commentData(void *userData, const char *comment)
1204 NOISY_PARSE(printf("Comment: %s\n", comment));
1209 st->pendingComment.append(String16(comment));
1359 node.comment.index = htodl(
1362 // printf("Flattening comment: %s\n", String8(mComment).string());
1365 node.comment.index = htodl((uint32_t)-1);
1473 node.comment.index = htodl((uint32_t)-1);
1481 node.comment
[all...]
/frameworks/base/media/libstagefright/include/
H A DOggExtractor.h62 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength);
/frameworks/base/core/java/android/util/
H A DEventLog.java225 Pattern comment = Pattern.compile(COMMENT_PATTERN);
233 if (comment.matcher(line).matches()) continue;
/frameworks/base/tools/aidl/
H A DAST.cpp83 if (this->comment.length() != 0) {
84 fprintf(to, "%s\n", this->comment.c_str());
677 if (this->comment.length() != 0) {
678 fprintf(to, "%s\n", this->comment.c_str());
760 if (this->comment.length() != 0) {
761 fprintf(to, "%s\n", this->comment.c_str());
837 if (this->comment.length() != 0) {
838 fprintf(to, "%s\n", this->comment.c_str());
H A DAST.h88 string comment; member in struct:Field
297 string comment; member in struct:Method
320 string comment; member in struct:Class
337 string comment; member in struct:Document
H A Dgenerate_java.cpp64 this->comment = "/** Local-side IPC implementation stub class. */";
80 ctor->comment = "/** Construct the stub at attach it to the "
136 m->comment = "/**\n * Cast an IBinder object into an ";
137 m->comment += interfaceType->QualifiedName();
138 m->comment += " interface,\n";
139 m->comment += " * generating a proxy if needed.\n */";
336 decl->comment = gather_comments(method->comments_token->extra);
450 proxy->comment = gather_comments(method->comments_token->extra);
588 interface->comment = gather_comments(iface->comments_token->extra);
629 document->comment
[all...]
/frameworks/base/media/libstagefright/
H A DOggExtractor.cpp777 const char *comment = mVc.user_comments[i]; local
779 parseVorbisComment(mFileMeta, comment, commentLength);
780 //LOGI("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

Completed in 626 milliseconds

12