/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_pools.c | 43 * vmw_pools_cleanup - Destroy the buffer pools. 50 if(vws->pools.gmr_fenced) 51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); 52 if (vws->pools.query_fenced) 53 vws->pools.query_fenced->destroy(vws->pools.query_fenced); 57 if (vws->pools.gmr_slab_fenced) 58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced) [all...] |
vmw_screen_svga.c | 68 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) 70 provider = vws->pools.query_fenced; 72 provider = vws->pools.gmr_fenced; 77 if(!buffer && provider == vws->pools.gmr_fenced) { 80 provider = vws->pools.gmr_slab_fenced;
|
vmw_screen.h | 78 } pools; member in struct:vmw_winsys_screen
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_pools.c | 43 * vmw_pools_cleanup - Destroy the buffer pools. 50 if(vws->pools.gmr_fenced) 51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); 52 if (vws->pools.query_fenced) 53 vws->pools.query_fenced->destroy(vws->pools.query_fenced); 57 if (vws->pools.gmr_slab_fenced) 58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced) [all...] |
vmw_screen_svga.c | 68 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) 70 provider = vws->pools.query_fenced; 72 provider = vws->pools.gmr_fenced; 77 if(!buffer && provider == vws->pools.gmr_fenced) { 80 provider = vws->pools.gmr_slab_fenced;
|
vmw_screen.h | 78 } pools; member in struct:vmw_winsys_screen
|
/external/valgrind/main/coregrind/ |
m_poolalloc.c | 42 /* XArray of void* (pointers to pools). The pools themselves. 45 XArray* pools; member in struct:_PoolAlloc 47 pools pointed to by .pools */ 70 pa->pools = NULL; 74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) ); 76 vg_assert(pa->pools); 84 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) 85 pa->free (*(UWord **)VG_(indexXA) ( pa->pools, i )) [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontree.h | 116 pANTLR3_COMMON_TREE *pools; member in struct:ANTLR3_ARBORETUM_struct
|
antlr3commontoken.h | 319 pANTLR3_COMMON_TOKEN *pools; member in struct:ANTLR3_TOKEN_FACTORY_struct 348 /** Pointer to a function that resets the factory so you can reuse the pools it
|
antlr3collections.h | 287 /** List of all vector pools allocated so far 289 pANTLR3_VECTOR *pools; member in struct:ANTLR3_VECTOR_FACTORY_struct 291 /** Count of the vector pools allocated so far (current active pool)
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontoken.c | 115 factory->pools = NULL; 165 factory->pools = (pANTLR3_COMMON_TOKEN *) 166 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ 172 factory->pools[factory->thisPool] = 208 token = factory->pools[factory->thisPool] + factory->nextToken; 250 /* We iterate the token pools one at a time 256 pool = factory->pools[poolCount]; 288 ANTLR3_FREE(factory->pools[poolCount]); 289 factory->pools[poolCount] = NULL [all...] |
antlr3commontree.c | 105 factory->pools = NULL; 132 factory->pools = (pANTLR3_COMMON_TREE *) 133 ANTLR3_REALLOC( (void *)factory->pools, // Current pools pointer (starts at NULL) 139 factory->pools[factory->thisPool] = 185 tree = factory->pools[factory->thisPool] + factory->nextTree; 266 // We now JUST free the pools because the C runtime CommonToken based tree 273 ANTLR3_FREE(factory->pools[poolCount]); 274 factory->pools[poolCount] = NULL; 277 // All the pools are deallocated we can free the pointers to the pool [all...] |
antlr3collections.c | [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
socketpoolwrapper.js | 6 * SocketPoolWrapper is a wrapper around socket pools entries. It's 8 * a synopsis of the state of all pools, and listing the groups within 9 * individual pools. 27 * Returns an array of SocketPoolWrappers created from each of the socket pools 28 * in |socketPoolInfo|. Nested socket pools appear immediately after their 33 // Create SocketPoolWrappers for each socket pool and separate socket pools
|
socketsview.js | 6 * This view displays information on the state of all socket pools.
|
dataview.js | 284 text.push(' Socket pools');
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 653 pools = map(tuple, args) * kwds.get('repeat', 1) 654 n = len(pools) 658 if any(len(pool) == 0 for pool in pools): 661 yield tuple(pool[i] for pool, i in zip(pools, indices)) 664 if indices[i] == len(pools[i]) - 1: 669 yield tuple(pool[i] for pool, i in zip(pools, indices)) 676 pools = map(tuple, args) * kwds.get('repeat', 1) 678 for pool in pools: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 653 pools = map(tuple, args) * kwds.get('repeat', 1) 654 n = len(pools) 658 if any(len(pool) == 0 for pool in pools): 661 yield tuple(pool[i] for pool, i in zip(pools, indices)) 664 if indices[i] == len(pools[i]) - 1: 669 yield tuple(pool[i] for pool, i in zip(pools, indices)) 676 pools = map(tuple, args) * kwds.get('repeat', 1) 678 for pool in pools: [all...] |
/external/bluetooth/bluedroid/gki/common/ |
gki_buffer.c | 22 #error Number of pools out of range (16 Max)! 150 ** buffers and free buffer pools. 322 /* add pools to the pool_list which is arranged in the order of size */ 359 ** Note: This routine only takes buffers from public pools. 360 ** It will not use any buffers from pools 397 /* search the public buffer pools that are big enough to hold the size 401 /* Only look at PUBLIC buffer pools (bypass RESTRICTED pools) */ 505 /* try for free buffers in public pools */ 1023 ** The buffer should be one allocated from one of GKI's pools [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 22 #error Number of pools out of range (16 Max)! 140 ** buffers and free buffer pools. 310 /* add pools to the pool_list which is arranged in the order of size */ 347 ** Note: This routine only takes buffers from public pools. 348 ** It will not use any buffers from pools 395 /* search the public buffer pools that are big enough to hold the size 399 /* Only look at PUBLIC buffer pools (bypass RESTRICTED pools) */ 457 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); 567 /* try for free buffers in public pools */ [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 22 #error Number of pools out of range (16 Max)! 140 ** buffers and free buffer pools. 310 /* add pools to the pool_list which is arranged in the order of size */ 347 ** Note: This routine only takes buffers from public pools. 348 ** It will not use any buffers from pools 395 /* search the public buffer pools that are big enough to hold the size 399 /* Only look at PUBLIC buffer pools (bypass RESTRICTED pools) */ 457 LOGD("Dumping total of %d buffer pools", p_cb->curr_total_no_of_pools); 567 /* try for free buffers in public pools */ [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/prebuilts/tools/darwin-x86_64/swt/ |
swt.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |