Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 13 of 13) sorted by relevance

/tools/treble/hacksaw/client/
Dcommand.go43 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/
DREADME.md101 ### Configuration Files
128 ### Test Class
/tools/netsim/rust/netsim-cli/src/
Dlib.rs68 command: &mut args::Command, in perform_command()
103 command: &args::Command, in process_result()
Dargs.rs41 pub enum Command { enum
59 impl Command { impl
Drequests.rs18 impl args::Command { implementation
Dresponse.rs25 impl args::Command { implementation
/tools/treble/build/treble_build/local/
Dninja.go41 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
Dninja_test.go36 func (n *ninjaTest) Command(ctx context.Context, target string) (*bytes.Buffer, error) { func
/tools/security/fuzzing/orphans/smallvec/
Dsmallvec_fuzzer.rs49 enum Command { enum
/tools/treble/build/treble_build/report/
Ddependencies.go24 Command(ctx context.Context, target string) (*app.BuildCommand, error) methodSpec
Dreport_test.go50 func (r *reportTest) Command(ctx context.Context, target string) (*app.BuildCommand, error) { func
/tools/test/openhst/
Dstress_test.py646 def Command(self, command): member in Device
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto529 message Command { message