Searched refs:comments (Results 1 – 16 of 16) 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 | 164 self.comments = [comment] 166 self.comments = [] 186 return bool(self.comments and not self.name) 195 self.comments.append("#" + assignment) 200 self.comments.append("# Removed by post_process_props.py because " + reason) 208 return "\n".join(self.comments + assignment) 241 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 | 2715 define copy-file-to-target-strip-comments 2756 define transform-prebuilt-to-target-strip-comments 2758 $(copy-file-to-target-strip-comments)
|
/build/soong/sdk/ |
D | bp.go | 28 comments map[string]string member 147 if s.comments == nil { 148 s.comments = map[string]string{} 150 s.comments[name] = strings.TrimSpace(text)
|
D | update.go | 827 if text, ok := set.comments[name]; ok {
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 33 comments []*bpparser.CommentGroup member 68 f.comments = append(f.comments, &bpparser.CommentGroup{ 235 Comments: file.comments,
|
/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 56 library. Annotations in comments only affect what is exposed by the stubs.
|
/build/soong/androidmk/parser/ |
D | parser.go | 54 p.nodes = append(p.nodes, p.comments...) 64 comments []Node member 513 p.comments = append(p.comments, &Comment{
|
/build/make/tools/fs_config/ |
D | README.md | 65 generated file and to line up files. Sync lines are placed with the source file as comments in the
|
/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 | droidstubs.go | 663 ` 1. You can add '@hide' javadoc comments (and remove @SystemApi/@TestApi/etc)\n`+
|