OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:growable
(Results
1 - 25
of
36
) sorted by null
1
2
/external/oprofile/libutil/
op_growable_buffer.c
3
* a
growable
buffer implementation
op_growable_buffer.h
3
* a
growable
buffer interface
/external/oprofile/libutil++/
growable_vector.h
20
* A simple
growable
vector template.
/external/qemu/block/
qcow2.c
1272
int
growable
= bs->
growable
;
local
1287
int
growable
= bs->
growable
;
local
[
all
...]
raw-posix.c
248
if ((ret == 0) && bs->
growable
) {
[
all
...]
/dalvik/vm/compiler/
Utility.cpp
100
/*
Growable
List initialization */
109
/* Expand the capacity of a
growable
list */
125
/* Insert a new element into the
growable
list */
/external/qemu/
qemu-io.c
1654
int
growable
= 0;
local
1732
int
growable
= 0;
local
[
all
...]
block_int.h
183
int
growable
;
member in struct:BlockDriverState
block.c
514
bs->
growable
= 1;
882
if (bs->
growable
)
1137
if (!bs->
growable
|| !drv->bdrv_getlength) {
[
all
...]
Changelog
286
- New 'qcow'
growable
disk image support with AES encryption and
/external/bluetooth/glib/gio/
gmemoryoutputstream.c
239
*
growable
(no realloc was passed to g_memory_output_stream_new()) then
243
* Note that for
growable
streams the returned size may become invalid on
/external/icu4c/common/
utrie2_impl.h
139
* preallocated anyway (unlike the
growable
data array).
/external/oprofile/libdb/
odb.h
4
* of in-memory, through mmaped file,
growable
hash table, that stores
/external/v8/src/
zone.h
172
// ZoneLists are
growable
lists with constant-time access to the
data-flow.h
284
// The set is implemented as a pair of a
growable
dense list and an
/dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp
436
/* Insert the place holder to the
growable
list */
CodegenDriver.cpp
[
all
...]
/external/guava/src/com/google/common/collect/
Lists.java
146
* ImmutableList} instead of a
growable
{@link ArrayList}.
/external/icu4c/layout/
LEGlyphStorage.h
27
* The storage is
growable
using the <code>LEInsertionList</code> class.
/external/javassist/tutorial/
tutorial3.html
175
instructions. It is a
growable
array of bytecode.
/external/guava/src/com/google/common/primitives/
Chars.java
274
* {@link com.google.common.io.ByteStreams#newDataOutput()} to get a
growable
Ints.java
274
* {@link com.google.common.io.ByteStreams#newDataOutput()} to get a
growable
Longs.java
242
* {@link com.google.common.io.ByteStreams#newDataOutput()} to get a
growable
Shorts.java
274
* {@link com.google.common.io.ByteStreams#newDataOutput()} to get a
growable
generate.sh
297
* {@link com.google.common.io.ByteStreams#newDataOutput()} to get a
growable
Completed in 8511 milliseconds
1
2