Searched refs:commands (Results 1 – 11 of 11) sorted by relevance
/build/soong/android/ |
D | rule_builder.go | 31 commands []*RuleBuilderCommand member 114 if len(r.commands) > 0 { 139 r.commands = append(r.commands, command) 174 for _, c := range r.commands { 201 for _, c := range r.commands { 221 for _, c := range r.commands { 251 for _, c := range r.commands { 264 for _, c := range r.commands { 280 for _, c := range r.commands { 309 for _, c := range r.commands { [all …]
|
/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 | 17 "bundle_proto/commands.pb.go",
|
/build/blueprint/ |
D | README.md | 7 [Ninja](https://ninja-build.org/) manifest describing the commands that
|
/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/soong/genrule/ |
D | genrule.go | 611 var commands []string 652 commands = append(commands, command) 654 fullCommand := strings.Join(commands, " && ")
|
/build/make/target/product/security/ |
D | README | 12 The following commands were used to generate the test key pairs:
|
/build/soong/cmd/soong_ui/ |
D | main.go | 63 var commands []command = []command{ var 486 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/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 103 c) If the modified program normally reads commands interactively
|
/build/make/ |
D | Changes.md | 420 Instead, write the export commands into the rule command lines themselves:
|