Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dast.go51 type Comment struct { struct
52 CommentPos Pos
53 Comment string member
56 func (x *Comment) Dump() string {
60 func (x *Comment) Pos() Pos { return x.CommentPos }
61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
/build/blueprint/
Dninja_defs.go51 Comment string // The comment that will appear above the definition. member
73 Comment string // The comment that will appear above the definition. member
81 Comment string // The comment that will appear above the definition. member
100 Comment string member
136 Comment string member
264 Comment string member
Dninja_writer.go48 func (n *ninjaWriter) Comment(comment string) error { func
/build/blueprint/parser/
Dast.go418 type Comment struct { struct
419 Comment []string member
420 Slash scanner.Position
423 func (c Comment) Pos() scanner.Position {
427 func (c Comment) End() scanner.Position {
437 func (c Comment) String() string {
452 func (c Comment) Text() string {
/build/make/tools/releasetools/
Dtest_utils.py184 def Comment(self, comment): member in MockScriptWriter
Dedify_generator.py246 def Comment(self, comment): member in EdifyGenerator
/build/soong/third_party/zip/
Dreader_test.go24 Comment string member
Dreader.go27 Comment string member
Dstruct.go90 Comment string member