Searched defs:Command (Results 1 – 14 of 14) sorted by relevance
/tools/treble/hacksaw/client/ |
D | command.go | 43 type Command struct { struct 44 workspace workspace.Workspace 51 func (c Command) addCodebase(args []string) error { 67 func (c Command) defaultCodebase(args []string) error { 81 func (c Command) listCodebases() { 96 func (c Command) removeCodebase(args []string) error { 111 func (c Command) createWorkspace(args []string) error { 140 func (c Command) recreateWorkspace(args []string) error { 156 func (c Command) listWorkspaces() { 164 func (c Command) removeWorkspace(args []string) error { [all …]
|
/tools/test/connectivity/acts/ |
D | README.md | 101 ### Configuration Files 128 ### Test Class
|
/tools/netsim/rust/cli/src/ |
D | lib.rs | 74 command: &mut args::Command, in perform_command() 173 command: &args::Command, in continuous_perform_command() 186 command: &args::Command, in process_result()
|
D | requests.rs | 35 impl Command { implementation 297 fn test_command(command: &str, expected_command: Command, expected_grpc_request: GrpcRequest) { in test_command()
|
D | response.rs | 23 impl args::Command { implementation
|
D | args.rs | 51 pub enum Command { enum 278 cmd: &clap::Command, in parse_ref() 316 cmd: &clap::Command, in parse_ref()
|
/tools/treble/build/treble_build/local/ |
D | ninja.go | 41 Command(ctx context.Context, target string) (*bytes.Buffer, error) methodSpec 208 func (n *ninjaCmd) Command(ctx context.Context, target string) (*bytes.Buffer, error) { func 246 func (cli *ninjaCli) Command(ctx context.Context, target string) (*app.BuildCommand, error) { func
|
D | ninja_test.go | 36 func (n *ninjaTest) Command(ctx context.Context, target string) (*bytes.Buffer, error) { func
|
/tools/tradefederation/core/test_framework/com/android/tradefed/util/ |
D | DeviceActionUtil.java | 64 public enum Command { enum in DeviceActionUtil 70 Command(String cmdName) { in Command() method in DeviceActionUtil.Command
|
/tools/security/fuzzing/orphans/smallvec/ |
D | smallvec_fuzzer.rs | 49 enum Command { enum
|
/tools/treble/build/treble_build/report/ |
D | dependencies.go | 24 Command(ctx context.Context, target string) (*app.BuildCommand, error) methodSpec
|
D | report_test.go | 50 func (r *reportTest) Command(ctx context.Context, target string) (*app.BuildCommand, error) { func
|
/tools/test/openhst/ |
D | stress_test.py | 646 def Command(self, command): member in Device
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | failure_details.proto | 529 message Command { message
|