HomeSort by relevance Sort by last modified time
    Searched defs:oldSize (Results 26 - 50 of 67) sorted by null

12 3

  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 441 size_t oldSize = m_buffer.size();
442 m_buffer.grow(oldSize + len);
443 memcpy(m_buffer.data() + oldSize, data, len);
525 size_t oldSize = m_buffer.size();
526 m_buffer.grow(oldSize + len);
527 memcpy(m_buffer.data() + oldSize, data, len);
661 size_t oldSize = m_buffer.size();
662 m_buffer.grow(oldSize + len);
663 memcpy(m_buffer.data() + oldSize, data, len);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 346 IntSize oldSize = m_cachedNaturalSize;
348 if (oldSize != m_cachedNaturalSize)
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 599 int oldSize = elements.length;
601 slice = new Slice(elements, slice.from, slice.to + (elements.length - oldSize));
  /dalvik/vm/interp/
Jit.cpp     [all...]
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java     [all...]
  /external/libxslt/libxslt/
xsltutils.c 968 int oldPos, oldSize ;
1002 oldSize = ctxt->xpathCtxt->contextSize;
1064 ctxt->xpathCtxt->contextSize = oldSize;
    [all...]
transform.c     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 236 void resizeRegisters(int oldSize, int newSize);
303 size_t oldSize = m_registerArraySize;
304 size_t newSize = oldSize + count;
308 memcpy(registerArray.get() + count, m_registerArray.get(), oldSize * sizeof(Register));
314 for (int i = 0, index = -static_cast<int>(oldSize) - 1; i < count; ++i, --index) {
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 177 size_t oldSize = m_buffer.size();
178 m_buffer.resize(oldSize + length + 2 * sizeof(unsigned short));
179 UChar* dst = reinterpret_cast<UChar*>(m_buffer.data() + oldSize);
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 398 FloatSize oldSize = m_graphicsLayer->size();
400 if (oldSize != newSize) {
    [all...]
RenderTable.cpp 664 int oldSize = m_columns.size();
665 m_columns.grow(oldSize + 1);
669 memmove(m_columns.data() + pos + 1, m_columns.data() + pos, (oldSize - pos) * sizeof(ColumnStruct));
    [all...]
RenderBoxModelObject.cpp 148 IntSize oldSize;
154 oldSize = j->second;
182 if (isFirstResize || oldSize == size) {
    [all...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 911 int oldSize = size;
913 return size != oldSize;
    [all...]
Hashtable.java 914 int oldSize = size;
916 return size != oldSize;
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMultimap.java 236 int oldSize = collection.size();
249 totalSize += (collection.size() - oldSize);
554 int oldSize = size(); // calls refreshIfEmpty
558 totalSize += (newSize - oldSize);
559 if (oldSize == 0) {
577 int oldSize = size(); // calls refreshIfEmpty
578 if (oldSize == 0) {
582 totalSize -= oldSize;
600 int oldSize = size(); // calls refreshIfEmpty
604 totalSize += (newSize - oldSize);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 483 int oldSize = mCards.getAllocation().getType().getX();
485 mScript.invoke_createCards(oldSize, count);
662 int oldsize = mAllocationPool == null ? 0 : mAllocationPool.length; local
663 for (int i = 0; i < Math.min(count, oldsize); i++) {
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 942 IntSize oldSize = m_size;
946 if (oldSize != m_size) {
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 3504 milliseconds

12 3