Searched refs:comment (Results 1 - 25 of 27) 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/av/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/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/support/renderscript/v8/rs_support/
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/aapt/
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 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 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.cpp250 String16 comment;
291 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
292 //printf("Attribute %s comment: %s\n", String8(ident).string(),
293 // String8(comment).string());
329 attr.comment = String16(
760 const String16 eat_comment16("eat-comment");
913 String16 comment(
915 symbols->appendComment(String8(name), comment, srcPos); local
995 String16 comment(
1025 symbols->appendComment(String8(curName), comment, srcPo local
1090 symbols->appendComment(String8(name), comment, srcPos); local
1163 styleSymbols->appendComment(String8(ident), comment, srcPos); local
1208 symbols->appendComment(String8(itemIdent), comment, srcPos); local
1915 appendComment(const String16& package, const String16& type, const String16& name, const String16& comment, bool onlyIfEmpty) argument
1939 appendTypeComment(const String16& package, const String16& type, const String16& name, const String16& comment) argument
3388 appendComment(const String16& comment, bool onlyIfEmpty) argument
3403 appendTypeComment(const String16& comment) argument
[all...]
H A DXMLNode.h123 status_t appendComment(const String16& comment);
164 commentData(void *userData, const char *comment);
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 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.cpp812 status_t XMLNode::appendComment(const String16& comment)
817 mComment.append(comment);
1213 XMLNode::commentData(void *userData, const char *comment)
1215 NOISY_PARSE(printf("Comment: %s\n", comment));
1220 st->pendingComment.append(String16(comment));
1373 node.comment.index = htodl(
1376 // printf("Flattening comment: %s\n", String8(mComment).string());
1379 node.comment.index = htodl((uint32_t)-1);
1493 node.comment.index = htodl((uint32_t)-1);
1502 node.comment
[all...]
/frameworks/av/media/libstagefright/include/
H A DOggExtractor.h62 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength);
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp27 this->comment = "/** Local-side IPC implementation stub class. */";
43 ctor->comment = "/** Construct the stub at attach it to the "
99 m->comment = "/**\n * Cast an IBinder object into an ";
100 m->comment += interfaceType->QualifiedName();
101 m->comment += " interface,\n";
102 m->comment += " * generating a proxy if needed.\n */";
273 decl->comment = gather_comments(method->comments_token->extra);
386 proxy->comment = gather_comments(method->comments_token->extra);
524 interface->comment = gather_comments(iface->comments_token->extra);
H A DAST.cpp83 if (this->comment.length() != 0) {
84 fprintf(to, "%s\n", this->comment.c_str());
735 if (this->comment.length() != 0) {
736 fprintf(to, "%s\n", this->comment.c_str());
818 if (this->comment.length() != 0) {
819 fprintf(to, "%s\n", this->comment.c_str());
895 if (this->comment.length() != 0) {
896 fprintf(to, "%s\n", this->comment.c_str());
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
H A Dgenerate_java.cpp74 document->comment = "";
H A Dgenerate_java_rpc.cpp304 this->comment = gather_comments(iface->comments_token->extra);
429 this->comment = "/** Extend this to listen to the events from this class. */";
459 this->comment = "/** Extend this to implement a link service. */";
647 resultMethod->comment = gather_comments(method->comments_token->extra);
682 proxyMethod->comment = gather_comments(method->comments_token->extra);
817 decl->comment = gather_comments(method->comments_token->extra);
/frameworks/base/core/java/android/util/
H A DEventLog.java225 Pattern comment = Pattern.compile(COMMENT_PATTERN);
233 if (comment.matcher(line).matches()) continue;
/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/av/media/libstagefright/id3/
H A DID3.cpp466 // the 2nd argument is used to get the data following the \0 in a comment field
467 void ID3::Iterator::getString(String8 *id, String8 *comment) const {
469 if (comment != NULL) {
470 getstring(comment, true);
474 // comment fields (COM/COMM) contain an initial short descriptor, followed by \0,
/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/
H A DAndroid.mk595 LOCAL_MODULE := doc-comment-check
610 droidcore: doc-comment-check-docs
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css261 span.comment {

Completed in 303 milliseconds

12