Home
last modified time | relevance | path

Searched refs:Comments (Results 1 – 5 of 5) sorted by relevance

/build/blueprint/parser/
Dsort.go32 sort.Sort(commentsByOffset(file.Comments))
116 copyComments := append([]Comment{}, file.Comments...)
124 file.Comments[j].Pos.Line = curPos.Line
125 file.Comments[j].Pos.Offset += values[i].Pos.Offset - e.pos.Offset
Dparser_test.go505 if len(file.Comments) == len(testCase.comments) {
506 for i := range file.Comments {
507 if !reflect.DeepEqual(file.Comments, testCase.comments) {
511 t.Errorf(" got: %s", file.Comments[i])
517 len(testCase.comments), len(file.Comments))
Dparser.go43 Comments []Comment member
65 Comments: comments,
Dprinter.go49 comments: file.Comments,
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go173 Comments: file.comments,