Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 5 of 5) sorted by relevance

/build/soong/androidmk/parser/
Dmakething.go26 type Comment struct { struct
27 makeThing
28 Comment string member
82 func (c Comment) AsComment() (Comment, bool) {
86 func (c Comment) Dump() string {
/build/blueprint/
Dninja_defs.go51 Comment string // The comment that will appear above the definition. member
71 Comment string // The comment that will appear above the definition. member
79 Comment string // The comment that will appear above the definition. member
92 Comment string member
127 Comment string member
249 Comment string member
Dninja_writer.go44 func (n *ninjaWriter) Comment(comment string) error { func
/build/blueprint/parser/
Dparser.go778 type Comment struct { struct
779 Comment []string argument
780 Pos scanner.Position
783 func (c Comment) String() string {
798 func (c Comment) Text() string {
829 func (c Comment) EndLine() int {
/build/tools/releasetools/
Dedify_generator.py225 def Comment(self, comment): member in EdifyGenerator