/external/icu4c/i18n/ |
digitlst.h | 45 DEFAULT_DIGITS = 40, // Initial storage size, will grow as needed. 307 /** Ensure capacity for digits. Grow the storage if it is currently less than
|
/external/llvm/lib/CodeGen/ |
VirtRegMap.cpp | 87 grow(); 92 void VirtRegMap::grow() { function in class:VirtRegMap
|
CalcSpillWeights.cpp | 196 // Stop early if there is no room to grow.
|
Spiller.cpp | 120 vrm->grow();
|
/external/webkit/Source/WebCore/bindings/v8/ |
npruntime.cpp | 171 // We never release identifiers, so this dictionary will grow. 216 // We never release identifiers, so this dictionary will grow.
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
TextCodecGtk.cpp | 547 result.grow(size + bytesWritten); 562 result.grow(size + replacementLength);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 223 // hovering around upper edge, grow axis 336 // while moving, kick off delayed grow/shrink axis updates
|
/dalvik/vm/hprof/ |
HprofOutput.cpp | 240 //xxx don't do a strlen; add and grow as necessary, until NUL
|
/external/bluetooth/glib/glib/ |
gbsearcharray.h | 241 /* grow and insert */
|
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container_browsertest.cc | 138 // should not grow (chevron is showing). For details: http://crbug.com/35349.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
taskrunner.cc | 89 // use indexing instead of iterators because tasks_ may grow
|
/external/e2fsprogs/ |
e2fsprogs.spec | 25 tune2fs (used to modify filesystem parameters), resize2fs to grow and
|
e2fsprogs.spec.in | 25 tune2fs (used to modify filesystem parameters), resize2fs to grow and
|
/external/flac/libFLAC/ |
ogg_decoder_aspect.c | 115 * its internal buffer. It does not try to grow its internal buffer
|
/external/icu4c/common/ |
uhash.c | 58 * one means the table will never grow. The ratios should be 96 0.0F, 0.5F, /* U_GROW: Grow on demand, do not shrink */ 97 0.1F, 0.5F, /* U_GROW_AND_SHRINK: Grow and shrink on demand */ 383 * Attempt to grow or shrink the data arrays in order to make the [all...] |
uvectr32.cpp | 270 * newSize. If newSize is larger, grow the array, filling in new
|
/external/kernel-headers/original/asm-arm/ |
memory.h | 79 * The limitation of user task size can grow up to the end of free ram region.
|
/external/kernel-headers/original/linux/ |
slab.h | 30 #define SLAB_NO_GROW __GFP_NO_GROW /* don't grow a cache */
|
/external/oprofile/libdb/ |
db_manage.c | 104 * sizeof(node) > sizeof(bucket) and when we grow table we
|
odb.h | 139 * grow the hashtable in such way current_size is the index of the first free
|
/external/qemu/android/utils/ |
stralloc.c | 90 derror("%s: trying to grow by too many bytes: %ld",
|
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
win_ce_semaphore.c | 18 and other information. This structure will grow as new objects are added
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
test-properties.h | 99 // since its stack could grow large.
|
/external/v8/src/ |
hashmap.cc | 78 // Grow the map if we reached >= 80% occupancy.
|
/external/webkit/Source/JavaScriptCore/assembler/ |
AssemblerBufferWithConstantPool.h | 184 grow();
|