Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 15 of 15) sorted by relevance

/build/soong/android/
Drule_builder.go46 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 …]
Dbazel_handler.go302 commands []bazelCommand member
309 r.commands = append(r.commands, command)
/build/soong/cmd/extract_apks/bundle_proto/
Dregen.sh12 (cd "${0%/*}" && aprotoc --go_out=paths=source_relative:. commands.proto config.proto targeting.pro…
/build/soong/cmd/extract_apks/
DAndroid.bp21 "bundle_proto/commands.pb.go",
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto20 // 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/
DREADME.md15 The following commands are available:
/build/soong/docs/
Dperf.md68 `$(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/
DREADME12 The following commands were used to generate the test key pairs:
/build/soong/genrule/
Dgenrule.go655 var commands []string
713 commands = append(commands, command)
715 fullCommand := strings.Join(commands, " && ")
/build/soong/cmd/soong_ui/
Dmain.go69 var commands []command = []command{ var
557 for _, c := range commands {
/build/make/core/
DLINUX_KERNEL_COPYING119 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/
Dconcepts.md20 …entire build pipeline for Android.|Conceptually similar to `bazel build` or `bazel test` commands.|
/build/
Denvsetup.sh1842 -t commands "$@")
/build/make/
Denvsetup.sh1842 -t commands "$@")
DChanges.md474 Instead, write the export commands into the rule command lines themselves: