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

<<11121314151617181920>>

  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 82 In the future I hope this toolkit will grow to include new and interesting
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 245 /// resize - Grow or shrink the bitvector.
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 37 VRM.grow();
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 104 OperandMap.grow(Insn.Operands.size());
  /external/netcat/
stupidh 11 ## [... hopefully this list will grow very large]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 156 // Grow the string.
  /external/v8/src/
builtins.cc 456 // Currently fixed arrays cannot grow too big, so
591 // Currently fixed arrays cannot grow too big, so
855 // Currently fixed arrays cannot grow too big, so
859 // Check if array need to grow.
    [all...]
data-flow.h 300 // The worklist cannot grow bigger than size. We keep one item empty to
regexp-macro-assembler.h 214 // to grow the stack.
  /external/valgrind/unittest/
linear_solver.h 82 * This matrix can grow its "N" i.e. width
  /external/webkit/Source/JavaScriptCore/runtime/
JSArray.cpp 85 // The upper bound to the size we'll grow a zero length array when the first element
98 // as a simple heuristic for as the value to grow the next array from size 0.
430 // If newVectorLength is already the maximum - MAX_STORAGE_VECTOR_LENGTH - then do not attempt to grow any further.
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 173 m_attributes.grow(m_attributes.size() + 1);
  /external/webkit/Source/WebCore/page/
ChromeClient.h 180 // because storing it would grow the database file past its defined maximum
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 97 m_frames.grow(1);
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 103 // Round to the nearest 32 pixels so we do not grow the buffer for similar sized requests.
  /external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.cpp 179 result.grow(resultLength + replacementLength + length - i);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 146 m_readBuffer.grow(m_readBuffer.size() + bytesToRead);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 28 platform/mac. This means it's possible to grow redundant test outputs,
  /frameworks/base/docs/html/guide/topics/manifest/
supports-gl-texture-element.jd 68 The set of format strings may grow over time, as needed, and since the values
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 224 <td>Grow the vertical size of the object if needed so it completely fills its container. </td></tr>
228 <td>Grow the horizontal size of the object if needed so it completely fills its container.
234 <td>Grow the horizontal and vertical size of the object if needed so it completely fills its
    [all...]
  /frameworks/base/libs/hwui/
ShapeCache.h 304 * Any texture added to the cache causing the cache to grow beyond the maximum
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 39 // Heap might grow or do GC at any time,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
varray.h 199 /* Grow/shrink the virtual array VA to N elements. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
varray.h 199 /* Grow/shrink the virtual array VA to N elements. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
varray.h 199 /* Grow/shrink the virtual array VA to N elements. */

Completed in 356 milliseconds

<<11121314151617181920>>