Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 24 of 24) sorted by relevance

/build/kati/testcase/
Dcomment_in_define.mk1 define comment
5 a:=$(comment)
8 $(comment)
/build/blueprint/
Dninja_writer.go44 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)
Dninja_defs.go268 comment := params.Comment
272 Comment: comment,
369 comment = b.Comment
383 err := nw.Build(comment, rule, outputs, implicitOuts, explicitDeps, implicitDeps, orderOnlyDeps)
Dninja_writer_test.go108 # r comment
DLICENSE185 comment syntax for the file format. We also recommend that a
/build/blueprint/parser/
Dast.go426 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 …]
Dprinter.go328 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/
Dstrip.sh93 …}/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/
Dparser.go481 comment := ""
489 comment += "\\"
493 comment += "\\" + p.scanner.TokenText()
501 comment += p.scanner.TokenText()
508 Comment: comment,
/build/kati/
Dexpr_test.go230 in: `$(eval ## comment)`,
232 expr: `$(eval ## comment)`,
DLICENSE185 comment syntax for the file format. We also recommend that a
DINTERNALS.md185 We have a bunch of comment/backslash related testcases in the testcase directory
/build/blueprint/microfactory/
Dmicrofactory.go237 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/
DZipEntry.cpp114 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()
DZipEntry.h165 void initNew(const char* fileName, const char* comment);
/build/make/tools/releasetools/
Dedify_generator.py226 def Comment(self, comment): argument
229 for i in comment.split("\n"):
Dcommon.py2489 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' %
Dpylintrc90 # Add a comment according to your evaluation note. This is used by the global
92 comment=no
Dtest_common.py1093 def Comment(self, comment): argument
1095 self.lines.append("# {}".format(comment))
/build/soong/third_party/zip/
Dreader.go88 z.Comment = end.comment
426 d.comment = string(b[:l])
Dstruct.go144 comment string member
/build/soong/androidmk/cmd/androidmk/
Dandroidmk_test.go42 # Source comment
44 # Second source comment
/build/soong/cc/
Dpylintrc66 # Add a comment according to your evaluation note. This is used by the global
68 comment=no
/build/make/core/
Dmain.mk1297 APEX libraries found in system image (see comment for check-apex-libs-absence in \