Home
last modified time | relevance | path

Searched defs:lineComment (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
H A DKDocFormatter.kt33 val lineComment = comment.isLineComment() in reformatComment() constant
H A DParagraphListBuilder.kt24 private val lineComment: Boolean = comment.isLineComment() in <lambda>() constant
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/writer/
H A DJavaWriterVisitorTest.java767 LineComment lineComment = LineComment.builder().setComment(content).build(); in writeLineCommentStatement_basic() local
869 LineComment lineComment = LineComment.builder().setComment(content).build(); in writeLineComment_longLine() local
885 LineComment lineComment = LineComment.withComment(content); in writeLineComment_specialChar() local
2088 LineComment lineComment = LineComment.withComment("AUTO-GENERATED DOCUMENTATION AND METHOD"); in writeMethodDefinition_withCommentsAnnotationsAndThrows() local
2261 LineComment lineComment = LineComment.withComment("AUTO-GENERATED DOCUMENTATION AND CLASS"); in writeClassDefinition_commentsStatementsAndMethods() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
H A DParser.java45 default String lineComment() in lineComment() method
/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()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/
H A Dextension.js57 comments: { "lineComment": ";" }, property
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/
H A Dextension.js57 comments: { "lineComment": ";" }, property
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/
Dextension.js57 comments: { "lineComment": ";" }, property
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
H A DCommentsInserter.java163 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DCommentsInserter.java176 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DClassDefinitionTest.java27 LineComment lineComment = LineComment.withComment("AUTO-GENERATED DOCUMENTATION AND CLASS"); in validClassDefinition_basicWithCommentsAndHeader() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dscanner.go740 func (s *scanner) lineComment() { func
Dprinter.go141 func lineComment(text string) bool { func
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
H A DJavaParser.java325 private static boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) in attributeLineCommentToNodeOrChild()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DAstNodeVisitor.java73 public void visit(LineComment lineComment); in visit()
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/
H A Ddoc.go94 lineComment = "// " const
/aosp_15_r20/external/boringssl/src/util/
H A Ddoc.go94 lineComment = "// " const
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/writer/
H A DImportWriterVisitor.java399 public void visit(LineComment lineComment) { in visit()
H A DJavaWriterVisitor.java778 public void visit(LineComment lineComment) { in visit()
/aosp_15_r20/external/escapevelocity/src/test/java/com/google/escapevelocity/
H A DTemplateTest.java169 public void lineComment() { in lineComment() method in TemplateTest
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go323 func (l *lexer) lineComment() { func
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/parser/
H A Dparser.go323 func (l *lexer) lineComment() { func
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
H A Dparser.go323 func (l *lexer) lineComment() { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/
Dparser.go42 lineComment *ast.CommentGroup // last line comment member
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/testdata/
Dparser.go44 lineComment *ast.CommentGroup // last line comment member

123