Searched refs:commands (Results 1 – 22 of 22) sorted by relevance
/build/soong/android/ |
D | rule_builder.go | 47 commands []*RuleBuilderCommand member 143 if len(r.commands) > 0 { 158 if len(r.commands) > 0 { 176 if len(r.commands) > 0 { 197 r.commands = append(r.commands, command) 232 for _, c := range r.commands { 259 for _, c := range r.commands { 281 for _, c := range r.commands { 301 for _, c := range r.commands { 331 for _, c := range r.commands { [all …]
|
D | bazel_handler.go | 336 commands []bazelCommand member 343 r.commands = append(r.commands, command)
|
/build/bazel/scripts/difftool/ |
D | clangcompile.py | 24 from commands import CommandInfo 25 from commands import flag_repr 26 from commands import is_flag_starts_with 27 from commands import parse_flag_groups
|
D | BUILD.bazel | 23 "commands.py",
|
D | difftool.py | 51 import commands 227 return commands.CommandInfo(tool=tool, args=args)
|
/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 | 25 "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/soong/cmd/soong_ui/ |
D | main.go | 65 var commands = []command{ var 521 for _, c := range commands { 528 flags := make([]string, len(commands)) 529 for i, c := range commands {
|
/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/bazel/ci/ |
D | rbc_dashboard.py | 379 commands = [] 381 commands.append(run_jailed_command([ 386 for success in await asyncio.gather(*commands):
|
/build/bazel/json_module_graph/ |
D | README.md | 13 The following commands are available:
|
/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 | 690 var commands []string 748 commands = append(commands, command) 750 fullCommand := strings.Join(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/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 23 the commands below are written with the `-v` flag for verbose output, however
|
/build/bazel/docs/ |
D | concepts.md | 23 …entire build pipeline for Android.|Conceptually similar to `bazel build` or `bazel test` commands.|
|
D | internal_concepts.md | 51 A Phony goal creates a Make-style phony rule, a rule with no commands that can
|
/build/ |
D | envsetup.sh | 1959 -t commands "$@")
|
/build/make/ |
D | envsetup.sh | 1959 -t commands "$@")
|
D | Changes.md | 505 Instead, write the export commands into the rule command lines themselves:
|
/build/make/tools/droiddoc/ |
D | LICENSE | 124 the interface presents a list of user commands or options, such as a 675 The hypothetical commands `show w' and `show c' should show the appropriate 676 parts of the General Public License. Of course, your program's commands
|