Searched refs:tool (Results 1 – 23 of 23) sorted by relevance
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
D | ota_runner_test.py | 73 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/framework/tests/libs/ota/ota_tools/ |
D | update_device_ota_tool_test.py | 59 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
|
D | adb_sideload_ota_tool_test.py | 63 tool = adb_sideload_ota_tool.AdbSideloadOtaTool(ota_package_path) 64 runner = ota_runner.SingleUseOtaRunner(tool, device, ota_package_path,
|
/tools/repohooks/rh/ |
D | hooks.py | 279 def get_helper_path(tool): argument 281 return os.path.join(TOOLS_DIR, tool) 292 tool = get_helper_path('checkpatch.pl') 293 cmd = ([tool, '-', '--root', project.dir] + 301 tool = get_helper_path('clang-format.py') 307 cmd = [tool] + tool_args 308 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args) 316 tool = get_helper_path('google-java-format.py') 322 cmd = [tool] + tool_args 323 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
|
D | hooks_unittest.py | 77 for tool in rh.hooks.TOOL_PATHS: 78 self.assertIn('* `%s`:' % (tool,), data, 79 msg='README.md missing docs for tool "%s"' % (tool,))
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | PreloadedClassesPreparerTest.java | 70 File tool = Mockito.mock(File.class); in testSetUp_RemoteSuccess() local 71 when(tool.exists()).thenReturn(true); in testSetUp_RemoteSuccess() 72 when(tool.getAbsolutePath()).thenReturn(FAKE_TOOL_PATH); in testSetUp_RemoteSuccess() 73 when(mMockBuildInfo.getFile(PRELOAD_TOOL_NAME)).thenReturn(tool); in testSetUp_RemoteSuccess()
|
/tools/apksig/ |
D | README.md | 19 * 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
|
D | Android.bp | 24 // apksigner command-line tool for signing APKs and verifying their signatures
|
D | BUILD | 1 # Bazel (https://bazel.io/) BUILD file for apksig library and apksigner tool.
|
/tools/dexter/ |
D | README.md | 1 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/apksig/src/apksigner/java/com/android/apksigner/ |
D | help.txt | 9 apksigner is a tool for signing Android APK files and for checking whether 24 version Show this tool's version number and exit
|
D | help_lineage.txt | 67 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
|
D | help_rotate.txt | 70 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
|
D | help_sign.txt | 118 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
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | README.md | 3 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/repohooks/ |
D | README.md | 135 some_dog = tool --no-cat-in-commit-message ${PREUPLOAD_COMMIT_MESSAGE} 151 * `cpplint`: Run through the cpplint tool (for C++ code). 244 * We need to add `pylint` tool to the AOSP manifest and use that local copy
|
/tools/test/connectivity/acts/ |
D | README.md | 2 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/asuite/aidegen/ |
D | README.md | 4 It's a **command line tool** that offers the following features:
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DocAnalyzerTest.kt | 1768 fun `Invoke external documentation tool`() { in Invoke external documentation tool()
|
/tools/acloud/ |
D | README.md | 5 Acloud is a command line tool that assists users to create an Android Virtual
|
/tools/repohooks/tools/ |
D | spelling.txt | 1 # Originally from Debian's Lintian tool. Various false positives have been
|
/tools/metalava/ |
D | README.md | 150 of the source code). This means that the documentation tool itself does not
|
/tools/external/fat32lib/ |
D | NOTICE | 55 …e a work based on the Library (independent of the use of the Library in a tool for writing it). Wh…
|