/external/webkit/Source/WebCore/platform/text/ |
TextCodecUserDefined.cpp | 81 result.grow(resultLength + replacementLength + length - i);
|
TextStream.cpp | 91 m_text.grow(textLength + stringLength);
|
Base64.cpp | 94 out.grow(outLength); 149 out.grow(len);
|
/external/webkit/Tools/Scripts/ |
deduplicate-tests | 28 platform/mac. This means it's possible to grow redundant test outputs,
|
/frameworks/base/core/java/com/android/internal/util/ |
ArrayUtils.java | 28 * the most efficient increments by which to grow arrays.
|
/frameworks/base/libs/hwui/ |
GradientCache.h | 100 * Any texture added to the cache causing the cache to grow beyond the maximum
|
TextureCache.h | 48 * Any texture added to the cache causing the cache to grow beyond the maximum
|
/frameworks/base/libs/rs/ |
rsStream.cpp | 65 // We need to potentially grow more than once if the number of byes we write is substantial
|
/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/Protips/res/values/ |
arrays.xml | 67 \nTo grow new icons</item>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 126 // Queries whether a grow is needed.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
sigcontext.h | 17 * The FPU state data structure has had to grow to accommodate the
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 126 // Queries whether a grow is needed.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 126 // Queries whether a grow is needed.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/ |
ArrayUtils.java | 27 * the most efficient increments by which to grow arrays.
|
SparseArray.java | 152 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n); 293 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n);
|
/dalvik/dx/tests/115-merge/com/android/dx/merge/ |
DexMergeTest.java | 129 * output files. If those gaps grow too large, the merger is supposed to 135 * At the time this test was written, the output would grow ~25% with
|
/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/icu4c/common/ |
uvectr64.h | 64 int32_t maxCapacity; // Limit beyond which capacity is not permitted to grow. 136 * elements for i >= newSize. If newSize is larger, grow the
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 177 LiveOutRegInfo.grow(Reg); 197 LiveOutRegInfo.grow(Reg);
|
/external/webkit/Source/WebCore/platform/graphics/ |
WOFFFileFormat.cpp | 189 sfnt.grow(sfnt.size() + numTables * 4 * sizeof(uint32_t)); 237 sfnt.grow(sfnt.size() + tableOrigLength);
|
/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 | 181 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n); 322 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n);
|
/frameworks/support/v4/java/android/support/v4/app/ |
HCSparseArray.java | 160 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n); 300 // Log.e("SparseArray", "grow " + mKeys.length + " to " + n);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureToolTip.java | 148 // label will grow but not shrink. 150 // labels don't grow when they should. Re-enable when we drop 3.5 support.
|