OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pools
(Results
1 - 25
of
121
) sorted by null
1
2
3
4
5
/frameworks/base/core/java/android/util/
Pools.java
22
public class
Pools
{
23
private
Pools
() {
/external/dropbear/libtomcrypt/notes/
tech0004.txt
36
is spread [round robin] in all of the
pools
.
42
certain
pools
are used. More precisely the i'th pool is used every 2**i'th reseeding. For example, pool[0]
45
The
pools
are hashed together along with the current key and the result is the new key for a cipher which
49
strictly know the other
pools
. So the recovery rate of is not 0. In fact pool[0] can be completely
54
The
pools
are combined with the running cipher key [256 bits] so that a cipher in CTR mode can produce
/external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml
2
Thread
Pools
5
pools
of threads to execute work concurrently
18
Therefore GLib provides thread
pools
for your convenience. An added
linked_lists_single.sgml
374
with <option>--disable-mem-
pools
</option>
388
with <option>--disable-mem-
pools
</option>
/dalvik/vm/compiler/codegen/arm/
README.txt
38
- Ralloc.c (arch-dependent register
pools
)
Ralloc.h
97
/* Set up temp & preserved register
pools
specialized by target */
184
* Free all allocated temps in the temp
pools
. Note that this does
/external/dbus/dbus/
dbus-mempool.h
2
/* dbus-mempool.h Memory
pools
dbus-mempool.c
2
/* dbus-mempool.h Memory
pools
28
* @defgroup DBusMemPool memory
pools
118
* Opaque object representing a memory pool. Memory
pools
allow
127
* memory
pools
work. To avoid creating 64 bit problems, this means at
288
/* We save/restore the counter, so that memory
pools
won't
/external/proguard/src/proguard/classfile/visitor/
AllClassVisitor.java
28
* objects of the class
pools
it visits.
/external/jpeg/
jcomapi.c
21
* For this, we merely clean up all the nonpermanent memory
pools
.
37
/* Releasing
pools
in reverse order might help avoid fragmentation
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java
24
* This class
pools
string buffers, since they are reused so often.
/external/proguard/src/proguard/preverify/
Preverifier.java
29
* This class can preverify methods in program class
pools
, according to a given
/external/webkit/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.h
37
pools
to best manage the pixel memory for a decoded image. This should
/external/bluetooth/glib/docs/
macros.txt
14
--disable-mem-
pools
=yes
34
Many small chunks of memory are often allocated via collective
pools
37
memory
pools
can be disabled to avoid excessive caching and force
/external/srec/portable/src/
pmemfixed.c
35
The memory manager manages an unlimited number of
pools
, each containing a linked list
36
of free memory blocks of a fixed size. The memory
pools
are ordered in increasing block
47
memory manager searches the remaining
pools
in the sequence until it finds a free block or
48
it runs out of
pools
(in this case it will return a null pointer to the calling code).
50
How is the memory space allocated to the fixed block
pools
?
52
defined by #define MEM_SIZE). This memory is used to a) create the fixed size memory
pools
79
7. Doesn't support block consolidation, and reuse across
pools
.
203
* Description: API function which initialises the fixed size memory
pools
. Can
284
* memory
pools
. Note it can be called many times but is only
447
is found, or there are no
pools
left *
[
all
...]
/dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java
20
* Interface for constant
pools
, which are, more or less, just lists of
/external/guava/src/com/google/common/util/concurrent/
Executors.java
50
* <p>This is mainly for fixed thread
pools
.
78
* <p>This is mainly for fixed thread
pools
.
140
* <p>This is mainly for fixed thread
pools
.
160
* <p>This is mainly for fixed thread
pools
.
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
TNETWArb_buffer.h
49
/* Define the total number of buffer
pools
supported, fixed and dynamic.
70
** If set, GKI will check if pool id exceeds the number of
pools
.
/frameworks/base/core/java/android/view/
VelocityTracker.java
23
import android.util.
Pools
;
44
private static final Pool<VelocityTracker> sPool =
Pools
.synchronizedPool(
45
Pools
.finitePool(new PoolableManager<VelocityTracker>() {
/external/bluetooth/glib/glib/
gthreadpool.h
40
/* Thread
Pools
/external/proguard/src/proguard/shrink/
Shrinker.java
31
* This class shrinks class
pools
according to a given configuration.
/external/webkit/WebKit/mac/Carbon/
CarbonUtils.m
75
techniques available to Carbon apps, MUST create their our
pools
around
/hardware/ti/omap3/dspbridge/inc/
memry.h
69
* Allocate memory from the paged or non-paged
pools
.
104
* Allocate zero-initialized memory from the paged or non-paged
pools
.
/hardware/ti/omap3/dspbridge/libbridge/inc/
memry.h
69
* Allocate memory from the paged or non-paged
pools
.
104
* Allocate zero-initialized memory from the paged or non-paged
pools
.
/external/bluetooth/glib/docs/reference/glib/
building.sgml
196
<arg>--disable-mem-
pools
</arg>
197
<arg>--enable-mem-
pools
</arg>
319
<title><systemitem>--disable-mem-
pools
</systemitem> and
320
<systemitem>--enable-mem-
pools
</systemitem></title>
323
Many small chunks of memory are often allocated via collective
pools
326
memory
pools
can be disabled to avoid excessive caching and force
Completed in 625 milliseconds
1
2
3
4
5