Home
last modified time | relevance | path

Searched refs:pools (Results 1 – 25 of 97) sorted by relevance

1234

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_pools.c43 if (vws->pools.mob_shader_slab_fenced) in vmw_pools_cleanup()
44 vws->pools.mob_shader_slab_fenced->destroy in vmw_pools_cleanup()
45 (vws->pools.mob_shader_slab_fenced); in vmw_pools_cleanup()
46 if (vws->pools.mob_shader_slab) in vmw_pools_cleanup()
47 vws->pools.mob_shader_slab->destroy(vws->pools.mob_shader_slab); in vmw_pools_cleanup()
48 if (vws->pools.mob_fenced) in vmw_pools_cleanup()
49 vws->pools.mob_fenced->destroy(vws->pools.mob_fenced); in vmw_pools_cleanup()
50 if (vws->pools.mob_cache) in vmw_pools_cleanup()
51 vws->pools.mob_cache->destroy(vws->pools.mob_cache); in vmw_pools_cleanup()
53 if (vws->pools.query_fenced) in vmw_pools_cleanup()
[all …]
Dvmw_screen_svga.c77 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) in vmw_svga_winsys_buffer_create()
79 provider = vws->pools.query_fenced; in vmw_svga_winsys_buffer_create()
81 provider = vws->pools.mob_shader_slab_fenced; in vmw_svga_winsys_buffer_create()
83 provider = vws->pools.gmr_fenced; in vmw_svga_winsys_buffer_create()
88 if(!buffer && provider == vws->pools.gmr_fenced) { in vmw_svga_winsys_buffer_create()
91 provider = vws->pools.gmr_slab_fenced; in vmw_svga_winsys_buffer_create()
192 provider = (surface->shared) ? vws->pools.gmr : vws->pools.mob_fenced; in vmw_svga_winsys_surface_create()
Dvmw_query.c40 struct pb_manager *provider = vws->pools.gmr; in vmw_svga_winsys_query_create()
/external/u-boot/include/fsl-mc/
Dfsl_dpni.h90 MC_CMD_OP(cmd, 0, 8, 1, int, cfg->pools[0].backup_pool); \
91 MC_CMD_OP(cmd, 0, 9, 1, int, cfg->pools[1].backup_pool); \
92 MC_CMD_OP(cmd, 0, 10, 1, int, cfg->pools[2].backup_pool); \
93 MC_CMD_OP(cmd, 0, 11, 1, int, cfg->pools[3].backup_pool); \
94 MC_CMD_OP(cmd, 0, 12, 1, int, cfg->pools[4].backup_pool); \
95 MC_CMD_OP(cmd, 0, 13, 1, int, cfg->pools[5].backup_pool); \
96 MC_CMD_OP(cmd, 0, 14, 1, int, cfg->pools[6].backup_pool); \
97 MC_CMD_OP(cmd, 0, 15, 1, int, cfg->pools[7].backup_pool); \
98 MC_CMD_OP(cmd, 0, 32, 32, int, cfg->pools[0].dpbp_id); \
99 MC_CMD_OP(cmd, 4, 32, 16, uint16_t, cfg->pools[0].buffer_size);\
[all …]
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py35 pools = {}
44 if pool_name not in pools:
45 pools[pool_name] = []
47 pools[pool_name].append({
52 return pools
76 pools = self._group_hosts_into_pools(hosts)
83 for pool_name, pool_hosts in pools.iteritems():
/external/antlr/runtime/C/src/
Dantlr3commontoken.c115 factory->pools = NULL; in antlr3TokenFactoryNew()
166 ANTLR3_REALLOC((void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool()
176 factory->pools = newPools; in newPool()
180 factory->pools[factory->thisPool] = in newPool()
183 if (factory->pools[factory->thisPool] == NULL) in newPool()
225 if (factory->pools == NULL) { return NULL; } in newPoolToken()
226 if (factory->pools[factory->thisPool] == NULL) { return NULL; } in newPoolToken()
231 token = factory->pools[factory->thisPool] + factory->nextToken; in newPoolToken()
279 pool = factory->pools[poolCount]; in factoryClose()
311 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
[all …]
Dantlr3commontree.c105 factory->pools = NULL; in antlr3ArboretumNew()
135 ANTLR3_REALLOC( (void *)factory->pools, // Current pools pointer (starts at NULL) in newPool()
144 factory->pools = newPools; in newPool()
148 factory->pools[factory->thisPool] = in newPool()
151 if (factory->pools[factory->thisPool] == NULL) in newPool()
204 tree = factory->pools[factory->thisPool] + factory->nextTree; in newPoolTree()
292 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
293 factory->pools[poolCount] = NULL; in factoryClose()
299 ANTLR3_FREE(factory->pools); in factoryClose()
Dantlr3collections.c1472 factory->pools = NULL; in antlr3VectorFactoryNew()
1528 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool()
1537 factory->pools = newPools; in newPool()
1541 factory->pools[factory->thisPool] = in newPool()
1544 if (factory->pools[factory->thisPool] == NULL) in newPool()
1583 pool = factory->pools[poolCount]; in closeVectorFactory()
1625 pool = factory->pools[poolCount]; in closeVectorFactory()
1659 ANTLR3_FREE(factory->pools[poolCount]); in closeVectorFactory()
1660 factory->pools[poolCount] = NULL; in closeVectorFactory()
1666 ANTLR3_FREE(factory->pools); in closeVectorFactory()
[all …]
/external/autotest/site_utils/
Dlab_inventory.py305 def __init__(self, pools): argument
307 pool: _HostSetInventory() for pool in pools
465 pools = [l for l in afehost.labels
468 return len(models) == 1 and len(pools) == 1 and not excluded
516 def __init__(self, histories, pools): argument
518 self._modeldata = {model: _PoolSetInventory(pools) for model in models}
640 pools = {h.host_pool for h in repair_list}
641 repair_inventory = _LabInventory(repair_list, pools)
Dbalance_pools.py610 def infer_balancer_targets(afe, arguments, pools): argument
623 for pool in pools:
684 pools = (lab_inventory.CRITICAL_POOLS
687 balancer_targets = infer_balancer_targets(afe, arguments, pools)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dltorg.s98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
124 @ should not have a constant pool at end of section with empty constant pools
137 @ should not have a constant pool at end of section with empty constant pools
Dltorg-darwin.s106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
135 @ should not have a constant pool at end of section with empty constant pools
150 @ should not have a constant pool at end of section with empty constant pools
/external/llvm/test/MC/ARM/
Dltorg.s98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
124 @ should not have a constant pool at end of section with empty constant pools
137 @ should not have a constant pool at end of section with empty constant pools
Dltorg-darwin.s106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
135 @ should not have a constant pool at end of section with empty constant pools
150 @ should not have a constant pool at end of section with empty constant pools
/external/autotest/scheduler/
Drdb_hosts.py253 if len(self.pools) == 1:
254 pool = self.pools[0]
356 def pools(self): member in RDBClientHostWrapper
/external/python/cpython3/Modules/
Ditertoolsmodule.c2035 PyObject *pools; /* tuple of pool tuples */ member
2048 PyObject *pools = NULL; in product_new() local
2088 pools = PyTuple_New(npools); in product_new()
2089 if (pools == NULL) in product_new()
2097 PyTuple_SET_ITEM(pools, i, pool); in product_new()
2101 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new()
2103 PyTuple_SET_ITEM(pools, i, pool); in product_new()
2112 lz->pools = pools; in product_new()
2122 Py_XDECREF(pools); in product_new()
2130 Py_XDECREF(lz->pools); in product_dealloc()
[all …]
/external/python/cpython2/Modules/
Ditertoolsmodule.c1798 PyObject *pools; /* tuple of pool tuples */ member
1811 PyObject *pools = NULL; in product_new() local
1850 pools = PyTuple_New(npools); in product_new()
1851 if (pools == NULL) in product_new()
1859 PyTuple_SET_ITEM(pools, i, pool); in product_new()
1863 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new()
1865 PyTuple_SET_ITEM(pools, i, pool); in product_new()
1874 lz->pools = pools; in product_new()
1884 Py_XDECREF(pools); in product_new()
1892 Py_XDECREF(lz->pools); in product_dealloc()
[all …]
/external/antlr/runtime/C/include/
Dantlr3commontree.h116 pANTLR3_COMMON_TREE *pools; member
Dantlr3commontoken.h319 pANTLR3_COMMON_TOKEN *pools; member
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DMoblabRpcCallbacks.java65 public void onFetchConnectedPoolsSubmitted(List<String> pools); in onFetchConnectedPoolsSubmitted() argument
DMoblabRpcHelper.java346 List<String> pools = new LinkedList<String>(); in fetchConnectedPools()
349 pools.add(result.isArray().get(i).isString().stringValue()); in fetchConnectedPools()
351 callback.onFetchConnectedPoolsSubmitted(pools); in fetchConnectedPools()
/external/u-boot/lib/lzma/
Dhistory.txt139 It used Alloc/Free functions from different memory pools.
140 So if program used two memory pools, it worked incorrectly.
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py838 pools = _get_connected_dut_labels("pool:", False)
839 pools.sort()
840 return pools
/external/autotest/server/hosts/
Dcros_firmware.py70 return bool(info.pools & _FIRMWARE_REPAIR_POOLS)
Dhost_info_unittest.py120 self.assertEqual(self.info.pools, set())
127 self.assertEqual(self.info.pools, {'second_pool', 'first_pool'})

1234