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 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.go51 Comment string // The comment that will appear above the definition. member
72 Comment string // The comment that will appear above the definition. member
80 Comment string // The comment that will appear above the definition. member
97 Comment string member
133 Comment string member
252 Comment string member
Dninja_writer.go44 func (n *ninjaWriter) Comment(comment string) error { func
/build/blueprint/parser/
Dast.go415 type Comment struct { struct
416 Comment []string member
417 Slash scanner.Position
420 func (c Comment) Pos() scanner.Position {
424 func (c Comment) End() scanner.Position {
434 func (c Comment) String() string {
449 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/
Dedify_generator.py226 def Comment(self, comment): member in EdifyGenerator
Dtest_common.py1093 def Comment(self, comment): member in MockScriptWriter