Searched refs:currentSize (Results 1 - 24 of 24) sorted by relevance

/external/proguard/src/proguard/evaluation/
H A DStack.java39 protected int currentSize; field in class:Stack
108 System.arraycopy(other.values, 0, this.values, 0, other.currentSize);
111 currentSize = other.currentSize;
123 if (this.currentSize != other.currentSize)
125 throw new IllegalArgumentException("Stacks have different current sizes ["+this.currentSize+"] and ["+other.currentSize+"]");
131 for (int index = 0; index < currentSize; index++)
168 Arrays.fill(values, 0, currentSize, nul
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java17 private int currentSize = 0; field in class:LruCache
39 return currentSize;
59 currentSize += getSize(item);
68 currentSize -= getSize(value);
79 while (currentSize > size) {
82 currentSize -= getSize(toRemove);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java16 private int currentSize = 0; field in class:LruBitmapPool
55 currentSize += size;
80 currentSize -= strategy.getSize(result);
105 while (currentSize > size) {
107 currentSize -= strategy.getSize(removed);
119 Log.v(TAG, "Hits=" + hits + " misses=" + misses + " puts=" + puts + " evictions=" + evictions + " currentSize="
120 + currentSize + " maxSize=" + maxSize + "\nStrategy=" + strategy);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioResampler.cpp58 unsigned currentSize = m_kernels.size(); local
59 if (numberOfChannels == currentSize)
63 if (numberOfChannels > currentSize) {
64 for (unsigned i = currentSize; i < numberOfChannels; ++i)
/external/lzma/CPP/Windows/
H A DRegistry.cpp240 UInt32 currentSize = 0; local
241 LONG res = RegQueryValueEx(_object, (LPTSTR)name, NULL, &type, NULL, (DWORD *)&currentSize);
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
262 UInt32 currentSize = 0; local
267 res = RegQueryValueExW(_object, name, NULL, &type, NULL, (DWORD *)&currentSize);
270 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp191 size_t currentSize = kGenericSmallestBucket; local
196 bucket->slotSize = currentSize;
199 if (currentSize % kGenericSmallestBucket)
201 currentSize += currentIncrement;
206 ASSERT(currentSize == 1 << kGenericMaxBucketedOrder);
830 size_t currentSize = page->bucket->slotSize;
831 if (newSize == currentSize)
836 if (newSize < currentSize) {
845 size_t decommitSize = currentSize - newSize;
851 size_t recommitSize = newSize - currentSize;
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPurgeableVector.cpp106 const size_t currentSize = m_discardable ? m_discardableSize : m_vector.size(); local
107 const size_t newBufferSize = currentSize + length;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DSampleList.java143 long currentSize = b.getSize();
148 mdatEndCache.put((MediaDataBox) b, contentOffset + currentSize);
154 currentOffset += currentSize;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp4313 int32_t ucol_getSortKeySize(const UCollator *coll, collIterate *s, int32_t currentSize, UColAttributeValue strength, int32_t len) { argument
4393 currentSize += (c2/UCOL_BOT_COUNT4)+1;
4396 currentSize++;
4398 currentSize++;
4410 currentSize++;
4413 currentSize++;
4417 currentSize++;
4422 currentSize+=2;
4425 currentSize+=2;
4429 currentSize
[all...]
H A Ducol_imp.h563 int32_t currentSize, UColAttributeValue strength,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp1337 LayoutSize currentSize = LayoutSize(box().width() / zoomFactor, box().height() / zoomFactor); local
1338 LayoutSize minimumSize = element->minimumSizeForResizing().shrunkTo(currentSize);
1347 LayoutSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - currentSize;
/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c2479 i64 currentSize, newSize; local
2483 rc = sqlite3OsFileSize(pPager->fd, &currentSize);
2485 if( rc==SQLITE_OK && currentSize!=newSize ){
2486 if( currentSize>newSize ){
2491 testcase( (newSize-szPage) < currentSize );
2492 testcase( (newSize-szPage) == currentSize );
2493 testcase( (newSize-szPage) > currentSize );
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2100 IntSize currentSize = layoutSize(IncludeScrollbars);
2103 bool shouldSendResizeEvent = currentSize != m_lastViewportSize || currentZoomFactor != m_lastZoomFactor;
2105 m_lastViewportSize = currentSize;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c38909 i64 currentSize, newSize; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c42778 i64 currentSize, newSize; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c42798 i64 currentSize, newSize; local
[all...]

Completed in 923 milliseconds