Home
last modified time | relevance | path

Searched defs:Comments (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Dread.go58 type Comments struct { struct
59 Before []Comment // whole-line comments before this expression
60 Suffix []Comment // end-of-line comments after this expression
64 After []Comment
71 func (c *Comments) Comment() *Comments {
78 Comments anonMember
261 Comments anonMember
271 Comments anonMember
289 Comments anonMember
304 Comments anonMember
[all …]
/aosp_15_r20/external/google-styleguide/
H A Dobjcguide.md623 ## Comments section in Google Objective-C Style Guide
640 ### File Comments
652 ### Declaration Comments
709 ### Implementation Comments
738 ### Disambiguating Symbols
781 ### Object Ownership
/aosp_15_r20/hardware/interfaces/automotive/ivn_android_device/impl/default/config/
H A DDefaultConfig.json11 "Comments": "Occupant zone for driver and FRONT_LEFT seat" string
17 "Comments": "Occupant zone for FRONT_RIGHT passenger" string
30 "Comments": "Device for front row" string
56 "Comments": "Device for back row" string
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dcmake-language.7.rst420 Comments section in Syntax
428 .. _`Bracket Comment`:
430 Bracket Comment
461 Line Comment
/aosp_15_r20/external/golang-protobuf/compiler/protogen/
H A Dprotogen.go513 Comments CommentSet // comments associated with this enum member
545 Comments CommentSet // comments associated with this enum value member
582 Comments CommentSet // comments associated with this message member
739 Comments CommentSet // comments associated with this field member
817 Comments CommentSet // comments associated with this oneof member
849 Comments CommentSet // comments associated with this service member
878 Comments CommentSet // comments associated with this method member
1266 type Comments string type
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/doc/
H A Dnom_recipes.md55 ## Comments section in Nom Recipes
57 ### `// C++/EOL-style comments`
81 ### `/* C-style comments */`
/aosp_15_r20/external/rust/android-crates-io/crates/nom/doc/
Dnom_recipes.md55 ## Comments section in Nom Recipes
57 ### `// C++/EOL-style comments`
81 ### `/* C-style comments */`
/aosp_15_r20/external/starlark-go/syntax/
H A Dsyntax.go16 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
/aosp_15_r20/external/tpm2-tss/doc/
H A Dcoding_standard_c.md20 ## Comments section in Coding Standard
36 ### Examples
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h77 SmallVectorImpl<std::string> &Comments; variable
86 SmallVectorImpl<std::string> &Comments, in BufferByteStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h76 std::vector<std::string> &Comments; variable
85 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h93 std::vector<std::string> &Comments; variable
102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
/aosp_15_r20/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst90 Comments section in Line structure
103 .. _encodings:
/aosp_15_r20/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst64 Comments section in Line structure
76 .. _encodings:
/aosp_15_r20/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp65 CommentList Comments; member in clang::CommentHandlerVisitor
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
/aosp_15_r20/external/lzma/CPP/Common/
H A DLang.h16 UStringVector Comments; variable
/aosp_15_r20/external/grpc-grpc/doc/
H A Dc-style-guide.md60 Comments section in GRPC C STYLE GUIDE
/aosp_15_r20/external/selinux/secilc/docs/
H A Dcil_reference_guide.md111 Comments section in CIL Information
/aosp_15_r20/external/cronet/testing/variations/
H A DREADME.md127 #### Comments subsubsection
/aosp_15_r20/system/tools/aidl/
Dcomments.h42 using Comments = std::vector<Comment>; variable
/aosp_15_r20/external/autotest/docs/
H A Dcoding-style.md119 ## Comments section in Coding style for autotest in ChromeOS / Android / Brillo
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DLangPage.h13 UStringVector Comments; member
/aosp_15_r20/external/libgav1/
H A DREADME.md124 ### Comments subsection
/aosp_15_r20/external/python/mako/doc/build/
Dsyntax.rst130 Comments chapter
/aosp_15_r20/external/openthread/
H A DSTYLE_GUIDE.md164 ## Comments section in C and C++

12345