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

  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 43 protected SoftValueHashMap softcache = new SoftValueHashMap(); field in class:ScopedClassPool
122 softcache.clear();
133 softcache.remove(classname);
146 softcache.put(clazz.getName(), clazz);
228 softcache.put(classname, c);
253 synchronized (softcache) {
254 return (CtClass)softcache.get(classname);
269 softcache.remove(classname);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 110 milliseconds