/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).
|
uidna.cpp | 255 // we do not have enough room so grow the buffer 340 /* we do not have enough room so grow the buffer*/ 460 /* we do not have enough room so grow the buffer*/ 500 /* we do not have enough room so grow the buffer*/ 518 /* we do not have enough room so grow the buffer*/
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 116 // This needs to grow too. Use a conservative estimate that the OpMapVector 118 // maximum of MAXTOKENQUEUESIZE*5. If the OpMapVector needs to grow, grow
|
/external/icu4c/layout/ |
LEGlyphStorage.cpp | 570 // Could not grow the glyph array 576 // Could not grow the glyph array 583 // could not grow the aux data array
|
/frameworks/base/core/java/android/view/ |
Gravity.java | 57 /** Grow the vertical size of the object if needed so it completely fills 64 /** Grow the horizontal size of the object if needed so it completely fills 72 /** Grow the horizontal and vertical size of the object if needed so it
|
/frameworks/base/core/jni/ |
CursorWindow.cpp | 149 LOGE("need to grow: mSize = %d, size = %d, freeSpace() = %d, numRows = %d", mSize, size, freeSpace(), mHeader->numRows); 150 // Only grow the window if the first row doesn't fit 162 LOGE("Attempting to grow window beyond max size (%d)", mMaxSize);
|
/dalvik/vm/alloc/ |
Heap.c | 318 /* Do a full garbage collection, which may grow the 360 // Maybe we grow the heap in bigger leaps 372 * a full garbage collection. This may grow the heap 390 //TODO: may want to grow a little bit more so that the amount of free 393 LOGI_HEAP("Grow heap (frag case) to " 999 * it just lets the heap grow more when necessary. [all...] |