/build/kati/testcase/ |
D | comment_in_define.mk | 1 define comment 5 a:=$(comment) 8 $(comment)
|
/build/blueprint/ |
D | ninja_writer.go | 44 func (n *ninjaWriter) Comment(comment string) error { 51 for i, r := range comment { 63 line = strings.TrimRightFunc(comment[lineStart:i], unicode.IsSpace) 69 line = strings.TrimSpace(comment[lineStart:lastSplitPoint]) 83 if lineStart != len(comment) { 84 line := strings.TrimSpace(comment[lineStart:]) 106 func (n *ninjaWriter) Build(comment string, rule string, outputs, implicitOuts, 119 if comment != "" { 120 err := wrapper.Comment(comment)
|
D | ninja_defs.go | 268 comment := params.Comment 272 Comment: comment, 369 comment = b.Comment 383 err := nw.Build(comment, rule, outputs, implicitOuts, explicitDeps, implicitDeps, orderOnlyDeps)
|
D | ninja_writer_test.go | 108 # r comment
|
D | LICENSE | 185 comment syntax for the file format. We also recommend that a
|
/build/blueprint/parser/ |
D | ast.go | 426 for _, comment := range c.Comment { 427 pos.Offset += len(comment) + 1 428 pos.Column = len(comment) + 1 436 for _, comment := range c.Comment { 437 l += len(comment) + 1 440 for _, comment := range c.Comment { 441 buf = append(buf, comment...) 451 for _, comment := range c.Comment { 452 l += len(comment) + 1 461 for i, comment := range c.Comment { [all …]
|
D | printer.go | 328 for _, comment := range cg.Comments { 329 if !p.requestNewlinesForPos(comment.Pos()) { 332 for i, line := range comment.Comment { 341 if i < len(comment.Comment)-1 { 345 p.pos = comment.End()
|
/build/soong/scripts/ |
D | strip.sh | 93 …}/llvm-strip" --strip-all -keep-section=.ARM.attributes -remove-section=.comment "${infile}" -o "$… 95 "${CROSS_COMPILE}strip" --strip-all -R .comment "${infile}" -o "${outfile}.tmp" || fail=true 108 …"${CROSS_COMPILE}objcopy" -S --remove-section .gdb_index --remove-section .comment --keep-symbols=…
|
/build/soong/androidmk/parser/ |
D | parser.go | 481 comment := "" 489 comment += "\\" 493 comment += "\\" + p.scanner.TokenText() 501 comment += p.scanner.TokenText() 508 Comment: comment,
|
/build/kati/ |
D | expr_test.go | 230 in: `$(eval ## comment)`, 232 expr: `$(eval ## comment)`,
|
D | LICENSE | 185 comment syntax for the file format. We also recommend that a
|
D | INTERNALS.md | 185 We have a bunch of comment/backslash related testcases in the testcase directory
|
/build/blueprint/microfactory/ |
D | microfactory.go | 237 func parseBuildComment(comment string) (matches, ok bool) { 238 if !strings.HasPrefix(comment, "//") { 241 for i, c := range comment { 245 f := strings.Fields(comment[i:]) 298 for _, comment := range commentGroup.List { 299 if matches, ok := parseBuildComment(comment.Text); ok && !matches {
|
/build/make/tools/zipalign/ |
D | ZipEntry.cpp | 114 void ZipEntry::initNew(const char* fileName, const char* comment) in initNew() argument 123 if (comment != NULL) in initNew() 124 mCDE.mFileCommentLength = strlen(comment); in initNew() 134 assert(comment != NULL); in initNew() 135 strcpy((char*) mCDE.mFileComment, comment); in initNew()
|
D | ZipEntry.h | 165 void initNew(const char* fileName, const char* comment);
|
/build/make/tools/releasetools/ |
D | edify_generator.py | 226 def Comment(self, comment): argument 229 for i in comment.split("\n"):
|
D | common.py | 2489 def comment(line): function 2493 comment('Remove all existing dynamic partitions and groups before ' 2503 comment('Move partition %s from %s to default' % (p, u.src_group)) 2508 comment('Shrink partition %s from %d to %d' % 2517 comment('Shrink group %s from %d to %d' % (g, u.src_size, u.tgt_size)) 2522 comment('Add group %s with maximum size %d' % (g, u.tgt_size)) 2526 comment('Grow group %s from %d to %d' % (g, u.src_size, u.tgt_size)) 2531 comment('Add partition %s to group %s' % (p, u.tgt_group)) 2536 comment('Grow partition %s from %d to %d' % (p, u.src_size, u.tgt_size)) 2541 comment('Move partition %s from default to %s' %
|
D | pylintrc | 90 # Add a comment according to your evaluation note. This is used by the global 92 comment=no
|
D | test_common.py | 1093 def Comment(self, comment): argument 1095 self.lines.append("# {}".format(comment))
|
/build/soong/third_party/zip/ |
D | reader.go | 88 z.Comment = end.comment 426 d.comment = string(b[:l])
|
D | struct.go | 144 comment string member
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk_test.go | 42 # Source comment 44 # Second source comment
|
/build/soong/cc/ |
D | pylintrc | 66 # Add a comment according to your evaluation note. This is used by the global 68 comment=no
|
/build/make/core/ |
D | main.mk | 1297 APEX libraries found in system image (see comment for check-apex-libs-absence in \
|