OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:growth
(Results
76 - 100
of
143
) sorted by null
1
2
3
4
5
6
/dalvik/libcore/luni/src/main/java/java/util/
BitSet.java
29
* given size and grows if this size is exceeded.
Growth
is always rounded to a
HashMap.java
219
int result = (size >> 1) + size; // Multiply by 3/2 to allow for
growth
[
all
...]
Hashtable.java
196
int result = (size >> 1) + size; // Multiply by 3/2 to allow for
growth
[
all
...]
/dalvik/vm/alloc/
Heap.c
299
* This is 4x the
growth
hysteresis because we don't want
[
all
...]
/external/guava/javadoc/com/google/common/primitives/
Bytes.html
349
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
Booleans.html
401
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
Doubles.html
453
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
[
all
...]
Chars.html
589
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
[
all
...]
Floats.html
452
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
[
all
...]
Ints.html
592
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
[
all
...]
Longs.html
547
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
[
all
...]
Shorts.html
589
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if
growth
is
[
all
...]
/external/opencore/nodes/pvclientserversocketnode/include/
pvmf_socket_buffer_allocators.h
[
all
...]
/external/opencore/nodes/streaming/common/include/
pvmf_streaming_buffer_allocators.h
[
all
...]
/development/samples/SearchableDictionary/res/raw/
definitions.txt
407
foster - v. promote the
growth
of
416
further - v. promote the
growth
of
436
grove - n. a small
growth
of trees without underbrush
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1
/external/icu4c/common/
triedict.cpp
[
all
...]
uniset.cpp
55
// extra amount for
growth
. Must be >= 0
[
all
...]
/external/webkit/WebCore/rendering/
RenderTableSection.cpp
604
// new height of the cell (thus letting the percentages cause
growth
one
[
all
...]
/external/quake/quake/src/WinQuake/
gl_draw.cpp
[
all
...]
/external/stlport/stlport/stl/
_rope.h
348
// extra space, to accomodate future
growth
and for basic
[
all
...]
/external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h
[
all
...]
/dalvik/vm/
Jni.c
72
with a simple store/increment operation; to avoid infinite
growth
in
[
all
...]
Completed in 298 milliseconds
1
2
3
4
5
6