/external/proguard/src/proguard/evaluation/ |
D | Stack.java | 39 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/ |
D | LruCache.java | 17 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/ |
D | LruBitmapPool.java | 29 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/ |
D | BC_Base256Encoder.cpp | 55 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/ |
D | Registry.cpp | 240 UInt32 currentSize = 0; in QueryValue() local 241 LONG res = RegQueryValueEx(_object, (LPTSTR)name, NULL, &type, NULL, (DWORD *)¤tSize); 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 *)¤tSize); in QueryValue() 270 res = QueryValue(name, value.GetBuffer(currentSize), currentSize); in QueryValue()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCVideoRendererAdapter.mm | 46 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/ |
D | SampleList.java | 143 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/ |
D | vktDrawIndirectTest.cpp | 198 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 857 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/ |
D | org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.registry_3.5.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/struts2/lib/ |
D | jsp-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/DuplicateClassPrinter.class
DuplicateClassPrinter ... |
/external/sqlite/dist/orig/ |
D | sqlite3.c | 49483 i64 currentSize, newSize; 49487 rc = sqlite3OsFileSize(pPager->fd, ¤tSize); 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/ |
D | sqlite3.c | 49483 i64 currentSize, newSize; 49487 rc = sqlite3OsFileSize(pPager->fd, ¤tSize); 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/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |