Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dast.go51 type Comment struct { struct
52 CommentPos Pos
53 Comment string argument
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.go53 Comment string // The comment that will appear above the definition. member
74 Comment string // The comment that will appear above the definition. member
82 Comment string // The comment that will appear above the definition. member
101 Comment string member
137 Comment string member
255 Comment string member
Dninja_writer.go48 func (n *ninjaWriter) Comment(comment string) error { func
/build/blueprint/parser/
Dast.go740 type Comment struct { struct
741 Comment []string member
742 Slash scanner.Position
745 func (c Comment) Pos() scanner.Position {
749 func (c Comment) End() scanner.Position {
759 func (c Comment) String() string {
774 func (c Comment) Text() string {
/build/soong/third_party/zip/
Dreader_test.go24 Comment string member
Dreader.go27 Comment string member
Dstruct.go90 Comment string member
/build/make/tools/releasetools/
Dtest_utils.py209 def Comment(self, comment): member in MockScriptWriter
Dedify_generator.py246 def Comment(self, comment): member in EdifyGenerator
/build/make/tools/perf/
Dbenchmarks283 def Comment(prefix, suffix=""): function