Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 39) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS189 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 …]
DGATT_PTS_INSTRUCTIONS1376 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/
DREADME.md173 * `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/
Dacloud_main.py380 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/
Dcreate_test.py104 setup.Run.assert_not_called()
112 setup.Run.assert_called_once()
130 create.Run(args)
136 create.Run(args)
Dcreate.py202 setup.Run(args)
218 def Run(args): function
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py338 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),
Dssh_test.py87 ssh_object.Run("command")
103 ssh_object.Run("command")
/tools/acloud/
DREADME.md23 * 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/
Ddexter_tests.py54 def Run(cmd, stdin_content=None): function
81 actual_output = Run(cmd)
93 cmp_output = Run('diff "%s" -' % expected_filename, actual_output)
Ddexter.cc59 int Dexter::Run() { in Run() function in Dexter
383 experimental::Run(experiment, dex_ir); in ProcessDex()
Dmain.cc21 return dexter.Run(); in main()
Dexperimental.h25 void Run(const char* experiment, std::shared_ptr<ir::DexFile> dex_ir);
Ddexter.h38 int Run();
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md50 ## Run a suite
52 ### Run a suite in local build
68 ### Run a suite with remote build
/tools/acloud/setup/
Dsetup.py32 def Run(args): function
73 subtask.Run(force_setup=args.force)
Dbase_task_runner.py90 def Run(self, force_setup=False): member in BaseTaskRunner
Dhost_setup_runner_test.py118 self.CuttlefishCommonPkgInstaller.Run()
/tools/acloud/pull/
Dpull.py97 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
203 def Run(args): function
Dpull_test.py154 pull.Run(args)
163 pull.Run(args)
/tools/apksig/
DREADME.md44 * 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/
Dremote_instance_cf_device_factory.py253 self._ssh.Run(remote_cmd)
276 self._ssh.Run(remote_cmd)
/tools/test/connectivity/acts/
DREADME.md68 2. Run `$adb devices`
76 2. Run "python3.4 setup.py install" with elevated permissions
/tools/asuite/asuite_plugin/
DREADME.md29 3. Click Run, the test result will be shown in Atest tool window.
/tools/acloud/list/
Dlist.py348 def Run(args): function

12