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

  /external/webkit/Source/WebCore/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/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 234 int currentSize = static_cast<int>(m_entries.size());
235 if (currentSize > 0) {
236 while (m_lastCommittedEntryIndex < (currentSize - 1)) {
238 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...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 79 guint64 currentSize;
396 priv->currentSize = 0;
773 return MAX(priv->currentSize, static_cast<guint64>(soup_message_headers_get_content_length(message->response_headers)));
791 return priv->currentSize;
817 return ((gdouble)priv->currentSize) / total_size;
847 if (priv->currentSize == 0)
865 priv->currentSize += length;
869 if (priv->currentSize > webkit_download_get_total_size(download))
  /dalvik/vm/alloc/
Copying.cpp 231 size_t currentSize;
454 heapSource->currentSize = heapSource->maximumSize;
713 return gDvm.gcHeap->heapSource->currentSize;
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 880 long currentSize = -1;
883 if (element.getLength() != currentSize)
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 284 milliseconds