Searched refs:commands (Results 1 – 15 of 15) sorted by relevance
/build/soong/android/ |
D | rule_builder.go | 46 commands []*RuleBuilderCommand member 149 if len(r.commands) > 0 { 167 if len(r.commands) > 0 { 185 if len(r.commands) > 0 { 206 r.commands = append(r.commands, command) 241 for _, c := range r.commands { 268 for _, c := range r.commands { 290 for _, c := range r.commands { 310 for _, c := range r.commands { 340 for _, c := range r.commands { [all …]
|
D | bazel_handler.go | 302 commands []bazelCommand member 309 r.commands = append(r.commands, command)
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | regen.sh | 12 (cd "${0%/*}" && aprotoc --go_out=paths=source_relative:. commands.proto config.proto targeting.pro…
|
/build/soong/cmd/extract_apks/ |
D | Android.bp | 21 "bundle_proto/commands.pb.go",
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 20 // A set of commands to run in a sandbox. 22 // A list of commands to run in the sandbox. 23 repeated Command commands = 1; field
|
/build/bazel/json_module_graph/ |
D | README.md | 15 The following commands are available:
|
/build/soong/docs/ |
D | perf.md | 68 `$(shell)` commands need to be re-executed to determine if their output changed. 94 All the longest commands in this case are all variants of a call to `find`, but 100 There are some optimizations in place for find commands -- if Kati can 103 that the output may change). Many of the common macros produce find commands 228 commands are taking than having extra dependencies, or slowdowns in 234 for build commands to impact unrelated build commands. This is an area we'd
|
/build/make/target/product/security/ |
D | README | 12 The following commands were used to generate the test key pairs:
|
/build/soong/genrule/ |
D | genrule.go | 655 var commands []string 713 commands = append(commands, command) 715 fullCommand := strings.Join(commands, " && ")
|
/build/soong/cmd/soong_ui/ |
D | main.go | 69 var commands []command = []command{ var 557 for _, c := range commands {
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 119 c) If the modified program normally reads commands interactively 337 The hypothetical commands `show w' and `show c' should show the appropriate 338 parts of the General Public License. Of course, the commands you use may
|
/build/bazel/docs/ |
D | concepts.md | 20 …entire build pipeline for Android.|Conceptually similar to `bazel build` or `bazel test` commands.|
|
/build/ |
D | envsetup.sh | 1842 -t commands "$@")
|
/build/make/ |
D | envsetup.sh | 1842 -t commands "$@")
|
D | Changes.md | 474 Instead, write the export commands into the rule command lines themselves:
|