Searched refs:getComment (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java53 public String getComment() { method in class:Rfc822Token
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipUtilTest.java100 Assert.assertEquals(refEntry.getComment(), checkEntry.getComment());
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h255 LDSection& getComment() { function in class:mcld::ELFFileFormat
261 const LDSection& getComment() const { function in class:mcld::ELFFileFormat
/frameworks/base/tools/aapt/
H A DXMLNode.h103 const String16& getComment() const;
H A DResourceTable.cpp346 block.getComment(&len) ? block.getComment(&len) : nulStr);
522 if (block.getComment(&len)) {
523 enumOrFlagsComment.append(String16(block.getComment(&len)));
979 block.getComment(&len) ? block.getComment(&len) : nulStr);
1061 block.getComment(&len) ? block.getComment(&len) : nulStr);
1154 block.getComment(&len) ? block.getComment(
[all...]
H A DAaptAssets.h458 const String16& getComment(const String8& name) const function in class:AaptSymbols
H A DResourceTable.h398 const String16& getComment() const { return mComment; } function in class:ResourceTable::ConfigList
H A DXMLNode.cpp458 const char16_t* com16 = block->getComment(&len);
730 const String16& XMLNode::getComment() const
H A DResource.cpp1838 const char16_t* cmt = block.getComment(&len);
2043 // name.string(), String8(asym->getComment(name)).string());
2047 return asym->getComment(name);
2180 String16 comment = symbols->getComment(realClassName);
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java240 assertEquals("something",tokens[0].getComment());
/frameworks/base/include/androidfw/
H A DResourceTypes.h716 const char16_t* getComment(size_t* outLen) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1016 const char16_t* ResXMLParser::getComment(size_t* outLen) const function in class:android::ResXMLParser

Completed in 928 milliseconds