OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grow
(Results
201 - 225
of
489
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java
116
* in-use table to
grow
without bound. If we switch to a more efficient
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java
156
// size is 4M integers... and we
grow
by at least that much each
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
VariableStack.java
55
* stack can
grow
if needed.
/external/bison/src/
muscle_tab.c
145
/*
Grow
the current value. */
/external/freetype/include/freetype/internal/
psaux.h
99
/* cursor :: The current top of the
grow
heap within its block. */
[
all
...]
/external/guava/src/com/google/common/primitives/
Booleans.java
209
* @param padding an extra amount to "
grow
" the array by if growth is
Bytes.java
186
* @param padding an extra amount to "
grow
" the array by if growth is
/external/icu4c/common/unicode/
udata.h
76
* <p>This structure may
grow
in the future, indicated by the
/external/icu4c/common/
uvector.cpp
349
* newSize. If newSize is larger,
grow
the array, filling in new
uvector.h
195
* elements for i >= newSize. If newSize is larger,
grow
the
/external/icu4c/layout/
LEGlyphStorage.h
74
* The insertion list, used to
grow
the above arrays.
/external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp
505
// port queues
grow
indefinitely (we either a connected port busy or outgoing Q busy
/external/skia/src/core/
SkGlyphCache.cpp
57
#define METRICS_RESERVE_COUNT 128 // so we don't
grow
this array a lot
/external/skia/src/ports/
SkFontHost_android.cpp
66
// we use atomic_inc to
grow
this for each typeface we create
/external/tcpdump/
sctpConstants.h
395
#define SCTP_WINDOW_MAX 1048576 /* biggest I can
grow
rwnd to
/external/v8/src/
interpreter-irregexp.cc
148
// This backtracking stack does not
grow
automatically, but it ensures that the
/external/webkit/JavaScriptCore/bytecode/
CodeBlock.h
405
void addMethodCallLinkInfos(unsigned n) { m_methodCallLinkInfos.
grow
(n); }
/external/webkit/WebCore/bindings/v8/
SerializedScriptValue.cpp
204
m_buffer.
grow
((m_position + extra + 1) / 2); // "+ 1" to round up.
/external/webkit/WebCore/page/animation/
AnimationController.cpp
167
m_eventsToDispatch.
grow
(m_eventsToDispatch.size()+1);
/external/webkit/WebCore/platform/graphics/
BitmapImage.cpp
119
m_frames.
grow
(numFrames);
/external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp
93
m_frames.
grow
(1);
/external/webkit/WebCore/platform/text/
PlatformString.h
382
vector.
grow
(vectorSize + numberLength);
TextCodecICU.cpp
464
result.
grow
(size + count);
/frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd
52
will not
grow
and will only occupy the area required by its content.
/frameworks/base/libs/utils/
VectorImpl.cpp
346
// LOGV("
grow
vector %p, new_capacity=%d", this, (int)new_capacity);
Completed in 875 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>