/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
SimpleCache.java | 29 public SimpleCache(final int maxEntries) { 30 super(maxEntries + 1, 1f, true); 31 mMaxEntries = maxEntries;
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
RouteSpecificPool.java | 58 protected final int maxEntries; 78 * @param maxEntries the maximum number of entries allowed for this pool 80 public RouteSpecificPool(HttpRoute route, int maxEntries) { 82 this.maxEntries = maxEntries; 105 return maxEntries; 128 return maxEntries - numEntries;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_keymap.h | 45 util_new_keymap(unsigned keySize, unsigned maxEntries,
|
u_keymap.c | 105 * \param maxEntries max number of entries to allow (~0 = infinity) 110 util_new_keymap(unsigned keySize, unsigned maxEntries, 123 map->max_entries = maxEntries;
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkBitmapCache.h | 17 SkBitmapCache(int maxEntries);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_keymap.h | 45 util_new_keymap(unsigned keySize, unsigned maxEntries,
|
u_keymap.c | 105 * \param maxEntries max number of entries to allow (~0 = infinity) 110 util_new_keymap(unsigned keySize, unsigned maxEntries, 123 map->max_entries = maxEntries;
|
/external/skia/src/effects/gradients/ |
SkBitmapCache.h | 17 SkBitmapCache(int maxEntries);
|
/frameworks/base/core/java/android/provider/ |
SearchRecentSuggestions.java | 227 * @param maxEntries Max entries to leave in the table. 0 means remove all entries. 229 protected void truncateHistory(ContentResolver cr, int maxEntries) { 230 if (maxEntries < 0) { 237 if (maxEntries > 0) { 241 " LIMIT -1 OFFSET " + String.valueOf(maxEntries) + ")";
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
CacheManager.java | 40 int maxEntries, int maxBytes, int version) { 51 cache = new BlobCache(path, maxEntries, maxBytes, false,
|
/system/core/libutils/tests/ |
BlobCache_test.cpp | 240 const int maxEntries = MAX_TOTAL_SIZE / 2; 241 for (int i = 0; i < maxEntries; i++) { 247 uint8_t k = maxEntries; 252 for (int i = 0; i < maxEntries+1; i++) { 258 ASSERT_EQ(maxEntries/2 + 1, numCached); 297 const int maxEntries = MAX_TOTAL_SIZE / 2; 298 for (int i = 0; i < maxEntries; i++) { 306 for (int i = 0; i < maxEntries; i++) { 316 const int maxEntries = MAX_TOTAL_SIZE / 2; 317 for (int i = 0; i < maxEntries; i++) [all...] |
/dalvik/vm/ |
ReferenceTable.cpp | 39 pRef->maxEntries = maxCount; 51 pRef->allocEntries = pRef->maxEntries = -1; 62 assert(pRef->allocEntries <= pRef->maxEntries); 66 if (pRef->nextEntry == pRef->table + pRef->maxEntries) { 67 ALOGW("ReferenceTable overflow (max=%d)", pRef->maxEntries); 75 if (newSize > pRef->maxEntries) 76 newSize = pRef->maxEntries;
|
ReferenceTable.h | 32 * If "allocEntries" is not equal to "maxEntries", the table may expand when 44 int maxEntries; /* max #of entries allowed */
|
Jni.cpp | [all...] |
/external/chromium_org/third_party/tlslite/tlslite/ |
SessionCache.py | 22 def __init__(self, maxEntries=10000, maxAge=14400): 25 @type maxEntries: int 26 @param maxEntries: The maximum size of the cache. When this 40 self.entriesList = [(None,None)] * maxEntries
|
/packages/apps/Mms/src/com/android/mms/util/ |
CacheManager.java | 41 int maxEntries, int maxBytes, int version) { 54 cache = new BlobCache(path, maxEntries, maxBytes, false,
|
BlobCache.java | 29 // [4] MaxEntries: Max number of hash entries per region. 36 // [32] Hash entries for region 0. The size is X = (12 * MaxEntries bytes). 57 // public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) throws IOException; 129 // them can grow to the size specified by maxBytes. The maxEntries parameter 132 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) 134 this(path, maxEntries, maxBytes, reset, 0); 137 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, 148 resetCache(maxEntries, maxBytes); 299 private void resetCache(int maxEntries, int maxBytes) throws IOException { 301 mIndexFile.setLength(INDEX_HEADER_SIZE + maxEntries * 12 * 2) [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BlobCache.java | 29 // [4] MaxEntries: Max number of hash entries per region. 36 // [32] Hash entries for region 0. The size is X = (12 * MaxEntries bytes). 57 // public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) throws IOException; 130 // them can grow to the size specified by maxBytes. The maxEntries parameter 133 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) 135 this(path, maxEntries, maxBytes, reset, 0); 138 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, 149 resetCache(maxEntries, maxBytes); 300 private void resetCache(int maxEntries, int maxBytes) throws IOException { 302 mIndexFile.setLength(INDEX_HEADER_SIZE + maxEntries * 12 * 2) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
SearchRecentSuggestionsTest.java | 191 protected void truncateHistory(ContentResolver cr, int maxEntries) { 192 super.truncateHistory(cr, maxEntries);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewCore.java | [all...] |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
/external/smack/asmack-master/lib/ |
httpclient-4.1.3.jar | |
/prebuilts/devtools/tools/lib/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/http-client/ |
httpclient-4.1.1.jar | |