OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grow
(Results
76 - 100
of
489
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
SelectorImpl.java
290
//
grow
each array to sufficient capacity. Always
grow
to at least 1.5x
/external/icu4c/common/
uvectr32.h
65
int32_t maxCapacity; // Limit beyond which capacity is not permitted to
grow
.
137
* elements for i >= newSize. If newSize is larger,
grow
the
propsvec.h
65
* Stable value, unlike UPVEC_MAX_CP which might
grow
over time.
/external/opencore/oscl/oscl/osclbase/src/
oscl_queue.h
98
* which your vector must
grow
, then it is more efficient to allocate the
207
* is efficiency. If you know the capacity to which your queue must
grow
, then
oscl_vector.h
94
* which your vector must
grow
, then it is more efficient to allocate the
247
* is efficiency. If you know the capacity to which your vector must
grow
, then
/external/v8/src/
execution.h
150
// Pass the address beyond which the stack should not
grow
. The stack
151
// is assumed to
grow
downwards.
/external/webkit/JavaScriptCore/interpreter/
RegisterFile.h
130
bool
grow
(Register* newEnd);
233
inline bool RegisterFile::
grow
(Register* newEnd)
function in class:JSC::RegisterFile
/external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp
171
substituteCharacters.
grow
(stringLength);
194
substituteCharacters.
grow
(stringLength + 2);
/external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp
298
result.
grow
(size + bufferLength);
317
result.
grow
(size + entityLength);
/packages/apps/Gallery3D/src/com/cooliris/media/
LongSparseArray.java
158
// Log.e("SparseArray", "
grow
" + mKeys.length + " to " + n);
296
// Log.e("SparseArray", "
grow
" + mKeys.length + " to " + n);
/dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java
43
*
grow
to hundreds of K but not megabytes.
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
Services.java
50
// set the initial size to 600 so we don't
grow
to 1024 by default because
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Collection.java
114
//
Grow
rest.
OrderedTable.java
105
//
Grow
rest.
/dalvik/libcore/support/src/test/java/tests/support/
Support_BitSet.java
72
growBits(pos); // Bit is cleared for free if we have to
grow
/dalvik/vm/arch/x86/
Call386ABI.S
100
/* Get the size of the variable region and
grow
(preserving alignment) */
/external/apache-http/src/org/apache/http/impl/io/
AbstractSessionOutputBuffer.java
112
// Do not let the buffer
grow
unnecessarily
/external/bluetooth/glib/docs/reference/glib/tmpl/
strings.sgml
5
text buffers which
grow
automatically as text is added
/external/dropbear/libtommath/
bn_fast_mp_montgomery_reduce.c
34
/*
grow
a as required */
/external/e2fsprogs/e2fsck/
region.c
70
* 1; if we can find an existing region which we can
grow
, do
/external/icu4c/test/intltest/
nptrans.cpp
212
/* we do not have enough room so
grow
the buffer*/
/external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h
73
* needs to wait for the file to
grow
past the metaDataSize before
/external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_outport.h
71
* @param aSize Data queue capacity. The data queue size will not
grow
beyond this capacity.
/external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_port.cpp
134
// port queues
grow
indefinitely (we either a connected port busy or outgoing Q busy
/external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_port.h
78
* @param aSize Data queue capacity. The data queue size will not
grow
beyond this capacity.
Completed in 889 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>