Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/text/util/
DRfc822Token.java30 public Rfc822Token(String name, String address, String comment) { in Rfc822Token()
74 public void setComment(String comment) { in setComment()
155 public static String quoteComment(String comment) { in quoteComment()
DRfc822Tokenizer.java48 StringBuilder comment = new StringBuilder(); in tokenize() local
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorUtils.h75 #define SAFE_MALLOC(p, type, count, comment) \ argument
/frameworks/base/tools/localize/
Dlocalize.h15 string comment; member
DValues.h45 string comment; member
DXMLHandler.cpp552 comment_handler(void *userData, const char *comment) in comment_handler()
/frameworks/base/tools/aidl/
DAST.h88 string comment; member
297 string comment; member
320 string comment; member
337 string comment; member
/frameworks/base/tools/aapt/
DZipEntry.cpp112 void ZipEntry::initNew(const char* fileName, const char* comment) in initNew()
DResourceTable.cpp249 String16 comment; member
911 String16 comment( in compileResourceFile() local
993 String16 comment( in compileResourceFile() local
1116 String16 comment( in compileResourceFile() local
1152 String16 comment( in compileResourceFile() local
1378 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile() local
1873 const String16& comment, in appendComment()
1897 const String16& comment) in appendTypeComment()
2429 String16 comment(c->getComment()); in addSymbols() local
3252 void ResourceTable::ConfigList::appendComment(const String16& comment, in appendComment()
[all …]
DAaptAssets.h359 String16 comment; variable
415 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment()
428 void appendTypeComment(const String8& name, const String16& comment) { in appendTypeComment()
DResource.cpp1594 String16 comment = symbols->getComment(realClassName); in writeLayoutClasses() local
1628 String16 comment(sym.comment); in writeLayoutClasses() local
1708 String16 comment(sym.comment); in writeLayoutClasses() local
1820 String16 comment(sym.comment); in writeSymbolClass() local
1875 String16 comment(sym.comment); in writeSymbolClass() local
DXMLNode.cpp801 status_t XMLNode::appendComment(const String16& comment) in appendComment()
1202 XMLNode::commentData(void *userData, const char *comment) in commentData()
DResourceTable.h417 String16 comment; variable
/frameworks/base/core/java/android/util/
DEventLog.java225 Pattern comment = Pattern.compile(COMMENT_PATTERN); in readTagsFile() local
/frameworks/base/media/libstagefright/
DOggExtractor.cpp777 const char *comment = mVc.user_comments[i]; in parseFileMetaData() local
785 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength) in parseVorbisComment()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java172 public void comment(String text) throws IOException, IllegalArgumentException, in comment() method in FastXmlSerializer
/frameworks/base/include/utils/
DResourceTypes.h513 struct ResStringPool_ref comment; member