HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 301 - 325 of 765) sorted by null

<<11121314151617181920>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 315 /* Grow more than necessary in case another append()
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 332 if (UNLIKELY(!registerFile->grow(newEnd)))
339 if (!registerFile->grow(newEnd))
351 if (!registerFile->grow(newEnd))
744 if (!m_registerFile.grow(newEnd))
797 if (!m_registerFile.grow(oldEnd + registerOffset))
    [all...]
  /external/bison/lib/
ebitset.c 138 /* The bitset needs to grow. If we already have enough memory
144 grow the bitset 25% larger than requested to reduce
obstack.h 29 small, and may grow to maturity. (Consider building a word syllable
59 names. As you read a symbol, grow the name in the obstack gradually.
vbitset.c 71 /* The bitset needs to grow. If we already have enough memory
77 grow the bitset 25% larger than requested to reduce
  /external/dbus/dbus/
dbus-string-util.c 833 _dbus_assert_not_reached ("failed to compact after grow");
837 _dbus_assert_not_reached ("failed to compact after grow");
  /external/libxml2/include/libxml/
tree.h 74 XML_BUFFER_ALLOC_DOUBLEIT, /* double each time one need to grow */
75 XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 51 /// StackGrowsUp - True if target stack grow up.
331 /// isStackGrowthDirectionUp - True if target stack grow up.
  /external/llvm/lib/CodeGen/
VirtRegMap.h 167 void grow();
205 grow();
  /external/valgrind/main/drd/
drd_main.c 436 /* Assumption: stacks grow downward. */
449 /* Assumption: stacks grow downward. */
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 315 * GrowAtomTable() - Grow the atom table to at least "size" if it's smaller.
333 /* failed to grow -- error */
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 1122 /* grow dest */
1247 /* grow as required */
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1122 /* grow dest */
1247 /* grow as required */
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 28 small, and may grow to maturity. (Consider building a word syllable
58 names. As you read a symbol, grow the name in the obstack gradually.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
obstack.h 34 small, and may grow to maturity. (Consider building a word syllable
64 names. As you read a symbol, grow the name in the obstack gradually.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
obstack.h 34 small, and may grow to maturity. (Consider building a word syllable
64 names. As you read a symbol, grow the name in the obstack gradually.
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
obstack.h 34 small, and may grow to maturity. (Consider building a word syllable
64 names. As you read a symbol, grow the name in the obstack gradually.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 742 * can grow dynamically, it is not safe to hold onto the reference.
763 * can grow dynamically, it is not safe to hold onto the reference.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h 30 small, and may grow to maturity. (Consider building a word syllable
60 names. As you read a symbol, grow the name in the obstack gradually.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 742 * can grow dynamically, it is not safe to hold onto the reference.
763 * can grow dynamically, it is not safe to hold onto the reference.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 742 * can grow dynamically, it is not safe to hold onto the reference.
763 * can grow dynamically, it is not safe to hold onto the reference.
  /external/bison/src/
scan-skel.c 244 * and can realloc() it to grow it, and should free() it to
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm 414 // grow off the screen, switch growth to the other direction. Growth
426 // Try to grow right.
440 // Try to grow left.
461 // cascading menus. Windows may grow to either the right or left of
504 // Parent is a folder: expose as much as we can vertically; grow right/left.
    [all...]
  /external/wpa_supplicant/
libtommath.c 1074 /* grow dest */
1199 /* grow as required */
1440 /* grow to fit the new digits */
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.mm 104 // the download shelf goes from hidden to shown, we grow the window downwards in
108 // entirely on-screen, we don't grow/shrink the window.
111 // window to accomodate the growth. In this case, we grow the window first
371 // out, measure the current content area size and grow if needed. The
    [all...]

Completed in 1009 milliseconds

<<11121314151617181920>>