/external/chromium_org/third_party/mesa/src/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/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/main/coregrind/ |
D | m_poolalloc.c | 45 XArray* pools; member 70 pa->pools = NULL; in VG_() 74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) ); in VG_() 76 vg_assert(pa->pools); in VG_() 84 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) in VG_() 85 pa->free (*(UWord **)VG_(indexXA) ( pa->pools, i )); in VG_() 86 VG_(deleteXA) (pa->pools); in VG_() 112 VG_(addToXA)( pa->pools, &pool ); in pal_add_new_pool()
|
/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/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/lzma/ |
D | history.txt | 139 It used Alloc/Free functions from different memory pools. 140 So if program used two memory pools, it worked incorrectly.
|
D | 7zC.txt | 84 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
|
/external/chromium_org/base/message_loop/ |
D | message_pump_mac.mm | 105 // A scoper for autorelease pools created from message pump run loops. 591 // NSRunLoop manages autorelease pools itself. 648 // NSApplication manages autorelease pools itself when run this way. 720 // released it releases all other pools that were created after it on the
|
/external/valgrind/main/ |
D | AUTHORS | 32 interception machinery, support for client allocation pools, and minor
|
/external/chromium_org/content/browser/geolocation/ |
D | wifi_data_provider_corewlan_mac.mm | 71 // interfere with any other code using autorelease pools on the thread.
|
/external/chromium_org/third_party/icu/source/config/ |
D | mh-cygwin-msvc | 44 # /GF pools strings and places them into read-only memory
|
/external/icu/icu4c/source/config/ |
D | mh-cygwin-msvc | 44 # /GF pools strings and places them into read-only memory
|
/external/bluetooth/bluedroid/gki/common/ |
D | gki_buffer.c | 22 #error Number of pools out of range (16 Max)!
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 22 #error Number of pools out of range (16 Max)!
|