/external/v8/src/arm/ |
assembler-thumb2.h | 952 // Pools are emitted in the instruction stream, preferably after unconditional [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Executors.java | 135 * available. These pools will typically improve the performance 142 * not consume any resources. Note that pools with similar
|
ThreadPoolExecutor.java | 17 * <p>Thread pools address two different problems: they usually 151 * off for each other: Using large queues and small pools minimizes 228 * you would like to ensure that unreferenced pools are reclaimed even [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 29 import android.util.Pools; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 314 * string pools. If there any risk that this might be happening, we
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory.sgml | 24 pools (and new/delete call constructors and destructors). See also
|
/external/kernel-headers/original/asm-arm/ |
dma-mapping.h | 400 * appropriate DMA pools for the device.
|
/external/kernel-headers/original/linux/ |
device.h | 332 struct list_head dma_pools; /* dma pools (if dma'ble) */
|
/external/opencore/engines/author/src/ |
pvauthorengine.h | 290 * Source node pools are destroyed when RemoveDataSource API is executed.
|
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 38 * This class can preverify methods in program class pools, according to a given
|
/external/webkit/WebCore/bridge/objc/ |
objc_instance.mm | 113 // Both -finalizeForWebScript and -dealloc/-finalize of _instance may require autorelease pools.
|
/frameworks/base/tools/aapt/ |
StringPool.cpp | 133 LOG_ALWAYS_FATAL_IF(mSorted, "Can't use styles with sorted string pools.");
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
memMngrEx.h | 282 buffersPool_t buffersPool[MAX_NUMBER_OF_BUF_POOLS]; /* Pools of Data Buffers */
|
/dalvik/vm/compiler/codegen/arm/ |
RallocUtil.c | 67 * Free all allocated temps in the temp pools. Note that this does 82 /* Set up temp & preserved register pools specialized by target */
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | 133 // pools across multiple documents, so setting them here is 140 // needs to be bound to the NS and local name pools. Which 457 // %TBD% Which pools do target and data go into? [all...] |
/external/jpeg/ |
structure.doc | [all...] |
/bionic/libc/bionic/ |
dlmalloc.h | 302 kinds of pools. It may also be useful when constructing large data
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ConnPoolByRoute.java | 83 * A map of route-specific pools.
|
/external/bluetooth/glib/ |
config.h.win32.in | 19 /* Whether to disable memory pools */
|
configure.in | 210 [AC_HELP_STRING([--disable-mem-pools], 211 [disable all glib memory pools])],, 239 AC_MSG_CHECKING([whether to disable memory pools]) 243 AC_DEFINE(DISABLE_MEM_POOLS, [1], [Whether to disable memory pools]) [all...] |
ChangeLog.pre-2-10 | 333 non-exlusive pools for at most a 1/2 second. Do not reorder tasks 339 invalid NULL into the thread pools. This as well fixes #327290. [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
glib-sections.txt | 662 <TITLE>Thread Pools</TITLE> [all...] |
/external/bluetooth/glib/glib/ |
config.h | 21 /* Whether to disable memory pools */
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 42 * This class optimizes class pools according to a given configuration. [all...] |
/frameworks/base/docs/html/guide/practices/design/ |
performance.jd | 232 pools for temporary objects can make allocation cheaper, but allocating memory
|