Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 30) sorted by relevance

12

/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/
Dota_runner_test.py73 tool = MockOtaTool('mock_command')
74 runner = OtaRunnerImpl(tool, device)
84 tool.assert_calls_equal(self, 1)
88 tool = MockOtaTool('mock_command')
89 runner = OtaRunnerImpl(tool, device)
100 tool = MockOtaTool('mock_command')
101 runner = ota_runner.OtaRunner(tool, device)
103 self.assertEqual(runner.ota_tool, tool)
109 tool = MockOtaTool('mock_command')
110 runner = OtaRunnerImpl(tool, device)
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS64 Note: If device is already paired, pairing tool instructions are not needed.
65 Fuchsia cmd-line-tool: bt-pairing-tool
73 [Fuchsia interaction] Type 'y' on the bt-pairing-tool
74 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
87 Note: If device is already paired, pairing tool instructions are not needed.
88 Fuchsia cmd-line-tool: bt-pairing-tool
96 [Fuchsia interaction] Type 'y' on the bt-pairing-tool
97 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
110 Note: If device is already paired, pairing tool instructions are not needed.
111 Fuchsia cmd-line-tool: bt-pairing-tool
[all …]
/tools/repohooks/rh/
Dhooks.py294 def get_helper_path(tool): argument
296 return os.path.join(TOOLS_DIR, tool)
326 tool = get_helper_path('checkpatch.pl')
327 cmd = ([tool, '-', '--root', project.dir] +
335 tool = get_helper_path('clang-format.py')
341 cmd = [tool] + tool_args
342 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
350 tool = get_helper_path('google-java-format.py')
356 cmd = [tool] + tool_args
357 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
Dhooks_unittest.py79 for tool in rh.hooks.TOOL_PATHS:
80 self.assertIn('* `%s`:' % (tool,), data,
81 msg='README.md missing docs for tool "%s"' % (tool,))
/tools/external_updater/
DREADME.md3 external updater is a tool to automatically updates libraries in external/ .
30 To use this tool, a METADATA file must present at the root of the
43 be either a version tag, or SHA. The tool will find the latest
46 When upgrade, the tool will simply run `git merge tag/sha`.
55 If the version is a SHA, the tool will always try to upgrade to the
61 If the version is not a SHA, the tool will try to parse the version
86 The tool will query GitHub to get the latest release from:
93 new version is found. The tool will download the tarball and overwrite the
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
Dupdate_device_ota_tool_test.py59 tool = update_device_ota_tool.UpdateDeviceOtaTool(ota_package_path)
61 ota_runner.SingleUseOtaRunner(tool, device, '', ''))
64 tool.update(runner)
65 del tool
76 tool = update_device_ota_tool.UpdateDeviceOtaTool(ota_package_path)
77 del tool
Dadb_sideload_ota_tool_test.py63 tool = adb_sideload_ota_tool.AdbSideloadOtaTool(ota_package_path)
64 runner = ota_runner.SingleUseOtaRunner(tool, device, ota_package_path,
/tools/apksig/
DREADME.md19 * apksigner -- a pure Java command-line tool based on the apksig library.
40 ## apksigner command-line tool
42 apksigner command-line tool offers two operations:
49 The tool determines the range of Android platform versions (API Levels) supported by the APK by
DAndroid.bp25 // apksigner command-line tool for signing APKs and verifying their signatures
/tools/asuite/aidegen/lib/
Dide_util.py1085 tool = IdeUtil(conf.ide_installed_path, ide, conf.config_reset, is_mac)
1086 if not tool.is_ide_installed():
1087 ipath = conf.ide_installed_path or tool.get_default_path()
1097 return tool
/tools/test/openhst/
DREADME.md1 # OpenHST : Open sourced Hotword Stress Test tool
3 Hotword stress test tool is a python script to measure the Google Hotword
5 making Google Hotword Stress Test tool as an open source project so that Android
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md3 This is a tool for processing systraces and summarizing how applications spend
4 their startup time. To run the tool, enter the root directory for the
12 This tool is able to process either text traces from `atrace` or extract the
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt67 By default, the tool will prompt for password via console
86 tool will attempt to load the key using the KeyStore
90 this tool will prompt for key password only if a password
Dhelp_rotate.txt70 By default, the tool will prompt for password via console
89 tool will attempt to load the key using the KeyStore
93 this tool will prompt for key password only if a password
Dhelp_sign.txt118 By default, the tool will prompt for password via console
137 tool will attempt to load the key using the KeyStore
141 this tool will prompt for key password only if a password
Dhelp.txt9 apksigner is a tool for signing Android APK files and for checking whether
24 version Show this tool's version number and exit
/tools/repohooks/
DREADME.md165 some dog = tool --no-cat-in-commit-message ${PREUPLOAD_COMMIT_MESSAGE}
188 * `cpplint`: Run through the cpplint tool (for C++ code).
286 * We need to add `pylint` tool to the AOSP manifest and use that local copy
/tools/dexter/
DREADME.md1 This is the home of the .dex manipulation library (slicer) and command line tool (dexter).
3 Both the command line tool and the library can be built for host and device targets.
/tools/asuite/asuite_plugin/
DREADME.md24 1. Click Atest button, the Atest tool window shall show up.
29 3. Click Run, the test result will be shown in Atest tool window.
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md3 This is a tool for processing systraces and summarizing how long it takes
6 To run the tool, enter the root directory for the
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md3 This is a tool for processing atrace and summarizing how long
8 To run the tool, enter the root directory for the
/tools/test/connectivity/acts/
DREADME.md2 The Android Comms Test Suite, is a lightweight Python-based automation tool set
7 tool for a wireless stack developer or integrator whether exercising a new code
/tools/acloud/
Dsetup.cfg4 [tool:pytest]
/tools/metalava/
DDOWNLOADING.md6 1. Install `repo` (Repo is a tool that makes it easier to download multiple Git repositories at onc…
/tools/asuite/aidegen/
DREADME.md4 It's a **command line tool** that offers the following features:

12