Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 10 of 10) sorted by relevance

/build/soong/mk2rbc/
Dexpr.go48 func (s *stringLiteralExpr) emit(gctx *generationContext) { func
57 s.emit(gctx)
73 func (s *intLiteralExpr) emit(gctx *generationContext) { func
82 s.emit(gctx)
98 func (b *boolLiteralExpr) emit(gctx *generationContext) { func
111 b.emit(gctx)
125 func (g *globalsExpr) emit(gctx *generationContext) { func
134 g.emit(gctx)
182 func (xi *interpolateExpr) emit(gctx *generationContext) { func
196 arg.emit(gctx)
[all …]
Dnode.go27 emit(ctx *generationContext) methodSpec
35 func (c *commentNode) emit(gctx *generationContext) { func
116 i.path.emit(gctx)
135 func (inn *inheritNode) emit(gctx *generationContext) { func
165 func (inn *includeNode) emit(gctx *generationContext) { func
201 func (asgn *assignmentNode) emit(gctx *generationContext) { func
234 func (exn *exprNode) emit(gctx *generationContext) { func
236 exn.expr.emit(gctx)
244 func (in *ifNode) emit(gctx *generationContext) { func
252 in.expr.emit(gctx)
[all …]
Dvariable.go86 value.emit(gctx)
147 value.emit(gctx)
209 value.emit(gctx)
223 pv.value.emit(gctx)
Dmk2rbc.go283 func (gctx *generationContext) emit() string { func
302 node.emit(gctx)
319 node.emit(gctx)
397 im.pathExpr().emit(gctx)
2176 return NewGenerateContext(ss).emit()
/build/make/core/
Ddefinitions.mk2380 define emit-line
2388 @$(call emit-line,$(wordlist 1,500,$(1)),$(2))
2389 @$(call emit-line,$(wordlist 501,1000,$(1)),$(2))
2390 @$(call emit-line,$(wordlist 1001,1500,$(1)),$(2))
2391 @$(call emit-line,$(wordlist 1501,2000,$(1)),$(2))
2392 @$(call emit-line,$(wordlist 2001,2500,$(1)),$(2))
2393 @$(call emit-line,$(wordlist 2501,3000,$(1)),$(2))
2394 @$(call emit-line,$(wordlist 3001,3500,$(1)),$(2))
2395 @$(call emit-line,$(wordlist 3501,4000,$(1)),$(2))
2396 @$(call emit-line,$(wordlist 4001,4500,$(1)),$(2))
[all …]
Dproduct-graph.mk53 define emit-product-node-props
/build/bazel/product_config/config_settings/
Dsoong_config_variable_config_settings.bzl60 … # TODO(b/281568854) Update the bp2build converter to emit something like the following instead:
152 # We emit something like:
/build/bazel/
Dcommon.bazelrc51 # Always emit the stdout of failing tests as they should be emphasized. (b/247516541)
/build/make/tools/releasetools/
Dpylintrc373 # Exceptions that will emit a warning when being caught. Defaults to
/build/soong/docs/
Dperf.md238 ninja invocations, e.g. to emit $OUT_DIR/soong/build.ninja, $OUT_DIR/soong/module-graph.json, etc.