/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 58 # check that caches do not grow too large
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fnmatch.py | 58 # check that caches do not grow too large
|
/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 | 44 virtual char* grow(unsigned* bytes) = 0; 53 char* grow(unsigned* bytes); 66 char* grow(unsigned* bytes);
|
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 62 grow(Requested); 132 /// Grow to the given capacity. 133 void grow(size_t NewCapacity);
|
/external/v8/src/ |
string-stream.h | 44 virtual char* grow(unsigned* bytes) = 0; 53 char* grow(unsigned* bytes); 66 char* grow(unsigned* bytes);
|
/external/icu4c/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); 377 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns 379 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...] |
/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. -->
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 93 static inline short alloc_node(cfg_node* p, short grow); 356 static inline short alloc_node(cfg_node* p, short grow) 358 int new_bytes = p->bytes + grow; 359 if(grow > 0 && new_bytes < MAX_NODE_BYTES) 366 memset(value + old_bytes, 0, grow); 367 p->bytes = old_bytes + grow; 371 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/tools/quic/ |
quic_spdy_client_stream.cc | 43 // Grow the read buffer if necessary.
|
quic_spdy_server_stream.cc | 36 // 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);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
ComplexTextControllerCoreText.mm | 84 _fontDescriptors.grow(index + 1); 109 m_coreTextIndicesVector.grow(m_glyphCount); 116 m_glyphsVector.grow(m_glyphCount); 123 m_advancesVector.grow(m_glyphCount);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
ParallelJobs.h | 67 m_parameters.grow(requestedJobNumber);
|
/external/chromium_org/third_party/icu/source/common/ |
ustr_wcs.c | 104 /* we dont have enough room on the stack grow the buffer */ 126 /* we dont have enough room on the stack grow the buffer */ 348 /* we do not have enough room so grow the buffer*/ 401 /* we do not have enough room so grow the buffer*/
|
/external/chromium_org/third_party/sqlite/src/test/ |
pcache2.test | 51 # page cache usage does not grow to consume the page space set aside
|
/external/chromium_org/ui/views/win/ |
fullscreen_handler.cc | 74 // On expand, if we're given a window_rect, grow to it, otherwise do
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-162085.js | 52 // Check storing objects using the double grow stub.
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_high_digs.c | 33 /* grow the destination as required */
|