Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DTestsPoolPollerTest.java99 ITestsPool pool = new LocalPool(testsList, null); in testMultiPolling() local
100 TestsPoolPoller poller1 = new TestsPoolPoller(pool, tracker); in testMultiPolling()
101 TestsPoolPoller poller2 = new TestsPoolPoller(pool, tracker); in testMultiPolling()
136 ITestsPool pool = new LocalPool(testsList, null); in testPollingRun() local
137 TestsPoolPoller poller = new TestsPoolPoller(pool, tracker); in testPollingRun()
173 ITestsPool pool = new LocalPool(testsList, null); in testRun_runtimeException() local
174 TestsPoolPoller poller = new TestsPoolPoller(pool, tracker); in testRun_runtimeException()
205 ITestsPool pool = new LocalPool(testsList, null); in testRun_deviceUnresponsive() local
206 TestsPoolPoller poller = new TestsPoolPoller(pool, tracker); in testRun_deviceUnresponsive()
237 ITestsPool pool = new LocalPool(testsList, null); in testRun_dnae() local
[all …]
/tools/security/fuzzing/llm/libufdt_fuzzer2/
Dlibufdt_fuzzer2.cpp21 struct ufdt_node_pool pool; // Allocate the structure. in LLVMFuzzerTestOneInput() local
22 ufdt_node_pool_construct(&pool); // Initialize it. in LLVMFuzzerTestOneInput()
35 struct ufdt_node *node = ufdt_node_construct(fdtp, fdt_tag_ptr, &pool); in LLVMFuzzerTestOneInput()
43 ufdt_node_destruct(node, &pool); in LLVMFuzzerTestOneInput()
/tools/tradefederation/core/proto/
Ddynamicsharding.proto32 // Seed the server pool with new work to be completed.
43 // The pool identifier for the targets set
45 // The set of test target to be seeded under the pool id
47 // Use one-shot seeding mode in order to speed up pool initialization
56 // The pool id we are requesting from
/tools/netsim/rust/daemon/src/http_server/
Dserver.rs37 let pool = ThreadPool::new(4); in run_http_server() localVariable
43 pool.execute(move || { in run_http_server()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DDeviceBaselineChecker.java130 ExecutorService pool = Executors.newFixedThreadPool(N_THREAD); in preExecutionCheck() local
145 List<Future<Pair<String, String>>> setterResultList = pool.invokeAll(setterHelperList); in preExecutionCheck()
164 pool.shutdown(); in preExecutionCheck()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt109 WorkPool().use { pool -> in par_map() method
116 pool.submit(Runnable { in par_map()
/tools/acloud/public/actions/
Dcommon_operations_test.py102 pool = common_operations.DevicePool(self.device_factory)
103 pool.CreateDevices(5)
105 self.assertEqual(len(pool.devices), 5)
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DDynamicShardHelper.java165 ITestsPool pool = RemoteDynamicPool.newInstance(client, poolId, moduleMapping); in shardConfig() local
174 TestsPoolPoller poller = new TestsPoolPoller(pool, tracker); in shardConfig()
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto84 // name: "pool"
88 // name: "pool"
/tools/tradefederation/core/src/com/android/tradefed/monitoring/
DLabResourceDeviceMonitor.java318 pool -> in buildMonitoredHost()
321 .setValue(pool) in buildMonitoredHost()