OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grow
(Results
51 - 75
of
489
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtommath/
bn_mp_montgomery_reduce.c
38
/*
grow
the input as required */
/external/icu4c/test/intltest/
textfile.cpp
153
//
Grow
by factor of 2 to prevent frequent allocation
/external/kernel-headers/original/asm-x86/
sigcontext.h
18
* The FPU state data structure has had to
grow
to accommodate the
/external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_port.h
79
* @param aSize Data queue capacity. The data queue size will not
grow
beyond this capacity.
/external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_port.h
54
* @param aSize Data queue capacity. The data queue size will not
grow
beyond this capacity.
/external/webkit/WebCore/platform/text/
TextCodecUserDefined.cpp
81
result.
grow
(resultLength + replacementLength + length - i);
TextStream.cpp
87
m_text.
grow
(textLength + stringLength);
Base64.cpp
92
out.
grow
(out_len);
149
out.
grow
(len);
/frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java
28
* the most efficient increments by which to
grow
arrays.
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
108
if (mMode == ModifyMode.
Grow
) {
298
// Don't let the cropping rectangle
grow
too fast.
299
//
Grow
at most half of the difference between the image rectangle and
392
enum ModifyMode { None, Move,
Grow
}
/packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java
101
if (mMode == ModifyMode.
Grow
) {
264
// Don't let the cropping rectangle
grow
too fast.
265
//
Grow
at most half of the difference between the image rectangle and
353
None, Move,
Grow
/external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_pointer.sgml
5
arrays of pointers to any type of data, which
grow
automatically as new
97
The array will
grow
in size automatically if necessary.
/external/opencore/oscl/unit_test/src/
unit_test_vector.h
110
* is efficiency. If you know the capacity to which your vector must
grow
, then
197
* which your vector must
grow
, then it is more efficient to allocate the
/frameworks/base/core/java/android/util/
LongSparseArray.java
176
// Log.e("SparseArray", "
grow
" + mKeys.length + " to " + n);
316
// Log.e("SparseArray", "
grow
" + mKeys.length + " to " + n);
SparseArray.java
152
// Log.e("SparseArray", "
grow
" + mKeys.length + " to " + n);
292
// Log.e("SparseArray", "
grow
" + mKeys.length + " to " + n);
/system/core/sh/
memalloc.c
198
* this block. Growstackblock will
grow
this space by at least one byte,
264
* someone else to use the stack temporarily and then continue to
grow
/external/libxml2/
parser.c
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml
69
<!--
Grow
the vertical size of the object if needed so it completely fills its container. -->
73
<!--
Grow
the horizontal size of the object if needed so it completely fills its container. -->
77
<!--
Grow
the horizontal and vertical size of the object if needed so it completely fills its container. -->
95
<!--
Grow
the vertical size of the object if needed so it completely fills its container. -->
99
<!--
Grow
the horizontal size of the object if needed so it completely fills its container. -->
103
<!--
Grow
the horizontal and vertical size of the object if needed so it completely fills its container. -->
/external/icu4c/common/
uhash.h
66
* premium, the table can be set to both
grow
and shrink by calling
69
* that does not
grow
at all, the constant U_FIXED can be used.
141
U_GROW, /*
Grow
on demand, do not shrink */
142
U_GROW_AND_SHRINK, /*
Grow
and shrink on demand */
313
* By default, tables
grow
but do not shrink (policy U_GROW).