HomeSort by relevance Sort by last modified time
    Searched defs:sizeOf (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/java/android/util/
LruCache.java 36 * {@link #sizeOf} to size the cache in different units. For example, this cache
41 * protected int sizeOf(String key, Bitmap value) {
76 * @param maxSize for caches that do not override {@link #sizeOf}, this is
202 + ".sizeOf() is reporting inconsistent results!");
287 int result = sizeOf(key, value);
301 protected int sizeOf(K key, V value) {
313 * For caches that do not override {@link #sizeOf}, this returns the number
322 * For caches that do not override {@link #sizeOf}, this returns the maximum
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 40 * {@link #sizeOf} to size the cache in different units. For example, this cache
45 * protected int sizeOf(String key, Bitmap value) {
80 * @param maxSize for caches that do not override {@link #sizeOf}, this is
203 + ".sizeOf() is reporting inconsistent results!");
297 int result = sizeOf(key, value);
311 protected int sizeOf(K key, V value) {
323 * For caches that do not override {@link #sizeOf}, this returns the number
332 * For caches that do not override {@link #sizeOf}, this returns the maximum
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 43 * @param maxSize for caches that do not override {@link #sizeOf}, this is
152 + ".sizeOf() is reporting inconsistent results!");
233 int result = sizeOf(key, value);
247 protected int sizeOf(K key, V value) {
259 * For caches that do not override {@link #sizeOf}, this returns the number
268 * For caches that do not override {@link #sizeOf}, this returns the maximum
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 122 int startSize = sizeOf(map1);
128 startSize, sizeOf(map1));
137 startSize, sizeOf(map2));
142 private static int sizeOf(HashMap<?, ?> hashMap) throws Exception {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 267 milliseconds

1 2