| /external/tpm2-tss/doc/ |
| D | coding_standard_c.md | 20 ## Comments section in Coding Standard 36 ### Examples
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-use-equals-default.cpp | 179 struct Comments { struct 180 Comments() { in Comments() function 184 ~Comments() { in ~Comments() argument
|
| D | modernize-use-equals-default-copy.cpp | 83 struct Comments { struct 84 Comments(const Comments &Other) in Comments() argument 91 struct MoreComments { argument
|
| /external/google-styleguide/ |
| D | objcguide.md | 623 ## Comments section in Google Objective-C Style Guide 640 ### File Comments 652 ### Declaration Comments 709 ### Implementation Comments 738 ### Disambiguating Symbols 781 ### Object Ownership
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | ByteStreamer.h | 77 SmallVectorImpl<std::string> &Comments; variable 86 SmallVectorImpl<std::string> &Comments, in BufferByteStreamer()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | ByteStreamer.h | 76 std::vector<std::string> &Comments; variable 85 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
|
| /external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | ByteStreamer.h | 79 std::vector<std::string> &Comments; variable 88 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
|
| /external/grpc-grpc/doc/ |
| D | c-style-guide.md | 60 Comments section in GRPC C STYLE GUIDE
|
| /external/llvm-project/libc/docs/ |
| D | header_generation.rst | 45 Comments section in Header Configuration Language
|
| /external/selinux/secilc/docs/ |
| D | cil_reference_guide.md | 106 Comments section in CIL Information
|
| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | ArgumentCommentCheck.cpp | 80 std::vector<std::pair<SourceLocation, StringRef>> Comments; in getCommentsInRange() local 124 std::vector<std::pair<SourceLocation, StringRef>> Comments; in getCommentsBeforeLoc() local 298 std::vector<std::pair<SourceLocation, StringRef>> Comments; in checkCallArgs() local
|
| /external/autotest/docs/ |
| D | coding-style.md | 105 ## Comments section in Coding style for autotest in Chrome OS / Android / Brillo
|
| /external/python/cpython2/Doc/reference/ |
| D | lexical_analysis.rst | 90 Comments section in Line structure 103 .. _encodings:
|
| /external/python/cpython3/Doc/reference/ |
| D | lexical_analysis.rst | 64 Comments section in Line structure 76 .. _encodings:
|
| /external/curl/docs/ |
| D | CODE_STYLE.md | 45 ## Comments section in curl C code style
|
| /external/libgav1/libgav1/ |
| D | README.md | 107 ### Comments subsection
|
| /external/jdiff/src/jdiff/ |
| D | Comments.java | 23 public class Comments { class 34 public Comments() { in Comments() method in Comments
|
| /external/pigweed/docs/ |
| D | style_guide.rst | 164 Comments section in C++ style
|
| /external/angle/src/tests/preprocessor_tests/ |
| D | error_test.cpp | 55 TEST_F(ErrorTest, Comments) in TEST_F() argument
|
| D | extension_test.cpp | 29 TEST_F(ExtensionTest, Comments) in TEST_F() argument
|
| /external/clang/unittests/Tooling/ |
| D | CommentHandlerTest.cpp | 65 CommentList Comments; member in clang::CommentHandlerVisitor 96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
|
| /external/llvm-project/clang/unittests/Tooling/ |
| D | CommentHandlerTest.cpp | 64 CommentList Comments; member in clang::CommentHandlerVisitor 94 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
|
| /external/escapevelocity/ |
| D | README.md | 73 ## Comments section in EscapeVelocity summary
|
| /external/arm-trusted-firmware/docs/process/ |
| D | coding-style.rst | 298 Comments chapter
|
| /external/starlark-go/syntax/ |
| D | syntax.go | 16 Comments() *Comments methodSpec 30 type Comments struct { struct 31 Before []Comment // whole-line comments before this expression 32 Suffix []Comment // end-of-line comments after this expression (up to 1) 36 After []Comment 46 func (cr commentsRef) Comments() *Comments { return cr.ref } func
|