/tools/security/fuzzing/orphans/smallvec/ |
D | smallvec_fuzzer.rs | 37 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/ |
D | command.go | 43 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 …]
|
D | command_test.go | 350 gitCmd := exec.Command("git", "-C", projectDir, "init") 356 …gitCmd = exec.Command("git", "-C", projectDir, "commit", `--message="Initial commit"`, "--allow-em…
|
/tools/test/openhst/ |
D | stress_test.py | 386 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 …]
|
D | stress_test.proto | 116 // Command to run on this test step.
|
/tools/treble/hacksaw/workspace/ |
D | workspace_test.go | 270 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…
|
D | workspace.go | 194 cmd := exec.Command("git", 202 cmd = exec.Command("git", 279 cmd := exec.Command("git",
|
/tools/test/connectivity/acts_tests/ |
D | setup.py | 105 class ActsContribInstallDependencies(cmd.Command): 135 class ActsContribUninstall(cmd.Command):
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 106 class ActsInstallDependencies(cmd.Command): 136 class ActsUninstall(cmd.Command):
|
/tools/security/gdb/heap_print/ |
D | heap_print_script.py | 164 class WatchHeap(gdb.Command): 186 class PrintHeapPointer(gdb.Command):
|
/tools/treble/hacksaw/cmd/hacksaw/ |
D | main.go | 90 cmd := exec.Command(os.Args[0], os.Args[1:]...)
|
/tools/metalava/ |
D | DOWNLOADING.md | 6 …Git repositories at once. For more information about Repo, see the [Repo Command Reference](https:…
|
/tools/test/connectivity/acts/ |
D | README.md | 91 ## Breaking Down a Sample Command
|