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

1 2

  /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/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/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksParserWorker.js 37 var currentSize = 0;
41 currentSize = parseInt(match[1], 10);
48 leaks.push({ size: currentSize, stack: line.split(" | ").slice(1).map(function(str) { return str.trim(); }) });
49 currentSize = 0;
  /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/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))
  /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/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 377 NSValue *currentSize, *largestSize=nil;
380 while ((currentSize = [enumerator nextObject]) != nil) {
381 NSSize currentSizeSize = [currentSize sizeValue];
384 largestSize = currentSize;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 241 size_t currentSize = mBufferItemList.size();
243 assert(mBufferItemList.size() == currentSize - 1);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 400 int64_t currentSize = fileSize + flatFileAreaSize();
404 if (m_maximumSize < currentSize) {
418 totalAvailableSize = (m_maximumSize - currentSize) + m_database.freeSpaceSize();
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 985 ** currentSize: Current size of NDEF message.
991 void nativeNfcTag_doCheckNdefResult (tNFA_STATUS status, uint32_t maxSize, uint32_t currentSize, uint8_t flags)
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 231 size_t currentSize;
453 heapSource->currentSize = heapSource->maximumSize;
710 return gDvm.gcHeap->heapSource->currentSize;
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/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/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 663 milliseconds

1 2