HomeSort by relevance Sort by last modified time
    Searched defs:currentSize (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioResampler.cpp 59 unsigned currentSize = m_kernels.size();
60 if (numberOfChannels == currentSize)
64 if (numberOfChannels > currentSize) {
65 for (unsigned i = currentSize; i < numberOfChannels; ++i)
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 105 FloatSize currentSize;
107 currentSize = rootElement->currentViewportSize();
109 currentSize = rootElement->currentViewBoxRect().size();
111 if (!currentSize.isEmpty())
112 return IntSize(static_cast<int>(ceilf(currentSize.width())), static_cast<int>(ceilf(currentSize.height())));
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 247 size_t currentSize = mBufferItemList.size();
249 assert(mBufferItemList.size() == currentSize - 1);
  /external/lzma/CPP/Windows/
Registry.cpp 240 UInt32 currentSize = 0;
241 LONG res = RegQueryValueEx(_object, (LPTSTR)name, NULL, &type, NULL, (DWORD *)&currentSize);
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
262 UInt32 currentSize = 0;
267 res = RegQueryValueExW(_object, name, NULL, &type, NULL, (DWORD *)&currentSize);
270 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java 143 long currentSize = b.getSize();
148 mdatEndCache.put((MediaDataBox) b, contentOffset + currentSize);
154 currentOffset += currentSize;
  /external/proguard/src/proguard/evaluation/
Stack.java 37 protected int currentSize;
106 System.arraycopy(other.values, 0, this.values, 0, other.currentSize);
109 currentSize = other.currentSize;
121 if (this.currentSize != other.currentSize)
123 throw new IllegalArgumentException("Stacks have different current sizes ["+this.currentSize+"] and ["+other.currentSize+"]");
129 for (int index = 0; index < currentSize; index++)
166 for (int index = 0; index < currentSize; index++
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 231 size_t currentSize;
453 heapSource->currentSize = heapSource->maximumSize;
710 return gDvm.gcHeap->heapSource->currentSize;
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 335 int currentSize = fragments.length;
338 if (numFragments == currentSize) {
339 sSenderFragments = new String[2 * currentSize];
340 System.arraycopy(fragments, 0, sSenderFragments, 0, currentSize);
341 currentSize *= 2;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pager.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1203 milliseconds

1 2