Searched defs:Command (Results  1 – 13 of 13) 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/netsim-cli/src/ | 
| D | lib.rs | 68     command: &mut args::Command,  in perform_command() 103     command: &args::Command,  in process_result()
  | 
| D | args.rs | 41 pub enum Command {  enum 59 impl Command {  impl
  | 
| D | requests.rs | 18 impl args::Command {  implementation
  | 
| D | response.rs | 25 impl args::Command {  implementation
  | 
| /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/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
  |