Searched defs:pool (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dpool.s6 .global pool
7 .type pool,%function
8 pool: label
11 .pool
13 @ CHECK-LABEL: pool
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRFastQueue.h37 NSAutoreleasePool *pool; variable
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRFastQueue.h37 NSAutoreleasePool *pool; variable
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRFastQueue.h37 NSAutoreleasePool *pool; variable
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool; variable
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dplarenas.h44 ** Allocate an arena pool as specified by the parameters.
59 ** Destroy an arena pool previously allocated by PL_AllocArenaPool().
65 PR_EXTERN(PRStatus) PL_DestroyArenaPool(PLArenaPool *pool, PRBool checkEmpty);
70 ** Initialize an arena pool with the given name for debugging and metering,
74 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
82 ** Free the arenas in pool. The user may continue to allocate from pool
84 ** again unless PL_FinishArenaPool(pool) has been called.
86 PR_EXTERN(void) PL_FreeArenaPool(PLArenaPool *pool); variable
89 ** Free the arenas in pool an
91 PR_EXTERN(void) PL_FinishArenaPool(PLArenaPool *pool); variable
96 PR_EXTERN(void) PL_CompactArenaPool(PLArenaPool *pool); variable
[all...]
/external/llvm/unittests/Support/
H A DStringPool.cpp18 StringPool pool; local
19 const PooledStringPtr a = pool.intern("a");
20 const PooledStringPtr b = pool.intern("b");
25 StringPool pool; local
26 const PooledStringPtr a = pool.intern("a");
27 const PooledStringPtr b = pool.intern("b");
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_tests_main.cc29 base::mac::ScopedNSAutoreleasePool pool; local
/external/deqp/framework/delibs/depool/
H A DdePoolHashSet.c21 * \brief Memory pool hash-set class.
33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); local
34 deTestHashSet* hashSet = deTestHashSet_create(pool);
125 deTestInt16Array* keyArray = deTestInt16Array_create(pool);
126 deTestIntArray* valueArray = deTestIntArray_create(pool);
153 deMemPool_destroy(pool);
H A DdePoolHashArray.c21 * \brief Memory pool hash-array class.
33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); local
34 deTestHashArray* hashArray = deTestHashArray_create(pool);
35 deInt16Array* keyArray = deInt16Array_create(pool);
36 deIntArray* valueArray = deIntArray_create(pool);
72 deMemPool_destroy(pool);
H A DdePoolMultiSet.c21 * \brief Memory pool multiset class.
31 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); local
32 deTestMultiSet* set = deTestMultiSet_create(pool);
145 deMemPool_destroy(pool);
H A DdePoolSet.c21 * \brief Memory pool set class.
33 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); local
34 deTestSet* set = deTestSet_create(pool);
95 deMemPool_destroy(pool);
/external/chromium_org/gpu/gles2_conform_support/native/
H A Dmain.cc33 base::mac::ScopedNSAutoreleasePool pool; local
/external/chromium_org/third_party/skia/tools/
H A DLazyDecodeBitmap.cpp41 SkDiscardableMemory::Factory* pool = NULL; local
44 pool = SkGetGlobalDiscardableMemoryPool();
46 // memory implementation that differs from the global DM pool.
48 return SkInstallDiscardablePixelRef(gen.detach(), dst, pool);
/external/deqp/framework/delibs/decpp/
H A DdeMemPool.cpp21 * \brief Memory pool (deMemPool wrapper).
32 char* copyToPool (de::MemPool* pool, const char* string) argument
35 char* copy = (char*)pool->alloc(size);
/external/javassist/src/main/javassist/
H A DTranslator.java35 * @param pool the <code>ClassPool</code> that this translator
42 void start(ClassPool pool) argument
50 * pool.get(classname).toBytecode()</pre></ul>
60 * @param pool the <code>ClassPool</code> that this translator
68 void onLoad(ClassPool pool, String classname) argument
/external/skia/tools/
H A DLazyDecodeBitmap.cpp41 SkDiscardableMemory::Factory* pool = NULL; local
44 pool = SkGetGlobalDiscardableMemoryPool();
46 // memory implementation that differs from the global DM pool.
48 return SkInstallDiscardablePixelRef(gen.detach(), dst, pool);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcomapi.c23 * the permanent pool, so we will be able to close all temp files here.
31 int pool; local
40 for (pool = JPOOL_NUMPOOLS-1; pool > JPOOL_PERMANENT; pool--) {
41 (*cinfo->mem->free_pool) (cinfo, pool);
/external/jpeg/
H A Djcomapi.c23 * the permanent pool, so we will be able to close all temp files here.
31 int pool; local
40 for (pool = JPOOL_NUMPOOLS-1; pool > JPOOL_PERMANENT; pool--) {
41 (*cinfo->mem->free_pool) (cinfo, pool);
/external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/
H A Duninitialized_copy.pass.cpp34 char pool[sizeof(B)*N] = {0}; local
35 B* bp = (B*)pool;
H A Duninitialized_copy_n.pass.cpp34 char pool[sizeof(B)*N] = {0}; local
35 B* bp = (B*)pool;
/external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp34 char pool[sizeof(B)*N] = {0}; local
35 B* bp = (B*)pool;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcomapi.c24 * the permanent pool, so we will be able to close all temp files here.
32 int pool; local
41 for (pool = JPOOL_NUMPOOLS-1; pool > JPOOL_PERMANENT; pool--) {
42 (*cinfo->mem->free_pool) (cinfo, pool);
/external/qemu/distrib/jpeg-6b/
H A Djcomapi.c23 * the permanent pool, so we will be able to close all temp files here.
31 int pool; local
40 for (pool = JPOOL_NUMPOOLS-1; pool > JPOOL_PERMANENT; pool--) {
41 (*cinfo->mem->free_pool) (cinfo, pool);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DBaseNullableOffsetPool.java32 package org.jf.dexlib2.writer.pool;
/external/chromium_org/base/test/
H A Dsequenced_worker_pool_owner.cc24 const scoped_refptr<SequencedWorkerPool>& SequencedWorkerPoolOwner::pool() { function in class:base::SequencedWorkerPoolOwner

Completed in 8736 milliseconds

1234567891011>>