/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/ |
H A D | KDocFormatter.kt | 33 val lineComment = comment.isLineComment() in reformatComment() constant
|
H A D | ParagraphListBuilder.kt | 24 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 D | JavaWriterVisitorTest.java | 767 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 D | Parser.java | 45 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 D | CommentsCollection.java | 47 public void addComment(LineComment lineComment){ in addComment()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/ |
H A D | extension.js | 57 comments: { "lineComment": ";" }, property
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
H A D | extension.js | 57 comments: { "lineComment": ";" }, property
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/ |
D | extension.js | 57 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 D | CommentsInserter.java | 163 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
H A D | CommentsInserter.java | 176 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 D | ClassDefinitionTest.java | 27 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/ |
D | scanner.go | 740 func (s *scanner) lineComment() { func
|
D | printer.go | 141 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 D | JavaParser.java | 325 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 D | AstNodeVisitor.java | 73 public void visit(LineComment lineComment); in visit()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/ |
H A D | doc.go | 94 lineComment = "// " const
|
/aosp_15_r20/external/boringssl/src/util/ |
H A D | doc.go | 94 lineComment = "// " const
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/writer/ |
H A D | ImportWriterVisitor.java | 399 public void visit(LineComment lineComment) { in visit()
|
H A D | JavaWriterVisitor.java | 778 public void visit(LineComment lineComment) { in visit()
|
/aosp_15_r20/external/escapevelocity/src/test/java/com/google/escapevelocity/ |
H A D | TemplateTest.java | 169 public void lineComment() { in lineComment() method in TemplateTest
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 323 func (l *lexer) lineComment() { func
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/parser/ |
H A D | parser.go | 323 func (l *lexer) lineComment() { func
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 323 func (l *lexer) lineComment() { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/ |
D | parser.go | 42 lineComment *ast.CommentGroup // last line comment member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/testdata/ |
D | parser.go | 44 lineComment *ast.CommentGroup // last line comment member
|