/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_Base256Encoder.cpp | 60 int32_t currentSize =
62 context.updateSymbolInfo(currentSize, e);
66 FX_BOOL mustPad = (context.m_symbolInfo->m_dataCapacity - currentSize) > 0;
|
/frameworks/base/core/java/com/android/internal/util/ |
GrowingArrayUtils.java | 34 * @param currentSize The number of elements in the array. Must be less than or equal to 40 public static <T> T[] append(T[] array, int currentSize, T element) { 41 assert currentSize <= array.length; 43 if (currentSize + 1 > array.length) { 46 (Class<T>) array.getClass().getComponentType(), growSize(currentSize)); 47 System.arraycopy(array, 0, newArray, 0, currentSize); 50 array[currentSize] = element; 57 public static int[] append(int[] array, int currentSize, int element) { 58 assert currentSize <= array.length; 60 if (currentSize + 1 > array.length) [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
GrowingArrayUtils.java | 34 * @param currentSize The number of elements in the array. Must be less than or equal to 40 public static <T> T[] append(T[] array, int currentSize, T element) { 41 assert currentSize <= array.length; 43 if (currentSize + 1 > array.length) { 45 growSize(currentSize)); 46 System.arraycopy(array, 0, newArray, 0, currentSize); 49 array[currentSize] = element; 56 public static int[] append(int[] array, int currentSize, int element) { 57 assert currentSize <= array.length; 59 if (currentSize + 1 > array.length) [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
LruCache.java | 17 private int currentSize = 0; 75 return currentSize; 118 currentSize += getSize(item); 122 currentSize -= getSize(result); 137 currentSize -= getSize(value); 156 while (currentSize > size) { 159 currentSize -= getSize(toRemove);
|
/frameworks/base/core/java/android/util/ |
IntArray.java | 114 final int currentSize = mSize; 115 final int minCapacity = currentSize + count; 117 final int targetCap = currentSize + (currentSize < (MIN_CAPACITY_INCREMENT / 2) ? 118 MIN_CAPACITY_INCREMENT : currentSize >> 1); 121 System.arraycopy(mValues, 0, newValues, 0, currentSize);
|
LongArray.java | 94 final int currentSize = mSize; 95 final int minCapacity = currentSize + count; 97 final int targetCap = currentSize + (currentSize < (MIN_CAPACITY_INCREMENT / 2) ? 98 MIN_CAPACITY_INCREMENT : currentSize >> 1); 101 System.arraycopy(mValues, 0, newValues, 0, currentSize);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/ |
ParticleSorter.java | 39 private int currentSize = 0; 43 if(currentSize < capacity){ 47 currentSize = capacity;
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
LruBitmapPool.java | 29 private int currentSize; 78 currentSize += size; 119 currentSize -= strategy.getSize(result); 149 while (currentSize > size) { 152 currentSize -= strategy.getSize(removed); 165 + " currentSize=" + currentSize + " maxSize=" + maxSize + "\nStrategy=" + strategy);
|
/external/lzma/CPP/Windows/ |
Registry.cpp | 240 UInt32 currentSize = 0;
241 LONG res = RegQueryValueEx(_object, (LPTSTR)name, NULL, &type, NULL, (DWORD *)¤tSize);
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
262 UInt32 currentSize = 0;
267 res = RegQueryValueExW(_object, name, NULL, &type, NULL, (DWORD *)¤tSize);
270 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
|
/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/proguard/src/proguard/evaluation/ |
Stack.java | 39 protected int currentSize; 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, null) [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
ScanDetailCache.java | 102 int currentSize = mMap.size(); 103 if (currentSize <= num) { 123 for (int i = 0; i < currentSize - num; i++) {
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
DownloadManagerBaseTest.java | 475 long currentSize = 0; 476 while ((currentSize = getBytesDownloaded(id)) <= expectedSize) { 478 expectedSize, currentSize));
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 542 final int currentSize = (encoded == null ? 0 : encoded.length); 543 updateRecodeParameters(currentSize); 753 * @param currentSize encoded image size (will be 0 if OOM) 755 private void updateRecodeParameters(final int currentSize) [all...] |
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
NCV.hpp | 511 size_t currentSize; 544 size_t currentSize;
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsState.java | 377 Integer currentSize = mPackageToMemoryUsage.get(packageName); 378 final int newSize = Math.max((currentSize != null) 379 ? currentSize + deltaSize : deltaSize, 0);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageInstallerSession.java | [all...] |
/prebuilts/sdk/current/support/v7/appcompat/libs/ |
android-support-v7-appcompat.jar | |
/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 | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |
/prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/ |
constraint-layout-solver-1.0.0-alpha1.jar | |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/ |
grpc-netty-0.13.2.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |