Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 22 of 22) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt47 fun submit(task: Runnable) { in <lambda>() method
91 fun submit(task: Runnable) { in submit() method in trebuchet.util.WorkPool
92 workQueue.submit(task) in submit()
116 pool.submit(Runnable { in par_map()
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dassembly_line_test.py74 self.assertFalse(pool_mock().__enter__().submit.called)
84 submit = pool_mock().__enter__().submit
85 self.assertEqual(len(node_list), submit.call_count)
87 submit.assert_any_call(node.transformer.transform,
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py162 self._executor.submit(self.poll_events)
364 self._executor.submit(handler, event_obj, *args)
406 worker = self._executor.submit(self._handle, event_handler, event_name,
Drpc_client.py119 future = self._executor.submit(name, *args, **kwargs)
126 future = self._executor.submit(
/tools/trebuchet/
DCONTRIBUTING.md14 You generally only need to submit a CLA once, so if you've already submitted one
DLICENSE53 or by an individual or Legal Entity authorized to submit on behalf of
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java105 executor.submit( in invocation()
/tools/apksig/src/test/java/com/android/apksig/internal/apk/
DApkSigningBlockUtilsTest.java104 jobs.add(forkJoinPool.submit(provider.createRunnable())); in testMultithreadedVersionMatchesSinglethreaded()
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dassembly_line.py100 thread_pool.submit(node.transformer.transform,
/tools/test/connectivity/acts/framework/acts/
Dutils.py371 future_to_params = {executor.submit(func, *p): p for p in param_list}
1155 futures = [executor.submit(call) for call in calls]
1221 futures = [executor.submit(call_wrapper, call) for call in calls]
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py280 executor.submit(run_continuous_write_descriptor, *arguments_list)
/tools/metalava/
DAPI-LINT.md77 To submit the revised baseline.txt to the main Android
/tools/tradefederation/core/atest/docs/
Ddeveloper_workflow.md76 All tests should be passing before you submit your change.
/tools/asuite/atest/docs/
Ddeveloper_workflow.md76 All tests should be passing before you submit your change.
/tools/security/sanitizer-status/
DNOTICE65 or by an individual or Legal Entity authorized to submit on behalf of
/tools/acloud/
DLICENSE53 or by an individual or Legal Entity authorized to submit on behalf of
/tools/apksig/
DLICENSE65 or by an individual or Legal Entity authorized to submit on behalf of
/tools/treble/
DLICENSE53 or by an individual or Legal Entity authorized to submit on behalf of
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRssiTest.py484 thread_future = executor.submit(
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py52 thread_future = executor.submit(f, *args, **kwargs)
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py6620 future_object = executor.submit(task_wrapper, task)