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

12

/frameworks/rs/api/
H A Drs_core_math.spec24 comment:
36 comment:
48 comment:
60 comment:
71 comment:
82 comment:
93 comment:
104 comment:
115 comment:
126 comment
[all...]
/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/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/aapt/
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 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 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 DXMLNode.h125 status_t appendComment(const String16& comment);
168 commentData(void *userData, const char *comment);
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...]
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.cpp872 status_t XMLNode::appendComment(const String16& comment)
877 mComment.append(comment);
1297 XMLNode::commentData(void *userData, const char *comment)
1299 NOISY_PARSE(printf("Comment: %s\n", comment));
1304 st->pendingComment.append(String16(comment));
1457 node.comment.index = htodl(
1460 // printf("Flattening comment: %s\n", String8(mComment).string());
1463 node.comment.index = htodl((uint32_t)-1);
1577 node.comment.index = htodl((uint32_t)-1);
1586 node.comment
[all...]
/frameworks/av/media/libstagefright/include/
H A DOggExtractor.h62 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength);
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.h123 void comment(const std::string& s); // Outputs a multiline comment.
H A Dslang_rs_reflection_cpp.cpp146 mOut.comment("This class encapsulates access to the exported elements of the script. "
206 mOut.comment("The following elements are used to verify the types of "
225 mOut.comment("For each non-const variable exported by the script, we "
254 mOut.comment("For each kernel of the script corresponds one method. "
493 mOut.comment("Methods to set and get the variables exported by the script. "
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 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/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A DAndroid.mk25 # comment it out for now since we need use some hidden APIs
/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/core/java/android/util/
H A DEventLog.java235 Pattern comment = Pattern.compile(COMMENT_PATTERN);
243 if (comment.matcher(line).matches()) continue;
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp472 // the 2nd argument is used to get the data following the \0 in a comment field
473 void ID3::Iterator::getString(String8 *id, String8 *comment) const {
475 if (comment != NULL) {
476 getstring(comment, true);
480 // comment fields (COM/COMM) contain an initial short descriptor, followed by \0,

Completed in 398 milliseconds

12