/external/clang/test/ARCMT/ |
cxx-rewrite.mm | 14 NSAutoreleasePool *pool = [NSAutoreleasePool new]; 16 [pool drain]; 27 NSAutoreleasePool *pool = [NSAutoreleasePool new]; 31 [pool drain];
|
/external/llvm/test/CodeGen/X86/ |
negative_zero.ll | 5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
|
/external/proguard/src/proguard/classfile/editor/ |
ConstantPoolEditor.java | 27 * This class can add constant pool entries to a given class. 49 * Finds or creates a IntegerConstant constant pool entry with the given 51 * @return the constant pool index of the Utf8Constant. 79 * Finds or creates a LongConstant constant pool entry with the given value. 80 * @return the constant pool index of the LongConstant. 108 * Finds or creates a FloatConstant constant pool entry with the given 110 * @return the constant pool index of the FloatConstant. 138 * Finds or creates a DoubleConstant constant pool entry with the given 140 * @return the constant pool index of the DoubleConstant. 168 * Finds or creates a StringConstant constant pool entry with the give [all...] |
/dalvik/dx/tests/004-cp-bottom-up/ |
info.txt | 5 The salient bit of parsing tested here is that the constant pool contains 6 at least one valid entry of each possible constant pool type, and that
|
/dalvik/dx/tests/005-cp-top-down/ |
info.txt | 5 The salient bit of parsing tested here is that the constant pool contains 6 at least one valid entry of each possible constant pool type, and that
|
/external/webkit/Source/JavaScriptCore/wtf/ |
BumpPointerAllocator.h | 37 // ensureCapacity will check whether the current pool has capacity to 39 // allocate a new pool (which will be added to this one in a chain). 75 // If pointer was not allocated from this pool (or pools) then dealloc 146 // The pool passed should not have capacity, so we'll start with the next one. 150 BumpPointerPool* pool = previousPool->m_next; local 153 if (!pool) { 154 // We've run to the end; allocate a new pool. 155 pool = BumpPointerPool::create(size); 156 previousPool->m_next = pool; 157 pool->m_previous = previousPool [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectPool.java | 30 * Pool of object of a given type to pick from to help memory usage 37 /** Type of objects in this pool. 48 * @param type Type of objects for this pool 59 * @param className Fully qualified name of the type of objects for this pool. 80 * @param type Type of objects for this pool 100 * Get an instance of the given object in this pool if available 108 // Check if the pool is empty. 112 // Remove object from end of free pool. 121 * Get an instance of the given object in this pool 129 // Check if the pool is empty [all...] |
/external/chromium/third_party/libevent/ |
evrpc.c | 180 static void evrpc_pool_schedule(struct evrpc_pool *pool); 385 struct evrpc_pool *pool = calloc(1, sizeof(struct evrpc_pool)); local 386 if (pool == NULL) 389 TAILQ_INIT(&pool->connections); 390 TAILQ_INIT(&pool->requests); 392 TAILQ_INIT(&pool->input_hooks); 393 TAILQ_INIT(&pool->output_hooks); 395 pool->base = base; 396 pool->timeout = -1; 398 return (pool); 512 struct evrpc_pool *pool = ctx->pool; local 565 struct evrpc_pool *pool = ctx->pool; local 590 struct evrpc_pool *pool = ctx->pool; local [all...] |
/external/webkit/Source/WebCore/platform/ |
Arena.h | 66 Arena first; // first arena in pool list. 72 void InitArenaPool(ArenaPool *pool, const char *name, 74 void FinishArenaPool(ArenaPool *pool); 75 void FreeArenaPool(ArenaPool *pool); 76 void* ArenaAllocate(ArenaPool *pool, unsigned int nb); 79 #define INIT_ARENA_POOL(pool, name, size) \ 80 InitArenaPool(pool, name, size, ARENA_ALIGN_MASK + 1) 82 #define ARENA_ALLOCATE(p, pool, nb) \ 83 Arena *_a = (pool)->current; \ 88 _p = (uword)ArenaAllocate(pool, _nb); [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
thread_pools.sgml | 24 To create a new thread pool, you use g_thread_pool_new(). It is 29 If you want to execute a certain task within a thread pool, you call 37 maximal number of threads for a thread pool, you use 67 The #GThreadPool struct represents a thread pool. It has three public 72 @func: the function to execute in the threads of this pool 73 @user_data: the user data for the threads of this pool 74 @exclusive: are all threads exclusive to this pool 94 @pool: 104 @pool: 114 @pool: [all...] |
/external/javassist/sample/vector/ |
VectorAssistant.java | 52 public CtClass[] assist(ClassPool pool, String vec, String[] args) 61 CtClass elementType = pool.get(args[0]); 63 subclass = makeSubclass2(pool, elementType); 65 subclass = makeSubclass(pool, elementType); 67 CtClass[] results = { subclass, pool.get(vec) }; 84 public CtClass makeSubclass(ClassPool pool, CtClass type) 87 CtClass vec = pool.makeClass(makeClassName(type)); 88 vec.setSuperclass(pool.get("java.util.Vector")); 90 CtClass c = pool.get("sample.vector.Sample"); 109 public CtClass makeSubclass2(ClassPool pool, CtClass type [all...] |
/external/valgrind/main/memcheck/tests/ |
mempool.c | 30 } pool; typedef in typeref:struct:_pool 32 pool *make_pool() 34 pool *p; 37 p = (pool *)mmap(0, sizeof(pool), PROT_READ|PROT_WRITE|PROT_EXEC, 43 p = (pool *)malloc(sizeof(pool)); 53 void push(pool *p) 70 void pop(pool *p) 83 void destroy_pool(pool *p [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
IteratorPool.java | 29 * Pool of object of a given type to pick from to help memory usage 37 * Type of objects in this pool. 58 * Get an instance of the given object in this pool 65 // Check if the pool is empty. 74 // Remove object from end of free pool. 81 * Get an instance of the given object in this pool 87 // Check if the pool is empty. 103 // Remove object from end of free pool. 110 * Add an instance of the given object to the pool
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorBuffer.h | 57 M4OSA_UInt32 idx; /**< Index of the buffer inside the pool */ 82 * @brief Allocate a pool of nbBuffers buffers 84 * @param ppool : IN The buffer pool to create 85 * @param nbBuffers : IN The number of buffers in the pool 86 * @param poolName : IN a name given to the pool 96 * @brief Deallocate a buffer pool 98 * @param ppool : IN The buffer pool to free 110 * @param ppool : IN The buffer pool 124 M4OSA_ERR VIDEOEDITOR_BUFFER_getOldestBuffer(VIDEOEDITOR_BUFFER_Pool *pool,
|
/external/chromium/testing/ |
gtest_mac_unittest.mm | 18 base::mac::ScopedNSAutoreleasePool pool; 29 base::mac::ScopedNSAutoreleasePool pool; 38 base::mac::ScopedNSAutoreleasePool pool; 44 base::mac::ScopedNSAutoreleasePool pool; 50 base::mac::ScopedNSAutoreleasePool pool;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
random.h | 20 /* Get the contents of the entropy pool. (Superuser only.) */ 24 * Write bytes into the entropy pool and add to the entropy count. 32 /* Clear the entropy pool and associated counters. (Superuser only.) */
|
/frameworks/base/core/java/android/util/ |
FinitePool.java | 22 class FinitePool<T extends Poolable<T>> implements Pool<T> { 26 * Factory used to create new pool objects 30 * Maximum number of objects in the pool 43 * Number of objects in the pool 54 if (limit <= 0) throw new IllegalArgumentException("The pool limit must be > 0"); 91 Log.w(LOG_TAG, "Element is already in pool: " + element);
|
/libcore/luni/src/main/java/libcore/internal/ |
StringPool.java | 20 * A pool of string instances. Unlike the {@link String#intern() VM's 21 * interned strings}, this pool provides no guarantee of reference equality. 26 private final String[] pool = new String[512]; field in class:StringPool 53 int index = hashCode & (pool.length - 1); 55 String pooled = pool[index]; 61 pool[index] = result;
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
ConstantPool.java | 25 * Get the "size" of the constant pool. This corresponds to the 27 * always at least one more than the actual size of the constant pool, 35 * Get the {@code n}th entry in the constant pool, which must 38 * @param n {@code n >= 0, n < size();} the constant pool index 46 * Get the {@code n}th entry in the constant pool, which must 50 * @param n {@code n >= 0, n < size();} the constant pool index 58 * Get the {@code n}th entry in the constant pool, or 65 * @param n {@code n >= 0, n < size();} the constant pool index
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
ConstantPool.java | 25 * Get the "size" of the constant pool. This corresponds to the 27 * always at least one more than the actual size of the constant pool, 35 * Get the {@code n}th entry in the constant pool, which must 38 * @param n {@code n >= 0, n < size();} the constant pool index 46 * Get the {@code n}th entry in the constant pool, which must 50 * @param n {@code n >= 0, n < size();} the constant pool index 58 * Get the {@code n}th entry in the constant pool, or 65 * @param n {@code n >= 0, n < size();} the constant pool index
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
RouteSpecificPool.java | 46 * A connection sub-pool for a specific route, used by {@link ConnPoolByRoute}. 48 * containing pool takes care of synchronization. 54 /** The route this pool is for. */ 57 /** the maximum number of entries allowed for this pool */ 67 /** The list of threads waiting for this pool. */ 75 * Creates a new route-specific pool. 77 * @param route the route for which to pool 78 * @param maxEntries the maximum number of entries allowed for this pool 90 * Obtains the route for which this pool is specific. 100 * Obtains the maximum number of entries allowed for this pool [all...] |
package.html | 48 maintains a <i>Pool</i> (yellow) of connections and waiting threads. 49 Both Manager and Pool rely on <i>Operations</i> (cyan) to provide the 59 <li>Manager objects reference Pool objects, but not vice versa.</li> 60 <li>Operations objects do not reference either Manager or Pool objects.</li> 130 The Pool area shows an abstract pool class 137 A pool contains instances of 139 Most other classes in this package also belong to the Pool area. 151 appears in both the Manager and Pool areas. 154 A connection pool may start a background thread to implement cleanup [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
IntentPool.java | 29 * A pool of Intents 41 * @param initialSize The initial size of the pool 48 * @return The Intent is retrieved from the pool or if the pool is empty 58 * @return The Intent is retrieved from the pool or if the pool is empty 73 Log.d(TAG, "Pool enlarged"); 80 * @param intent Return an Intent to the pool
|
/external/proguard/src/proguard/classfile/ |
ClassPool.java | 40 * Clears the class pool. 49 * Adds the given Clazz to the class pool. 58 * Removes the given Clazz from the class pool. 67 * Returns a Clazz from the class pool based on its name. Returns 69 * pool. Returns the base class if the class name is an array type. 78 * Returns an Iterator of all class names in the class pool. 87 * Returns the number of classes in the class pool. 96 * Applies the given ClassPoolVisitor to the class pool. 105 * Applies the given ClassVisitor to all classes in the class pool, 120 * Applies the given ClassVisitor to all classes in the class pool, [all...] |
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationsWriter.java | 31 * ConstPool pool = ...; 33 * writer = new AnnotationsWriter(output, pool); 45 * = new AnnotationsAttribute(pool, AnnotationsAttribute.visibleTag, 61 private ConstPool pool; field in class:AnnotationsWriter 67 * @param cp the constant pool. 71 pool = cp; 75 * Obtains the constant pool given to the constructor. 78 return pool; 121 annotation(pool.addUtf8Info(type), numMemberValuePairs); 150 memberValuePair(pool.addUtf8Info(memberName)) [all...] |