/tools/test/connectivity/acts_tests/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 …]
|
D | GATT_PTS_INSTRUCTIONS | 1376 Run this cmd until you see "Read Request Completed Successfully" 1379 Run this cmd until you see "Found Characteristic handle 0x... Successfully" 1389 Run this cmd until you see "Execute Write" 1392 Run this cmd until you see "Execute Write" 1403 Run the below cmd when PTS says "Found descriptor with handle=..." 1408 Note: Run the responses slowly
|
/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/public/ |
D | acloud_main.py | 380 report = create.Run(args) 419 report = delete.Run(args) 421 list_instances.Run(args) 423 reconnect.Run(args) 425 report = pull.Run(args) 427 setup.Run(args)
|
/tools/acloud/create/ |
D | create_test.py | 104 setup.Run.assert_not_called() 112 setup.Run.assert_called_once() 130 create.Run(args) 136 create.Run(args)
|
D | create.py | 202 setup.Run(args) 218 def Run(args): function
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage.py | 338 self._ssh.Run(ssh_command) 352 self._ssh.Run(ssh_command) 390 self._ssh.Run(ssh_command, boot_timeout_secs, retry=_NO_RETRY) 541 self._ssh.Run("./fetch_cvd " + " ".join(fetch_cvd_args),
|
D | ssh_test.py | 87 ssh_object.Run("command") 103 ssh_object.Run("command")
|
/tools/acloud/ |
D | README.md | 23 * Run lunch for an AVD target 204 * Run setup for remote/local instances 208 * Run setup for remote instances only 212 * Run setup for local instances only
|
/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 | dexter.cc | 59 int Dexter::Run() { in Run() function in Dexter 383 experimental::Run(experiment, dex_ir); in ProcessDex()
|
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();
|
/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/setup/ |
D | setup.py | 32 def Run(args): function 73 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/acloud/pull/ |
D | pull.py | 97 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True) 203 def Run(args): function
|
D | pull_test.py | 154 pull.Run(args) 163 pull.Run(args)
|
/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 | 253 self._ssh.Run(remote_cmd) 276 self._ssh.Run(remote_cmd)
|
/tools/test/connectivity/acts/ |
D | README.md | 68 2. Run `$adb devices` 76 2. Run "python3.4 setup.py install" with elevated permissions
|
/tools/asuite/asuite_plugin/ |
D | README.md | 29 3. Click Run, the test result will be shown in Atest tool window.
|
/tools/acloud/list/ |
D | list.py | 348 def Run(args): function
|