Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 24 of 24) sorted by relevance

/tools/acloud/internal/lib/
Dbase_cloud_client_test.py79 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)
Dgstorage_client_test.py40 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)
Dandroid_build_client_test.py118 mock_api_request.execute.side_effect = errors.HttpError(503,
128 self.assertEqual(mock_api_request.execute.call_count, 6)
Dbase_cloud_client.py158 return api.execute()
243 batch.execute()
Dgcompute_client_test.py80 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/
DBundleToolMain.java54 BuildModuleCommand.fromFlags(flagParser).execute(); in main()
57 new SplitModuleCommand(flagParser).execute(); in main()
DCommand.java22 void execute() throws ExecutionException; in execute() method
DBuildModuleCommand.java98 public void execute() { in execute() method in BuildModuleCommand
/tools/metalava/
Dgradlew.bat59 if "x%~1" == "x" goto execute
63 :execute label
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
DExecutorCompressor.java52 executor.execute(() -> { in compress()
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md33 directory which lists all tests in the directory. E.g. to execute all functional
34 tests execute:
/tools/test/connectivity/acts/
DREADME.md41 3. Sequentially execute test classes
163 will execute test_make_toast and test_make_bagel:
/tools/tradefederation/core/atest/docs/
Datest_structure.md86 Test Runners are classes that execute the tests. They consume a ```TestInfo```
87 and execute the test as specified.
Ddevelop_test_runners.md52 There is a parent helper method (```run```) that should be used to execute the
Ddeveloper_workflow.md72 directly execute any individual unittest file. However, you'll need to
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiMonitorService.java151 httpclient.execute(new HttpGet(urlToCheck)); in checkLatency()
DWifiConnector.java199 httpclient.execute(new HttpGet(urlToCheck)); in checkConnectivity()
/tools/repohooks/
DREADME.md13 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/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/tradefederation/core/res/jacoco/
Djacocoant.jar ... tools.ant.types.ResourceCollection resources public void execute () throws org.apache.tools.ant ...
Djacocoagent.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt44 can execute arbitrary code in the context of a debuggable
/tools/repohooks/tools/
Dpylintrc20 # Python code to execute, usually for sys.path manipulation such as
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGATT_PTS_INSTRUCTIONS1339 Repeat next cmd until an Execute Write Request with execute set to true before continueing