Home
last modified time | relevance | path

Searched defs:addComment (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
H A DCommentsCollection.java47 public void addComment(LineComment lineComment){ in addComment() method in CommentsCollection
51 public void addComment(BlockComment blockComment){ in addComment() method in CommentsCollection
55 public void addComment(JavadocComment javadocComment){ in addComment() method in CommentsCollection
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
H A DCommentsCollection.java65 public void addComment(Comment comment) { in addComment() method in CommentsCollection
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
H A DCommentsCollection.java67 public void addComment(Comment comment) { in addComment() method in CommentsCollection
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DJavaDocComment.java88 public Builder addComment(String comment) { in addComment() method in JavaDocComment.Builder
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dcommentmap.go28 func (cmap CommentMap) addComment(n Node, c *CommentGroup) { func
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DDtdData.java286 public void addComment(String commentIn) { in addComment() method in DtdData.Attribute
611 public void addComment(String addition) { in addComment() method in DtdData.Element
716 private void addComment(String comment) { in addComment() method in DtdData
H A DXPathParts.java197 public Comments addComment(CommentType style, String xpath, String comment) { in addComment() method in XPathParts.Comments
H A DCLDRFile.java882 public CLDRFile addComment(String xpath, String comment, Comments.CommentType type) { in addComment() method in CLDRFile
/aosp_15_r20/external/clang/lib/AST/
H A DRawCommentList.cpp272 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DafmLib.py336 def addComment(self, comment): member in AFM
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DXMLStringBuffer.java287 public void addComment(String comment) { in addComment() method in XMLStringBuffer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp287 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DBaseAutoGlitchActivity.java188 public void addComment(String comment) { in addComment() method in BaseAutoGlitchActivity.TestResult
/aosp_15_r20/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp371 void Reader::addComment(Location begin, Location end, in addComment() function in Json::Reader
1347 void OurReader::addComment(Location begin, Location end, in addComment() function in Json::OurReader
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DMethodSpec.java453 public Builder addComment(String format, Object... args) { in addComment() method in MethodSpec.Builder
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp401 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DFileSpec.kt301 public fun addComment(format: String, vararg args: Any): Builder = addFileComment(format, *args) in <lambda>() method in com.squareup.kotlinpoet.Builder
H A DFunSpec.kt507 public fun addComment(format: String, vararg args: Any): Builder = apply { in <lambda>() method in com.squareup.kotlinpoet.Builder
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/
Dheader.cpp262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anon7a1f04110111::TPrinter
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/
H A Dheader.cpp273 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anon4904c38e0111::TPrinter
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp265 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anonb66e54da0111::TPrinter
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp265 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anon52e317940111::TPrinter
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() function in Json::Reader
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() function in Json::OurReader
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() function in Json::Reader
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() function in Json::OurReader
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() function in Json::Reader
1506 OurReader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() function in Json::OurReader

1234