Home
last modified time | relevance | path

Searched defs:Comment (Results 26 – 50 of 637) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
H A DComment.java42 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 DComment.java13 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 DNet.h28 CSysString Comment; member
39 UString Comment; member
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go64 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 DWinException.cpp565 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 DWinException.cpp520 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 Dmain.go260 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 DWinException.cpp555 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 DToken.java396 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/
DCellLayoutTestCaseReader.java50 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 DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
63 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
H A DCommentSema.cpp98 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/
Dmarshal_test.go48 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 DComment.java30 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 Dimage_diff_png.cpp58 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 DX86MCInstLower.cpp1760 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 DX86MCInstLower.cpp1899 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/
Dclang.rs403 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/
Dast.rs48 pub struct Comment { struct
49 pub loc: SourceRange,
50 pub text: String,
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go483 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 DModuleSummaryIndex.cpp278 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 DComment.java26 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 DModuleSummaryIndex.cpp392 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 DComment.java29 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 Dcomment.proto33 message Comment { message

12345678910>>...26