/tools/dexter/dexter/ |
D | dexter_tests.py | 54 def Run(cmd, stdin_content=None): function 81 actual_output = Run(cmd) 93 cmp_output = Run('diff "%s" -' % expected_filename, actual_output)
|
D | main.cc | 21 return dexter.Run(); in main()
|
D | experimental.h | 25 void Run(const char* experiment, std::shared_ptr<ir::DexFile> dex_ir);
|
D | dexter.h | 38 int Run();
|
D | dexter.cc | 59 int Dexter::Run() { in Run() function in Dexter 383 experimental::Run(experiment, dex_ir); in ProcessDex()
|
/tools/acloud/create/ |
D | create_test.py | 103 setup.Run.assert_not_called() 111 setup.Run.assert_called_once() 129 create.Run(args) 135 create.Run(args)
|
/tools/acloud/public/ |
D | acloud_main.py | 357 report = create.Run(args) 395 report = delete.Run(args) 397 list_instances.Run(args) 399 reconnect.Run(args) 401 report = pull.Run(args) 403 setup.Run(args)
|
/tools/acloud/setup/ |
D | setup.py | 31 def Run(args): function 68 subtask.Run(force_setup=args.force)
|
D | base_task_runner.py | 90 def Run(self, force_setup=False): member in BaseTaskRunner
|
D | host_setup_runner_test.py | 118 self.CuttlefishCommonPkgInstaller.Run()
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 189 Note: Run the test a first time and it will fail. Change the address to 207 Note: Run the test a first time and it will fail. Change the address to 250 Note: Run the test a first time and it will fail. Change the address to 267 Note: Run the test a first time and it will fail. Change the address to 296 Note: Run the test a first time and it will fail. Change the address to 317 Note: Run the test a first time and it will fail. Change the address to 347 Note: Run the test a first time and it will fail. Change the address to 529 Note: Run these commands before executing the testcase on PTS Side 537 Note: Run these commands before executing the testcase on PTS Side 548 Note: Run the first 4 commands before executing the testcase on PTS Side [all …]
|
/tools/repohooks/ |
D | README.md | 173 * `bpfmt`: Run Blueprint files (.bp) through `bpfmt`. 174 * `checkpatch`: Run commits through the Linux kernel's `checkpatch.pl` script. 175 * `clang_format`: Run git-clang-format against the commit. The default style is 188 * `cpplint`: Run through the cpplint tool (for C++ code). 189 * `gofmt`: Run Go code through `gofmt`. 190 * `google_java_format`: Run Java code through 194 * `pylint2`: Run Python code through `pylint` using Python 2. 195 * `pylint3`: Run Python code through `pylint` using Python 3. 196 * `rustfmt`: Run Rust code through `rustfmt`. 197 * `xmllint`: Run XML code through `xmllint`.
|
/tools/acloud/pull/ |
D | pull.py | 98 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True) 204 def Run(args): function
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 50 ## Run a suite 52 ### Run a suite in local build 68 ### Run a suite with remote build
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage.py | 326 self._ssh.Run(ssh_command) 340 self._ssh.Run(ssh_command) 377 self._ssh.Run(ssh_command, boot_timeout_secs) 522 self._ssh.Run("./fetch_cvd " + " ".join(fetch_cvd_args))
|
D | ssh_test.py | 84 ssh_object.Run("command") 100 ssh_object.Run("command")
|
D | ssh.py | 191 def Run(self, target_command, timeout=None, show_output=False): member in Ssh
|
/tools/carrier_settings/bin/ |
D | README.md | 20 3. Run the main.sh as usual
|
/tools/asuite/asuite_plugin/ |
D | README.md | 29 3. Click Run, the test result will be shown in Atest tool window.
|
/tools/acloud/ |
D | README.md | 23 * Run lunch for an AVD target 206 * Run setup for remote/local instances 210 * Run setup for remote instances only 214 * Run setup for local instances only
|
/tools/apksig/ |
D | README.md | 44 * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run 47 supported by the APK. Run `apksigner verify` for usage information.
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 312 self._ssh.Run(remote_cmd) 328 self._ssh.Run(remote_cmd)
|
/tools/acloud/reconnect/ |
D | reconnect.py | 152 def Run(args): function
|
/tools/acloud/list/ |
D | list.py | 334 def Run(args): function
|
/tools/test/connectivity/acts/ |
D | README.md | 68 2. Run `$adb devices` 76 2. Run "python3.4 setup.py install" with elevated permissions
|