Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 14 of 14) sorted by relevance

/build/blueprint/parser/
Dparser.go76 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})
Dprinter.go29 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])
Dparser_test.go37 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/
Dpost_process_props.py125 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(
Dtest_post_process_props.py51 p.comments.append("# a comment")
/build/make/core/
Dmisc_prebuilt_internal.mk32 $(transform-prebuilt-to-target-strip-comments)
Ddefinitions.mk2532 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/
Dandroidmk.go33 comments []*bpparser.CommentGroup member
52 f.comments = append(f.comments, &bpparser.CommentGroup{
212 Comments: file.comments,
/build/soong/androidmk/parser/
Dparser.go54 p.nodes = append(p.nodes, p.comments...)
64 comments []Node member
506 p.comments = append(p.comments, &Comment{
/build/soong/docs/
Dmap_files.md4 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/
DREADME120 file and to line up files. Sync lines are placed with the source file as comments in the generated
/build/make/tools/releasetools/
Dpylintrc104 # Ignore comments when computing similarities.
105 ignore-comments=yes
/build/soong/
DREADME.md84 `//` comments.
368 The tool converts variables, modules, comments, and some conditionals, but any
/build/soong/java/
Ddroiddoc.go1106 ` 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`+