/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_pools.c | 50 if(vws->pools.gmr_fenced) in vmw_pools_cleanup() 51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); in vmw_pools_cleanup() 52 if (vws->pools.query_fenced) in vmw_pools_cleanup() 53 vws->pools.query_fenced->destroy(vws->pools.query_fenced); in vmw_pools_cleanup() 57 if (vws->pools.gmr_slab_fenced) in vmw_pools_cleanup() 58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced); in vmw_pools_cleanup() 60 if(vws->pools.gmr) in vmw_pools_cleanup() 61 vws->pools.gmr->destroy(vws->pools.gmr); in vmw_pools_cleanup() 62 if(vws->pools.query) in vmw_pools_cleanup() 63 vws->pools.query->destroy(vws->pools.query); in vmw_pools_cleanup() [all …]
|
D | vmw_screen_svga.c | 68 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) in vmw_svga_winsys_buffer_create() 70 provider = vws->pools.query_fenced; in vmw_svga_winsys_buffer_create() 72 provider = vws->pools.gmr_fenced; in vmw_svga_winsys_buffer_create() 77 if(!buffer && provider == vws->pools.gmr_fenced) { in vmw_svga_winsys_buffer_create() 80 provider = vws->pools.gmr_slab_fenced; in vmw_svga_winsys_buffer_create()
|
D | vmw_screen.h | 78 } pools; member
|
/external/valgrind/coregrind/ |
D | m_poolalloc.c | 45 XArray* pools; member 69 pa->pools = NULL; in VG_() 73 pa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) ); in VG_() 83 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) in VG_() 84 pa->free_fn (*(UWord **)VG_(indexXA) ( pa->pools, i )); in VG_() 85 VG_(deleteXA) (pa->pools); in VG_() 110 VG_(addToXA)( pa->pools, &pool ); in pal_add_new_pool() 116 return pa->nPerPool * VG_(sizeXA) (pa->pools); in VG_()
|
D | m_deduppoolalloc.c | 51 XArray *pools; member 104 ddpa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) ); in VG_() 125 for (i = 0; i < VG_(sizeXA) (ddpa->pools); i++) in VG_() 126 ddpa->free_fn (*(UWord **)VG_(indexXA) ( ddpa->pools, i )); in VG_() 127 VG_(deleteXA) (ddpa->pools); in VG_() 163 VG_(dropHeadXA) (ddpa->pools, 1); in ddpa_add_new_pool_or_grow() 168 VG_(addToXA)( ddpa->pools, &ddpa->curpool); in ddpa_add_new_pool_or_grow() 176 VG_(addToXA)( ddpa->pools, &ddpa->curpool ); in ddpa_add_new_pool_or_grow() 209 VG_(sizeXA)(ddpa->pools), in print_stats() 228 vg_assert (!ddpa->fixedSzb || VG_(sizeXA) (ddpa->pools) == 1); in VG_()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3commontoken.c | 115 factory->pools = NULL; in antlr3TokenFactoryNew() 165 factory->pools = (pANTLR3_COMMON_TOKEN *) in newPool() 166 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool() 172 factory->pools[factory->thisPool] = in newPool() 208 token = factory->pools[factory->thisPool] + factory->nextToken; in newPoolToken() 256 pool = factory->pools[poolCount]; in factoryClose() 288 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose() 289 factory->pools[poolCount] = NULL; in factoryClose() 295 ANTLR3_FREE(factory->pools); in factoryClose()
|
D | antlr3commontree.c | 105 factory->pools = NULL; in antlr3ArboretumNew() 132 factory->pools = (pANTLR3_COMMON_TREE *) in newPool() 133 ANTLR3_REALLOC( (void *)factory->pools, // Current pools pointer (starts at NULL) in newPool() 139 factory->pools[factory->thisPool] = in newPool() 185 tree = factory->pools[factory->thisPool] + factory->nextTree; in newPoolTree() 273 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose() 274 factory->pools[poolCount] = NULL; in factoryClose() 280 ANTLR3_FREE(factory->pools); in factoryClose()
|
D | antlr3collections.c | 1450 factory->pools = NULL; in antlr3VectorFactoryNew() 1503 factory->pools = (pANTLR3_VECTOR *) in newPool() 1504 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool() 1510 factory->pools[factory->thisPool] = in newPool() 1546 pool = factory->pools[poolCount]; in closeVectorFactory() 1588 pool = factory->pools[poolCount]; in closeVectorFactory() 1622 ANTLR3_FREE(factory->pools[poolCount]); in closeVectorFactory() 1623 factory->pools[poolCount] = NULL; in closeVectorFactory() 1629 ANTLR3_FREE(factory->pools); in closeVectorFactory() 1670 vector = factory->pools[factory->thisPool] + factory->nextVector; in newVector()
|
/external/llvm/test/MC/ARM/ |
D | ltorg.s | 98 @ 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
|
D | ltorg-darwin.s | 106 @ 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/site_utils/ |
D | collect_host_stats.py | 105 pools = ['bvt', 'suites', 'cq'] 125 for pool in pools:
|
D | lab_inventory_unittest.py | 478 pools = (self._CRITICAL_POOL, self._SPARE_POOL) 480 for i in range(0, len(pools)): 484 pools[i], 810 def _create_histories(self, pools, board_data): argument 833 for pool in pools:
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3commontree.h | 116 pANTLR3_COMMON_TREE *pools; member
|
D | antlr3commontoken.h | 319 pANTLR3_COMMON_TOKEN *pools; member
|
D | antlr3collections.h | 289 pANTLR3_VECTOR *pools; member
|
/external/autotest/scheduler/ |
D | rdb_hosts.py | 225 'pools': self.pools, 294 def pools(self): member in RDBClientHostWrapper
|
/external/lzma/DOC/ |
D | lzma-history.txt | 174 It used Alloc/Free functions from different memory pools. 175 So if program used two memory pools, it worked incorrectly.
|
D | 7zC.txt | 82 7z Decoder uses two memory pools:
|
/external/vixl/doc/ |
D | getting-started.md | 174 constants embedded in the code. VIXL will emit literal pools after natural 178 Literal pools are emitted regularly, such that they are within range of the
|
D | changelog.md | 29 + Improved handling of literal pools.
|
/external/libchrome/base/message_loop/ |
D | message_pump_mac.mm | 105 // A scoper for autorelease pools created from message pump run loops. 596 // NSRunLoop manages autorelease pools itself. 653 // NSApplication manages autorelease pools itself when run this way. 725 // released it releases all other pools that were created after it on the
|
/external/valgrind/ |
D | AUTHORS | 32 interception machinery, support for client allocation pools, and minor
|
/external/autotest/server/hosts/ |
D | cros_host.py | 1155 pools = server_utils.get_labels_from_afe(self.hostname, 'pool:', 1160 return (pools and pools_support_firmware_repair and 1161 set(pools).intersection(set(pools_support_firmware_repair)))
|
/external/icu/icu4c/source/config/ |
D | mh-msys-msvc | 49 # -GF pools strings and places them into read-only memory
|
D | mh-cygwin-msvc | 44 # /GF pools strings and places them into read-only memory
|