Home
last modified time | relevance | path

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

/tools/security/fuzzing/orphans/smallvec/
Dsmallvec_fuzzer.rs37 commands: Vec<Command>,
50 enum Command { enum
77 fn do_fuzz<T: Array<Item = Data>>(commands: Vec<Command>) { in do_fuzz()
81 Command::Push { value } => { in do_fuzz()
84 Command::Pop => { in do_fuzz()
87 Command::Insert { index, element } => { in do_fuzz()
92 Command::Remove { index } => { in do_fuzz()
97 Command::SwapRemove { index } => { in do_fuzz()
102 Command::Drain => { in do_fuzz()
105 Command::Clear => { in do_fuzz()
[all …]
/tools/treble/hacksaw/client/
Dcommand.go43 type Command struct { struct
47 func NewCommand(bm bind.PathBinder, wtd string) Command {
48 return Command{workspace.New(bm, wtd)}
51 func (c Command) addCodebase(args []string) error { argument
67 func (c Command) defaultCodebase(args []string) error { argument
81 func (c Command) listCodebases() { argument
96 func (c Command) removeCodebase(args []string) error { argument
111 func (c Command) createWorkspace(args []string) error { argument
140 func (c Command) recreateWorkspace(args []string) error { argument
156 func (c Command) listWorkspaces() { argument
[all …]
Dcommand_test.go350 gitCmd := exec.Command("git", "-C", projectDir, "init")
356 …gitCmd = exec.Command("git", "-C", projectDir, "commit", `--message="Initial commit"`, "--allow-em…
/tools/test/openhst/
Dstress_test.py386 self.device_type = self.Command(["shell", "getprop",
401 result = self.Command(
560 self.Command(["pull", file_to_move.source, file_to_move.destination])
611 result = self.Command(shlex.split(action)).strip()
617 self.Command(["root"])
619 self.Command(["wait-for-device"])
638 result = self.Command(command).strip()
643 def Command(self, command): member in Device
682 sdk = int(self.Command(
686 bugreport_fp.write(self.Command(["bugreport", bugreport]))
[all …]
Dstress_test.proto116 // Command to run on this test step.
/tools/treble/hacksaw/workspace/
Dworkspace_test.go270 cmd := exec.Command("git", "-C", projectDir, "init")
276 …cmd = exec.Command("git", "-C", projectDir, "commit", `--message="Initial commit"`, "--allow-empty…
327 cmd = exec.Command("git", "-C", wsProjectDir, "show", branchName)
362 cmd := exec.Command("git", "-C", roProjectDir, "init")
368 …cmd = exec.Command("git", "-C", roProjectDir, "commit", `--message="Initial commit"`, "--allow-emp…
382 cmd = exec.Command("git", "-C", rwProjectDir, "init")
388 …cmd = exec.Command("git", "-C", rwProjectDir, "commit", `--message="Initial commit"`, "--allow-emp…
Dworkspace.go194 cmd := exec.Command("git",
202 cmd = exec.Command("git",
279 cmd := exec.Command("git",
/tools/test/connectivity/acts_tests/
Dsetup.py105 class ActsContribInstallDependencies(cmd.Command):
135 class ActsContribUninstall(cmd.Command):
/tools/test/connectivity/acts/framework/
Dsetup.py106 class ActsInstallDependencies(cmd.Command):
136 class ActsUninstall(cmd.Command):
/tools/security/gdb/heap_print/
Dheap_print_script.py164 class WatchHeap(gdb.Command):
186 class PrintHeapPointer(gdb.Command):
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go90 cmd := exec.Command(os.Args[0], os.Args[1:]...)
/tools/metalava/
DDOWNLOADING.md6 …Git repositories at once. For more information about Repo, see the [Repo Command Reference](https:…
/tools/test/connectivity/acts/
DREADME.md91 ## Breaking Down a Sample Command