Searched refs:comments (Results 1 – 14 of 14) 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, 238 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Offset < pos.Offset { 239 c := p.comments[p.curComment] 260 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Line < pos.Line { 261 c := p.comments[p.curComment] 357 for p.curComment < len(p.comments) { 358 p.printComment(p.comments[p.curComment])
|
D | parser_test.go | 37 comments []*CommentGroup 1198 if len(file.Comments) == len(testCase.comments) { 1200 if !reflect.DeepEqual(file.Comments[i], testCase.comments[i]) { 1203 t.Errorf(" expected: %s", testCase.comments[i]) 1210 len(testCase.comments), len(file.Comments))
|
/build/make/tools/ |
D | post_process_props.py | 125 self.comments = [comment] 127 self.comments = [] 147 return bool(self.comments and not self.name) 156 self.comments.append("#" + assignment) 161 self.comments.append("# Removed by post_process_props.py because " + reason) 169 return "\n".join(self.comments + assignment) 202 self.props[index].comments.append(
|
D | test_post_process_props.py | 51 p.comments.append("# a comment")
|
/build/make/core/ |
D | misc_prebuilt_internal.mk | 32 $(transform-prebuilt-to-target-strip-comments)
|
D | definitions.mk | 2532 define copy-file-to-target-strip-comments 2561 define transform-prebuilt-to-target-strip-comments 2563 $(copy-file-to-target-strip-comments)
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 33 comments []*bpparser.CommentGroup member 52 f.comments = append(f.comments, &bpparser.CommentGroup{ 212 Comments: file.comments,
|
/build/soong/androidmk/parser/ |
D | parser.go | 54 p.nodes = append(p.nodes, p.comments...) 64 comments []Node member 506 p.comments = append(p.comments, &Comment{
|
/build/soong/docs/ |
D | map_files.md | 4 map.txt files. These files are [linker version scripts] with comments that are 33 meaning. If you need to add any comments that should not be interpreted by the 34 stub generator, keep them on their own line. For a list of supported comments, 54 available to users via `dlsym`. Note: All comments are ignored in this case. Any
|
/build/make/tools/fs_config/ |
D | README | 120 file and to line up files. Sync lines are placed with the source file as comments in the generated
|
/build/make/tools/releasetools/ |
D | pylintrc | 104 # Ignore comments when computing similarities. 105 ignore-comments=yes
|
/build/soong/ |
D | README.md | 84 `//` comments. 368 The tool converts variables, modules, comments, and some conditionals, but any
|
/build/soong/java/ |
D | droiddoc.go | 1106 ` 1. You can add '@hide' javadoc comments to the methods, etc. listed in the\n`+ 1761 ` 1. You can add '@hide' javadoc comments (and remove @SystemApi/@TestApi/etc)\n`+
|