Searched refs:comments (Results 1 – 13 of 13) sorted by relevance
/build/blueprint/parser/ |
D | parser.go | 76 comments := p.comments 81 Comments: comments, 106 comments []*CommentGroup member 158 var comments []*Comment 161 if len(comments) > 0 && p.scanner.Position.Line > comments[len(comments)-1].End().Line+1 { 162 p.comments = append(p.comments, &CommentGroup{Comments: comments}) 163 comments = nil 165 comments = append(comments, &Comment{lines, p.scanner.Position}) 168 p.comments = append(p.comments, &CommentGroup{Comments: comments})
|
D | printer.go | 29 comments []*CommentGroup member 49 comments: file.Comments, 209 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Offset < pos.Offset { 210 c := p.comments[p.curComment] 231 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Line < pos.Line { 232 c := p.comments[p.curComment] 328 for p.curComment < len(p.comments) { 329 p.printComment(p.comments[p.curComment])
|
D | parser_test.go | 35 comments []*CommentGroup 644 if len(file.Comments) == len(testCase.comments) { 646 if !reflect.DeepEqual(file.Comments[i], testCase.comments[i]) { 649 t.Errorf(" expected: %s", testCase.comments[i]) 656 len(testCase.comments), len(file.Comments))
|
/build/make/core/ |
D | apicheck_msg_current.txt | 6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
|
D | prebuilt_internal.mk | 487 $(transform-prebuilt-to-target-strip-comments)
|
D | definitions.mk | 2838 define copy-file-to-target-strip-comments 2867 define transform-prebuilt-to-target-strip-comments 2869 $(copy-file-to-target-strip-comments)
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk.go | 21 comments []*bpparser.CommentGroup member 35 f.comments = append(f.comments, &bpparser.CommentGroup{ 183 Comments: file.comments,
|
/build/soong/androidmk/parser/ |
D | parser.go | 36 p.nodes = append(p.nodes, p.comments...) 46 comments []Node member 479 p.comments = append(p.comments, &Comment{
|
/build/soong/ |
D | README.md | 56 `//` comments. 117 The tool converts variables, modules, comments, and some conditionals, but any
|
/build/soong/cc/ |
D | pylintrc | 161 # Ignore comments when computing similarities. 162 ignore-comments=yes
|
/build/kati/ |
D | INTERNALS.md | 164 ### Line concatenations and comments 167 comments are handled at a very early stage of a language 182 evaluating statements. Similar discussion applies for comments. GNU make usually 203 As written, backslashes and comments change their behavior depending on the 314 backslashes and comments are handled.
|
/build/make/tools/releasetools/ |
D | pylintrc | 104 # Ignore comments when computing similarities. 105 ignore-comments=yes
|
/build/make/tools/fs_config/ |
D | README | 119 file and to line up files. Sync lines are placed with the source file as comments in the generated
|