Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 16 of 16) 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.py164 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(
Dtest_post_process_props.py51 p.comments.append("# a comment")
/build/make/core/
Dmisc_prebuilt_internal.mk32 $(transform-prebuilt-to-target-strip-comments)
Ddefinitions.mk2715 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/
Dbp.go28 comments map[string]string member
147 if s.comments == nil {
148 s.comments = map[string]string{}
150 s.comments[name] = strings.TrimSpace(text)
Dupdate.go827 if text, ok := set.comments[name]; ok {
/build/soong/androidmk/androidmk/
Dandroidmk.go33 comments []*bpparser.CommentGroup member
68 f.comments = append(f.comments, &bpparser.CommentGroup{
235 Comments: file.comments,
/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
56 library. Annotations in comments only affect what is exposed by the stubs.
/build/soong/androidmk/parser/
Dparser.go54 p.nodes = append(p.nodes, p.comments...)
64 comments []Node member
513 p.comments = append(p.comments, &Comment{
/build/make/tools/fs_config/
DREADME.md65 generated file and to line up files. Sync lines are placed with the source file as comments in the
/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/
Ddroidstubs.go663 ` 1. You can add '@hide' javadoc comments (and remove @SystemApi/@TestApi/etc)\n`+