Home
last modified time | relevance | path

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

12

/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)
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();
Ddexter.cc59 int Dexter::Run() { in Run() function in Dexter
383 experimental::Run(experiment, dex_ir); in ProcessDex()
/tools/acloud/create/
Dcreate_test.py103 setup.Run.assert_not_called()
111 setup.Run.assert_called_once()
129 create.Run(args)
135 create.Run(args)
/tools/acloud/public/
Dacloud_main.py357 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/
Dsetup.py31 def Run(args): function
68 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/test/connectivity/acts/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 …]
/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/pull/
Dpull.py98 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
204 def Run(args): function
/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/internal/lib/
Dcvd_compute_client_multi_stage.py326 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))
Dssh_test.py84 ssh_object.Run("command")
100 ssh_object.Run("command")
Dssh.py191 def Run(self, target_command, timeout=None, show_output=False): member in Ssh
/tools/carrier_settings/bin/
DREADME.md20 3. Run the main.sh as usual
/tools/asuite/asuite_plugin/
DREADME.md29 3. Click Run, the test result will be shown in Atest tool window.
/tools/acloud/
DREADME.md23 * 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/
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.py312 self._ssh.Run(remote_cmd)
328 self._ssh.Run(remote_cmd)
/tools/acloud/reconnect/
Dreconnect.py152 def Run(args): function
/tools/acloud/list/
Dlist.py334 def Run(args): function
/tools/test/connectivity/acts/
DREADME.md68 2. Run `$adb devices`
76 2. Run "python3.4 setup.py install" with elevated permissions

12