/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 58 # check that caches do not grow too large
|
/prebuilts/sdk/current/support/v7/appcompat/res/values/ |
config.xml | 26 maximum (let them grow as large as the screen). Actual values are
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
DirectoryFullException.java | 61 * Returns the capacity the directory tried to grow, which did not succeed.
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LineEnding.cpp | 84 m_buffer.grow(oldSize + size); 178 // Grow the result buffer. 181 result.grow(oldResultSize + newLen);
|
/external/chromium_org/v8/src/ |
string-stream.h | 22 virtual char* grow(unsigned* bytes) = 0; 31 virtual char* grow(unsigned* bytes) V8_OVERRIDE; 45 virtual char* grow(unsigned* bytes) V8_OVERRIDE;
|
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 62 grow(Requested); 132 /// Grow to the given capacity. 133 void grow(size_t NewCapacity);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
thread_map.c | 80 bool grow = false; local 102 grow = true; 105 if (grow) {
|
/external/icu/icu4c/source/layoutex/ |
plruns.cpp | 269 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed. 276 * The new <code>add</code> method should first call this method to grow the font and limit indices 306 virtual void grow(le_int32 capacity); 376 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns 378 LocaleRuns::grow(capacity);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3bitset.c | 56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize); 129 bitset->grow = grow; 283 bitset->grow(bitset, count+1); 395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) function 431 bitset->grow(bitset, bl); 435 bitset->grow(bitset, nw);
|
/external/bison/data/m4sugar/ |
m4sugar.m4 | [all...] |
/external/llvm/lib/Support/ |
SmallPtrSet.cpp | 50 // Otherwise, hit the big set case, which will call grow. 54 // If more than 3/4 of the array is full, grow. 55 Grow(CurArraySize < 64 ? 128 : CurArraySize*2); 59 Grow(CurArraySize); 128 /// Grow - Allocate a larger backing store for the buckets and move it over. 130 void SmallPtrSetImplBase::Grow(unsigned NewSize) {
|
/external/chromium_org/dbus/ |
property_unittest.cc | 202 // and should not grow to contain duplicate entries. 217 // and should not grow to contain duplicate entries. 229 // and should not grow to contain duplicate entries.
|
/frameworks/base/packages/Keyguard/res/values/ |
attrs.xml | 36 <!-- Grow the vertical size of the object if needed so it completely fills its container. --> 40 <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> 44 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
|
/hardware/ti/omap4-aah/libtiutils/ |
DebugUtils.h | 90 void grow(); 279 // grow the data and try again 280 grow();
|
/bionic/libc/arch-arm64/include/machine/ |
setjmp.h | 57 * 44 reserved reserved entries (room to grow)
|
/developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/res/values/ |
strings.xml | 33 <string name="expansion_text">By default, each card will grow taller to
|
/development/ndk/platforms/android-L/arch-arm64/include/machine/ |
setjmp.h | 57 * 44 reserved reserved entries (room to grow)
|
/development/samples/wearable/GridViewPager/Wearable/src/main/res/values/ |
strings.xml | 33 <string name="expansion_text">By default, each card will grow taller to
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 94 static inline short alloc_node(cfg_node* p, short grow); 366 static inline short alloc_node(cfg_node* p, short grow) 368 int new_bytes = p->bytes + grow; 369 if(grow > 0 && new_bytes < MAX_NODE_BYTES) 376 memset(value + old_bytes, 0, grow); 377 p->bytes = old_bytes + grow; 381 else bdle("realloc failed, old_bytes:%d, grow:%d, total:%d", p->bytes, grow, p->bytes + grow);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
top_bar_view.html | 61 <div style="-webkit-flex-grow: 1">
|
/external/chromium_org/net/disk_cache/blockfile/ |
index_table_v3.h | 12 // grow and be remapped while the cache is in use. However, note that this class 16 // When the current index needs to grow, the backend is notified so that files 142 // The index has to grow. 172 // Initializes the object, or re-initializes it when the backing files grow.
|
/external/chromium_org/net/tools/quic/ |
quic_spdy_client_stream.cc | 52 // Grow the read buffer if necessary.
|
/external/chromium_org/ppapi/c/private/ |
ppb_tcp_server_socket_private.h | 55 * grow. |callback| is invoked when |tcp_server_socket| is ready to
|
/external/chromium_org/sync/internal_api/public/ |
internal_components_factory.h | 65 // to grow and shrink over time with transient features / experiments,
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
MatchResult.cpp | 48 matchedProperties.grow(matchedProperties.size() + 1);
|