HomeSort by relevance Sort by last modified time
    Searched defs:Grow (Results 1 - 12 of 12) sorted by null

  /external/vixl/src/vixl/
code-buffer.cc 98 void CodeBuffer::Grow(size_t new_capacity) {
  /external/lzma/CPP/Common/
DynamicBuffer.h 15 void Grow(size_t size)
45 Grow(addSize - rem);
MyString.cpp 316 Grow(size);
349 void AString::Grow(unsigned n)
483 Grow(len);
491 Grow(s._len);
750 Grow(size);
783 void UString::Grow(unsigned n)
917 Grow(len);
925 Grow(s._len);
965 Grow(len);
  /external/v8/src/compiler/
value-numbering-reducer.cc 86 if (size_ * kCapacityToSizeRatio >= capacity_) Grow();
132 void ValueNumberingReducer::Grow() {
  /external/v8/src/crankshaft/
unique.h 173 Grow(size_ + 1, zone);
181 Grow(size_ + 1, zone);
343 // Grow the size of internal storage to be at least {size} elements.
344 void Grow(int size, Zone* zone) {
  /external/webrtc/webrtc/base/
natsocketfactory.cc 170 Grow(size + kNATEncodedIPv6AddressSize);
263 void Grow(size_t new_size) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 43 WINBOOL Grow() {
54 if(!Grow()) return FALSE;
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 108 if (mMode == ModifyMode.Grow) {
298 // Don't let the cropping rectangle grow too fast.
299 // Grow at most half of the difference between the image rectangle and
392 enum ModifyMode { None, Move, Grow }
  /external/v8/src/
utils.h 580 Grow(1);
594 Grow(size);
612 Grow(source.length());
672 void Grow(int min_capacity) {
    [all...]
objects.h     [all...]
  /external/v8/src/debug/
liveedit.cc     [all...]
  /external/v8/src/heap/
spaces.cc     [all...]

Completed in 243 milliseconds