Home
last modified time | relevance | path

Searched refs:currentSize (Results 1 – 25 of 30) sorted by relevance

12

/external/proguard/src/proguard/evaluation/
DStack.java39 protected int currentSize; field in Stack
108 System.arraycopy(other.values, 0, this.values, 0, other.currentSize); in copy()
111 currentSize = other.currentSize; in copy()
123 if (this.currentSize != other.currentSize) in generalize()
125 …ntException("Stacks have different current sizes ["+this.currentSize+"] and ["+other.currentSize+"… in generalize()
131 for (int index = 0; index < currentSize; index++) in generalize()
168 Arrays.fill(values, 0, currentSize, null); in clear()
170 currentSize = 0; in clear()
180 return currentSize; in size()
216 return values[currentSize - index - 1]; in getTop()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/util/
DLruCache.java17 private int currentSize = 0; field in LruCache
75 return currentSize; in getCurrentSize()
118 currentSize += getSize(item); in put()
122 currentSize -= getSize(result); in put()
137 currentSize -= getSize(value); in remove()
156 while (currentSize > size) { in trimToSize()
159 currentSize -= getSize(toRemove); in trimToSize()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java29 private int currentSize; field in LruBitmapPool
78 currentSize += size; in put()
119 currentSize -= strategy.getSize(result); in getDirty()
149 while (currentSize > size) { in trimToSize()
152 currentSize -= strategy.getSize(removed); in trimToSize()
165 … + " currentSize=" + currentSize + " maxSize=" + maxSize + "\nStrategy=" + strategy); in dump()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_Base256Encoder.cpp55 int32_t currentSize = in Encode() local
57 context.updateSymbolInfo(currentSize, e); in Encode()
61 bool mustPad = (context.m_symbolInfo->m_dataCapacity - currentSize) > 0; in Encode()
/external/lzma/CPP/Windows/
DRegistry.cpp240 UInt32 currentSize = 0; in QueryValue() local
241 LONG res = RegQueryValueEx(_object, (LPTSTR)name, NULL, &type, NULL, (DWORD *)&currentSize); in QueryValue()
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize); in QueryValue()
262 UInt32 currentSize = 0; in QueryValue() local
267 res = RegQueryValueExW(_object, name, NULL, &type, NULL, (DWORD *)&currentSize); in QueryValue()
270 res = QueryValue(name, value.GetBuffer(currentSize), currentSize); in QueryValue()
/external/webrtc/talk/app/webrtc/objc/
DRTCVideoRendererAdapter.mm46 CGSize currentSize = CGSizeMake(frame->GetWidth(), frame->GetHeight());
47 if (!CGSizeEqualToSize(_size, currentSize)) {
48 _size = currentSize;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DSampleList.java143 long currentSize = b.getSize(); in initIsoFile() local
148 mdatEndCache.put((MediaDataBox) b, contentOffset + currentSize); in initIsoFile() local
154 currentOffset += currentSize; in initIsoFile()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp198 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local
200 m_indirectBufferContents.resize(currentSize + sizeof(command)); in addCommand()
202 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand()
210 const size_t currentSize = m_indirectBufferContents.size(); in addCommand() local
212 m_indirectBufferContents.resize(currentSize + sizeof(command)); in addCommand()
214 deMemcpy(&m_indirectBufferContents[currentSize], &command, sizeof(command)); in addCommand()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp857 vk::VkDeviceSize currentSize = memorySize / 2; in findMaxBufferSize() local
867 for (vk::VkDeviceSize stepSize = memorySize / 4; currentSize > 0; stepSize /= 2) in findMaxBufferSize()
869 …const vk::Unique<vk::VkBuffer> buffer (createBuffer(vkd, device, currentSize, usage, sharingMode… in findMaxBufferSize()
874 lastSuccess = currentSize; in findMaxBufferSize()
875 currentSize += stepSize; in findMaxBufferSize()
878 currentSize -= stepSize; in findMaxBufferSize()
943 IVec2 currentSize; in findMaxRGBA8ImageSize() local
950 currentSize[0] = deMaxu32(width, height); in findMaxRGBA8ImageSize()
951 currentSize[1] = deMinu32(width, height); in findMaxRGBA8ImageSize()
954 for (deInt32 stepSize = currentSize[0] / 2; currentSize[0] > 0; stepSize /= 2) in findMaxRGBA8ImageSize()
[all …]
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...
/external/sqlite/dist/orig/
Dsqlite3.c49483 i64 currentSize, newSize;
49487 rc = sqlite3OsFileSize(pPager->fd, &currentSize);
49489 if( rc==SQLITE_OK && currentSize!=newSize ){
49490 if( currentSize>newSize ){
49492 }else if( (currentSize+szPage)<=newSize ){
49495 testcase( (newSize-szPage) == currentSize );
49496 testcase( (newSize-szPage) > currentSize );
/external/sqlite/dist/
Dsqlite3.c49483 i64 currentSize, newSize;
49487 rc = sqlite3OsFileSize(pPager->fd, &currentSize);
49489 if( rc==SQLITE_OK && currentSize!=newSize ){
49490 if( currentSize>newSize ){
49492 }else if( (currentSize+szPage)<=newSize ){
49495 testcase( (newSize-szPage) == currentSize );
49496 testcase( (newSize-szPage) > currentSize );
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...

12