HomeSort by relevance Sort by last modified time
    Searched full:scache (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/os/
ServiceManager.java 31 private static HashMap<String, IBinder> sCache = new HashMap<String, IBinder>();
51 IBinder service = sCache.get(name);
84 IBinder service = sCache.get(name);
117 if (sCache.size() != 0 && Process.supportsProcesses()) {
120 sCache.putAll(cache);
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 34 private static Object[] sCache = new Object[CACHE_SIZE];
108 Object cache = sCache[bucket];
112 sCache[bucket] = cache;
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 67 private static final SparseArray<WeakReference<ColorStateList>> sCache =
96 synchronized (sCache) {
97 WeakReference<ColorStateList> ref = sCache.get(color);
105 sCache.put(color, new WeakReference<ColorStateList>(csl));
  /packages/apps/Gallery3D/src/com/cooliris/media/
LongSparseArray.java 349 private static Object[] sCache = new Object[CACHE_SIZE];
428 Object cache = sCache[bucket];
432 sCache[bucket] = cache;
  /external/iproute2/misc/
ss.c 427 struct scache struct
429 struct scache *next;
435 struct scache *rlist;
448 struct scache *c = malloc(sizeof(*c));
495 struct scache *c;
521 static struct scache cache[256];
533 struct scache *c;
1064 struct scache *s;
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 4380 milliseconds