HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 551 - 575 of 1192) sorted by null

<<21222324252627282930>>

  /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 61 /// StackGrowsUp - True if target stack grow up.
359 /// isStackGrowthDirectionUp - True if target stack grow up.
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 328 /* Grow upper hole if it's adjacent */
343 /* Grow lower hole if it's adjacent */
  /external/valgrind/main/drd/
drd_main.c 476 * Assumption: stacks grow downward.
496 * Assumption: stacks grow downward.
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1138 /* grow dest */
1263 /* grow as required */
    [all...]
  /frameworks/base/core/java/android/util/
ArrayMap.java 234 * will grow once items are added to it.
440 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
ArraySet.java 222 * will grow once items are added to it.
341 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 206 * will grow once items are added to it.
385 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
  /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.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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.
  /prebuilts/gcc/linux-x86/host/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.
  /prebuilts/gcc/linux-x86/host/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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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.
  /prebuilts/ndk/5/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.
  /prebuilts/ndk/6/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.
  /prebuilts/ndk/7/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.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/examples/calc++/
calc++-scanner.cc 261 * and can realloc() it to grow it, and should free() it to
1182 { /* Not enough room in the buffer - grow it. */
1204 /* Can't grow it, we don't own it. */
    [all...]
  /external/bison/src/
scan-skel.c 280 * 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/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm 448 // grow off the screen, switch growth to the other direction. Growth
460 // Try to grow right.
474 // Try to grow left.
495 // cascading menus. Windows may grow to either the right or left of
537 // Parent is a folder: expose as much as we can vertically; grow right/left.
    [all...]

Completed in 2254 milliseconds

<<21222324252627282930>>