HomeSort by relevance Sort by last modified time
    Searched full:currentsize (Results 1 - 12 of 12) sorted by null

  /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/WebKit/gtk/webkit/
webkitdownload.cpp 73 guint currentSize;
384 priv->currentSize = 0;
758 return MAX(priv->currentSize, soup_message_headers_get_content_length(message->response_headers));
776 return priv->currentSize;
802 return ((gdouble)priv->currentSize) / total_size;
832 if (priv->currentSize == 0)
850 priv->currentSize += length;
854 if (priv->currentSize > webkit_download_get_total_size(download))
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 368 NSValue *currentSize, *largestSize=nil;
371 while ((currentSize = [enumerator nextObject]) != nil) {
372 NSSize currentSizeSize = [currentSize sizeValue];
375 largestSize = currentSize;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 880 long currentSize = -1;
883 if (element.getLength() != currentSize)
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
ucol_elm.cpp 509 uint8_t *currentsize = pexpansionsize + result; local
510 if (*currentsize < expansionsize) {
511 *currentsize = expansionsize;
    [all...]
ucol_imp.h 520 int32_t currentSize, UColAttributeValue strength,
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 387 int64_t currentSize = fileSize;
391 if (m_maximumSize < currentSize) {
405 totalAvailableSize = (m_maximumSize - currentSize) + m_database.freeSpaceSize();
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 370 milliseconds