Searched refs:Arguments (Results 1 – 12 of 12) sorted by relevance
/build/soong/ui/build/ |
D | build.go | 216 ctx.Verboseln("Starting build with args:", config.Arguments()) 222 if inList("help", config.Arguments()) { 233 for _, a := range config.Arguments() { 243 if inList("clean", config.Arguments()) || inList("clobber", config.Arguments()) { 292 if inList("installclean", config.Arguments()) || 293 inList("install-clean", config.Arguments()) { 300 if inList("dataclean", config.Arguments()) || 301 inList("data-clean", config.Arguments()) {
|
D | dumpvars.go | 273 makeVars, err := dumpMakeVars(ctx, config, config.Arguments(), allVars, true, "")
|
D | config.go | 949 func (c *configImpl) Arguments() []string { func 954 if len(c.Arguments()) > 0 {
|
/build/soong/cc/ |
D | compdb.go | 57 Arguments []string `json:"arguments"` member 189 Arguments: getArguments(src, ctx, ccModule, ccPath, cxxPath),
|
/build/bazel/rules/test_common/ |
D | args.bzl | 22 Arguments: 54 Arguments:
|
/build/soong/bazel/ |
D | aquery.go | 446 argsEscaped := make([]string, len(actionEntry.Arguments)) 447 for i, arg := range actionEntry.Arguments { 733 if len(actionEntry.Arguments) < 1 { 744 if len(actionEntry.Arguments) < 1 {
|
/build/bazel/rules/apex/ |
D | bundle.bzl | 34 # Arguments 55 # Arguments
|
D | apex_aab.bzl | 72 # Arguments 93 # Arguments 203 # Arguments
|
D | apex.bzl | 442 # Arguments 582 # Arguments 641 # Arguments
|
/build/bazel/rules/android/ |
D | android_binary.bzl | 82 Arguments:
|
/build/bazel/rules/aidl/ |
D | aidl_interface.bzl | 120 Arguments: 237 Arguments:
|
/build/bazel/docs/ |
D | internal_concepts.md | 190 rules. Arguments for a macro are not typed. If macros are used, their arguments
|