Searched
full:grow (Results
401 -
425 of
1221) sorted by null
<<11121314151617181920>>
/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
|
/external/skia/include/core/ |
SkPathRef.h | 32 * and verbs both grow into the middle of the allocation until the meet. To access verb i in the 446 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards)
|
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 290 // grow temp reply buffer if needed 297 ALOGV("Effect_command grow reply buf to %d", tmpSize);
|
/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/chrome/browser/sync/glue/ |
tab_node_pool.cc | 97 // Grow the pool by 1 since we created a new node.
|
/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 | 134 // 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 | 21 flex longhands=flex-grow;flex-shrink;flex-basis
|
/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...] |
uvectr32.cpp | 270 * newSize. If newSize is larger, grow the array, filling in new
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
taskrunner.cc | 89 // use indexing instead of iterators because tasks_ may grow
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_context.h | 115 * These are placed at the end of the constant buffer and grow toward
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 200 * Grow the block list if needed.
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
README.txt | 70 thread, the queue of pending write operations will grow without bound.
|
/external/chromium_org/third_party/sqlite/src/test/ |
corruptB.test | 77 # Now grow the table B-Tree so that it is more than 2 levels high.
|
journal2.test | 124 # Grow the database until it is reasonably large.
|
Completed in 451 milliseconds
<<11121314151617181920>>