/tools/acloud/internal/lib/ |
D | base_cloud_client_test.py | 79 requests[rid][0].execute() 88 mock_batch.execute = _Execute 117 self.assertEqual(requests["r1"].execute.call_count, 1) 118 self.assertEqual(requests["r2"].execute.call_count, 120 self.assertEqual(requests["r3"].execute.call_count, 132 api_mock.execute.side_effect = [response_1, response_2] 145 api_mock.execute.side_effect = error 149 api_mock.execute.side_effect = FakeError("fake retriable error.") 155 self.assertEqual(api_mock.execute.call_count, client.RETRY_COUNT + 1)
|
D | gstorage_client_test.py | 40 self.assertTrue(mock_api.execute.called) 76 mock_api.execute = mock.MagicMock(return_value=mock_response) 107 self.assertTrue(mock_api.execute.called) 126 self.assertEqual(mock_api.execute.call_count, 2)
|
D | android_build_client_test.py | 118 mock_api_request.execute.side_effect = errors.HttpError(503, 128 self.assertEqual(mock_api_request.execute.call_count, 6)
|
D | base_cloud_client.py | 158 return api.execute() 243 batch.execute()
|
D | gcompute_client_test.py | 80 mock_api.execute = mock.MagicMock(return_value=mock_result) 216 mock_api.execute = mock.MagicMock(return_value={"name": self.IMAGE}) 226 mock_api.execute = mock.MagicMock( 257 mock_batch.execute = _Execute 315 mock_api.execute = mock.MagicMock(return_value={"name": self.INSTANCE}) 557 mock_api.execute = mock.MagicMock( 579 mock_api.execute = mock.MagicMock(return_value=response)
|
/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/ |
D | BundleToolMain.java | 54 BuildModuleCommand.fromFlags(flagParser).execute(); in main() 57 new SplitModuleCommand(flagParser).execute(); in main()
|
D | Command.java | 22 void execute() throws ExecutionException; in execute() method
|
D | BuildModuleCommand.java | 98 public void execute() { in execute() method in BuildModuleCommand
|
/tools/metalava/ |
D | gradlew.bat | 59 if "x%~1" == "x" goto execute 63 :execute label
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/ |
D | ExecutorCompressor.java | 52 executor.execute(() -> { in compress()
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 33 directory which lists all tests in the directory. E.g. to execute all functional 34 tests execute:
|
/tools/test/connectivity/acts/ |
D | README.md | 41 3. Sequentially execute test classes 163 will execute test_make_toast and test_make_bagel:
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 86 Test Runners are classes that execute the tests. They consume a ```TestInfo``` 87 and execute the test as specified.
|
D | develop_test_runners.md | 52 There is a parent helper method (```run```) that should be used to execute the
|
D | developer_workflow.md | 72 directly execute any individual unittest file. However, you'll need to
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiMonitorService.java | 151 httpclient.execute(new HttpGet(urlToCheck)); in checkLatency()
|
D | WifiConnector.java | 199 httpclient.execute(new HttpGet(urlToCheck)); in checkConnectivity()
|
/tools/repohooks/ |
D | README.md | 13 Normally these execute automatically when you run `repo upload`. If you want to 14 run them by hand, you can execute `pre-upload.py` directly. By default, that
|
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | ... tools.ant.types.ResourceCollection resources
public void execute () throws org.apache.tools.ant ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 44 can execute arbitrary code in the context of a debuggable
|
/tools/repohooks/tools/ |
D | pylintrc | 20 # Python code to execute, usually for sys.path manipulation such as
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GATT_PTS_INSTRUCTIONS | 1339 Repeat next cmd until an Execute Write Request with execute set to true before continueing
|