Home
last modified time | relevance | path

Searched defs:command (Results 1 – 11 of 11) sorted by relevance

/build/soong/cmd/soong_ui/
Dmain.go41 type command struct { struct
43 flag string
46 description string
49 simpleOutput bool
52 logsPrefix string
55 config func(ctx build.Context, args ...string) build.Config
58 stdio func() terminal.StdioInterface
61 run func(ctx build.Context, config build.Config, args []string)
/build/bazel/rules/partitions/diff/
Dpartition_inspector.py29 def run_debugfs(command): argument
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto36 optional string command = 2; field
/build/make/tools/aconfig/aconfig_device_paths/src/
DHostDeviceProtosTemplate.java36 String executeAdbCommand(String command); in executeAdbCommand()
/build/make/tools/product_config/src/com/android/build/config/
DKatiImpl.java52 public KatiImpl(Errors errors, Options options, KatiCommand command) { in KatiImpl()
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto41 required string command = 3; field
/build/make/core/
Dchecktree40 def run(command, regex, filt): argument
/build/soong/scripts/
Dconv_linker_config_test.py125 def command(self, args): member in ConvLinkerConfigTest
/build/make/tools/envsetup/
Drun_envsetup_tests45 def test(shell, command, expected_return, expected_stdout, expected_stderr, expected_env): argument
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto54 optional string command = 6; field
/build/make/tools/aconfig/aflags/src/
Dmain.rs164 command: Command, field