HomeSort by relevance Sort by last modified time
    Searched refs:oldSize (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 333 const unsigned int oldSize = size * sizeof(Item);
340 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item));
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 333 const unsigned int oldSize = size * sizeof(Item);
340 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item));
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 816 public void growArray(int oldSize, int newSize) {
818 System.arraycopy(mDrawables, 0, newDrawables, 0, oldSize);
  /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));
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 671 size_t oldSize = result.size();
672 result.resize(oldSize + numberOfCharactersToCopy);
673 memmove(result.data() + numberOfCharactersToCopy, result.data(), oldSize * sizeof(UChar));
  /external/jdiff/src/jdiff/
APIComparator.java 376 int oldSize = oldClass.ctors_.size();
378 if (oldSize == 1 && oldSize == newSize) {
    [all...]
  /dalvik/vm/interp/
Jit.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 291 int oldSize = m_size;
304 if (oldSize != size)
309 if (m_size != oldSize && attached()) {
    [all...]
HTMLInputElement.cpp 697 int oldSize = m_size;
700 if (m_size != oldSize && renderer())
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 1059 ArrayIndex oldSize = size();
1062 else if ( newSize > oldSize )
1066 for ( ArrayIndex index = newSize; index < oldSize; ++index )
    [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...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 925 int oldSize = size;
927 return size != oldSize;
    [all...]
Hashtable.java 913 int oldSize = size;
915 return size != oldSize;
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 968 int oldPos, oldSize ;
1002 oldSize = ctxt->xpathCtxt->contextSize;
1064 ctxt->xpathCtxt->contextSize = oldSize;
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 968 int oldPos, oldSize ;
1002 oldSize = ctxt->xpathCtxt->contextSize;
1064 ctxt->xpathCtxt->contextSize = oldSize;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 579 FloatSize oldSize = m_graphicsLayer->size();
580 if (oldSize != contentsSize) {
    [all...]
RenderTableSection.cpp 188 unsigned oldSize = m_grid.size();
192 for (unsigned row = oldSize; row < m_grid.size(); ++row)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp     [all...]

Completed in 757 milliseconds

1 23 4 5 6