/aosp_15_r20/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/ |
H A D | Comment.java | 42 public class Comment extends Attribute implements ASMifierSupport, TextifierSupport { class 44 public Comment() { in Comment() method in Comment
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/ |
H A D | Comment.java | 13 public class Comment extends LeafNode { class 18 public Comment(String data) { in Comment() method in Comment
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Net.h | 28 CSysString Comment; member 39 UString Comment; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 64 type Comment struct { struct 65 Slash token.Pos // position of "/" starting the comment 66 Text string // comment text (excluding '\n' for //-style comments) 69 func (c *Comment) Pos() token.Pos { return c.Slash } 70 func (c *Comment) End() token.Pos { return token.Pos(int(c.Slash) + len(c.Text)) } 202 Comment *CommentGroup // line comments; or nil member 890 Comment *CommentGroup // line comments; or nil member 902 Comment *CommentGroup // line comments; or nil member 912 Comment *CommentGroup // line comments; or nil member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 565 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() 631 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() 711 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() 995 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 520 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() 585 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() 660 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() 928 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
|
/aosp_15_r20/external/coreboot/util/autoport/ |
H A D | main.go | 260 Comment string member 484 Comment string member 494 Comment string member 500 Comment string member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 555 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable() 621 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange() 696 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table() 972 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/ |
H A D | Token.java | 396 final static class Comment extends Token { class in Token 410 Comment() { in Comment() method in Token.Comment 567 Comment, enumConstant
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | CellLayoutTestCaseReader.java | 50 public static class Comment extends TestSection { class in CellLayoutTestCaseReader 51 public Comment() { in Comment() method in CellLayoutTestCaseReader.Comment
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | RawCommentList.cpp | 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() 63 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
|
H A D | CommentSema.cpp | 98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() 131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() 168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | marshal_test.go | 48 Comment string `xml:",comment"` member 56 Comment []byte `xml:",comment"` member 378 Comment string `xml:",comment"` member 403 Comment *string `xml:",comment"` member 409 Comment string `xml:",comment"` member 415 Comment any `xml:",comment"` member
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ |
H A D | Comment.java | 30 public final class Comment extends com.google.protobuf.GeneratedMessageV3 class 36 private Comment(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Comment() method in Comment 40 private Comment() { in Comment() method in Comment
|
/aosp_15_r20/external/pdfium/testing/image_diff/ |
H A D | image_diff_png.cpp | 58 struct Comment { struct 59 std::string key; 60 std::string text;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1760 std::string Comment; in getShuffleComment() local 2435 std::string Comment; in EmitInstruction() local 2516 std::string Comment; in EmitInstruction() local 2626 std::string Comment; in EmitInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1899 std::string Comment; in getShuffleComment() local 2272 std::string Comment; in addConstantComments() local 2351 std::string Comment; in addConstantComments() local 2460 std::string Comment; in addConstantComments() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ |
D | clang.rs | 403 pub(crate) fn comment(&self) -> Comment { in comment() 1639 pub(crate) struct Comment { struct 1640 x: CXComment, argument 1643 impl Comment { implementation 1683 fn next(&mut self) -> Option<Comment> { in next()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/ |
D | ast.rs | 48 pub struct Comment { struct 49 pub loc: SourceRange, 50 pub text: String,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | nodes.go | 483 type Comment struct { struct 484 Kind CommentKind 485 Text string 486 Next *Comment
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 278 const Twine &Comment) { in add() 287 void Attributes::addComment(const Twine &Comment) { in addComment()
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | Comment.java | 26 public class Comment { class 57 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { in Comment() method in Comment
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 392 const Twine &Comment) { in add() 401 void Attributes::addComment(const Twine &Comment) { in addComment()
|
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ |
H A D | Comment.java | 29 public interface Comment extends CharacterData { interface
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/proto/google/cloud/support/v2/ |
H A D | comment.proto | 33 message Comment { message
|