Home
last modified time | relevance | path

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

12

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp32 StringPiece AnnotationProcessor::ExtractFirstSentence(const StringPiece& comment) { in ExtractFirstSentence()
63 void AnnotationProcessor::AppendCommentLine(std::string comment) { in AppendCommentLine()
97 void AnnotationProcessor::AppendComment(const StringPiece& comment) { in AppendComment()
DAnnotationProcessor_test.cpp32 const char* comment = in TEST() local
DJavaClassGenerator.cpp372 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable() local
/frameworks/base/cmds/idmap2/libidmap2/
DRawPrintVisitor.cpp96 std::string comment; in print() local
109 std::string comment; in print() local
122 std::string comment; in print() local
/frameworks/base/core/java/android/text/util/
DRfc822Token.java33 public Rfc822Token(@Nullable String name, @Nullable String address, @Nullable String comment) { in Rfc822Token()
80 public void setComment(@Nullable String comment) { in setComment()
161 public static String quoteComment(String comment) { in quoteComment()
DRfc822Tokenizer.java48 StringBuilder comment = new StringBuilder(); in tokenize() local
/frameworks/base/tools/aapt2/
DResources.proto135 string comment = 3; field
145 string comment = 2; field
177 string comment = 2; field
233 string comment = 2; field
383 string comment = 2; field
436 string comment = 2; field
464 string comment = 2; field
482 string comment = 2; field
510 string comment = 2; field
DResourceTable.h51 std::string comment; member
57 std::string comment; member
108 std::string comment; member
DResourceParser.cpp104 std::string comment; member
414 std::string comment; in ParseResources() local
937 std::string comment; in ParsePublicGroup() local
1067 std::string comment; in ParseOverlayable() local
1277 std::string comment; in ParseAttrImpl() local
1659 std::string comment; in ParseDeclareStyleable() local
DResourceTable_test.cpp176 const StringPiece& comment) { in VisibilityOfResource()
/frameworks/base/tools/aapt2/xml/
DXmlPullParser.cpp110 const std::string& XmlPullParser::comment() const { in comment() function in aapt::xml::XmlPullParser
283 const char* comment) { in CommentDataHandler()
DXmlDom.h48 std::string comment; variable
/frameworks/rs/script_api/
DScanner.cpp78 string comment; in getNextEntry() local
DGenerateHeaderFiles.cpp85 const vector<string>& comment, bool addDeprecatedWarning, in writeComment()
DSpecification.cpp424 string comment; in scanTypeSpecification() local
435 string comment; in scanTypeSpecification() local
/frameworks/base/tools/aapt/
DZipEntry.cpp113 void ZipEntry::initNew(const char* fileName, const char* comment) in initNew()
DAaptAssets.h344 String16 comment; variable
409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment()
422 void appendTypeComment(const String8& name, const String16& comment) { in appendTypeComment()
DResourceTable.cpp297 String16 comment; member
996 String16 comment( in compileResourceFile() local
1078 String16 comment( in compileResourceFile() local
1179 String16 comment( in compileResourceFile() local
1252 String16 comment( in compileResourceFile() local
1288 String16 comment( in compileResourceFile() local
1532 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile() local
2064 const String16& comment, in appendComment()
2088 const String16& comment) in appendTypeComment()
2112 const String16& comment, in makeAttribute()
[all …]
DResource.cpp182 void preprocessComment(String8& comment) { in preprocessComment()
2385 String16 comment = symbols->getComment(realClassName); in writeLayoutClasses() local
2418 String16 comment(sym.comment); in writeLayoutClasses() local
2495 String16 comment(sym.comment); in writeLayoutClasses() local
2637 String16 comment(sym.comment); in writeTextLayoutClasses() local
2693 String16 comment(sym.comment); in writeSymbolClass() local
2735 String16 comment(sym.comment); in writeSymbolClass() local
/frameworks/av/media/libstagefright/
DMetaDataUtils.cpp310 AMediaFormat *fileMeta, const char *comment, size_t commentLength) { in parseVorbisComment()
/frameworks/base/core/java/android/util/
DEventLog.java340 Pattern comment = Pattern.compile(COMMENT_PATTERN); in readTagsFile() local
/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp399 void GeneratedFile::comment(const std::string &s) { in comment() function in slang::GeneratedFile
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java380 private void detailedAssertEquals(String comment, Ranking a, Ranking b) { in detailedAssertEquals()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java207 public void comment(String text) throws IOException, IllegalArgumentException, in comment() method in FastXmlSerializer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp2838 for (int comment = 0; comment < numberOfCommentPlacement; ++comment) { in Value() local
3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment()
3731 void Value::setComment(const char* comment, CommentPlacement placement) { in setComment()
3735 void Value::setComment(const std::string& comment, CommentPlacement placement) { in setComment()
4540 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
4756 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local
5044 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() local

12