Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DRawPrintVisitor.cpp159 std::string comment; in print() local
172 std::string comment; in print() local
184 std::string comment; in print() local
196 std::string comment; in print() local
/aosp14/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp33 StringPiece AnnotationProcessor::ExtractFirstSentence(StringPiece comment) { in ExtractFirstSentence()
64 void AnnotationProcessor::AppendCommentLine(std::string comment) { in AppendCommentLine()
110 void AnnotationProcessor::AppendComment(StringPiece comment) { in AppendComment()
H A DAnnotationProcessor_test.cpp32 const char* comment = in TEST() local
H A DJavaClassGenerator.cpp395 StringPiece comment = styleable_attr.attr_ref->GetComment(); in ProcessStyleable() local
/aosp14/frameworks/base/core/java/android/text/util/
H A 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()
H A DRfc822Tokenizer.java48 StringBuilder comment = new StringBuilder(); in tokenize() local
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp108 const std::string& XmlPullParser::comment() const { in comment() function in aapt::xml::XmlPullParser
285 const char* comment) { in CommentDataHandler()
H A DXmlDom.h47 std::string comment; variable
H A DXmlDom.cpp175 static void XMLCALL CommentDataHandler(void* user_data, const char* comment) { in CommentDataHandler()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.h52 std::string comment; member
63 std::string comment; member
92 std::string comment; member
H A DResourceParser.cpp114 std::string comment; member
427 std::string comment; in ParseResources() local
1002 std::string comment; in ParseGroupImpl() local
1168 std::string comment; in ParseOverlayable() local
1375 std::string comment; in ParseAttrImpl() local
1762 std::string comment; in ParseDeclareStyleable() local
H A DResourceTable_test.cpp190 StringPiece comment) { in VisibilityOfResource()
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DHideInCommentsChecker.java84 private static Optional<SuggestedFix> generateFix(Tokens.Comment comment) { in generateFix()
/aosp14/system/core/toolbox/
H A Dmodprobe.cpp69 auto comment = rv.find('#'); in stripComments() local
/aosp14/frameworks/base/tools/aapt/
H A DZipEntry.cpp113 void ZipEntry::initNew(const char* fileName, const char* comment) in initNew()
H A 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()
H A 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
2064 const String16& comment, in appendComment()
2088 const String16& comment) in appendTypeComment()
2112 const String16& comment, in makeAttribute()
2763 String16 comment(c->getComment()); in addSymbols() local
[all …]
H A 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
H A DXMLNode.cpp897 status_t XMLNode::appendComment(const String16& comment) in appendComment()
1323 XMLNode::commentData(void *userData, const char *comment) in commentData()
H A DResourceTable.h473 String16 comment; variable
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlSerializerWrapper.java125 public void comment(String text) throws IOException { in comment() method in XmlSerializerWrapper
H A DFastXmlSerializer.java208 public void comment(String text) throws IOException, IllegalArgumentException, in comment() method in FastXmlSerializer
/aosp14/frameworks/base/core/java/android/util/
H A DEventLog.java425 Pattern comment = Pattern.compile(COMMENT_PATTERN); in readTagsFile() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java468 private void detailedAssertEquals(String comment, Ranking a, Ranking b) { in detailedAssertEquals()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h623 struct ResStringPool_ref comment; member

12