/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libjingle/source/talk/base/ |
natsocketfactory.cc | 183 Grow(size + kNATEncodedIPv6AddressSize); 285 void Grow(size_t new_size) {
|
/external/icu4c/i18n/ |
digitlst.h | 45 DEFAULT_DIGITS = 40, // Initial storage size, will grow as needed. 321 /** Ensure capacity for digits. Grow the storage if it is currently less than
|
/external/llvm/lib/CodeGen/ |
VirtRegMap.cpp | 62 grow(); 66 void VirtRegMap::grow() { function in class:VirtRegMap
|
/external/llvm/unittests/ADT/ |
SmallVectorTest.cpp | 152 // Track whether the vector will potentially have to grow. 187 // If we had to grow the vector, these only have a lower bound, but should
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
Quad.java | 239 * Grow the Quad outwards by the specified factor. 248 public Quad grow(float factor) { method in class:Quad
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 226 // hovering around upper edge, grow axis 339 // while moving, kick off delayed grow/shrink axis updates
|
/art/runtime/gc/space/ |
space.h | 258 // Maximum which the mapped space can grow to.
|
/dalvik/vm/hprof/ |
HprofOutput.cpp | 241 //xxx don't do a strlen; add and grow as necessary, until NUL
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 255 procedure Grow; 347 /// reasons, this space is preallocated on the stack and does not grow if 589 procedure TDictionary<TKey,TValue>.Grow; 750 Grow;
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
dfa.py | 188 size restriction on .class files and the lookup tables can grow
|
/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/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwLayoutSizer.java | 253 // cause the webview to grow indefinitely. We need to use a height independent of the
|
/external/chromium_org/chrome/browser/sync/glue/ |
tab_node_pool.cc | 97 // Grow the pool by 1 since we created a new node.
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_controller.mm | 145 // Grow the parent views
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.mm | 76 // No icon, remove it from the view and grow the textfield to include the
|
/external/chromium_org/courgette/ |
streams.h | 150 // Hints that the stream will grow by an additional |length| bytes.
|
/external/chromium_org/net/disk_cache/ |
disk_format_base.h | 11 // file. For example, a block-file for 1KB blocks will grow from 8KB when
|
/external/chromium_org/net/http/ |
http_stream_parser.h | 132 // grow to. If the body start is not found within this range of the
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSShorthands.in | 20 flex longhands=flex-grow;flex-shrink;flex-basis
|
/external/chromium_org/third_party/WebKit/Source/core/platform/network/ |
FormData.cpp | 133 e.m_data.grow(oldSize + size);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextEncoding.cpp | 107 normalizedCharacters.grow(length);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser.py | 107 # FIXME: Tuples generally grow into classes. We should consider
|
/external/chromium_org/third_party/icu/source/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...] |