HomeSort by relevance Sort by last modified time
    Searched defs:MetaIndex (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/misc/
MetaIndex.java 39 * MetaIndex is intended to decrease startup time (in particular cold
119 * loader and other loaders, the current MetaIndex implementation in
121 * registered with the MetaIndex class before construction of the
126 * This class depends on make/tools/MetaIndex/BuildMetaIndex.java and
130 public class MetaIndex {
132 private static volatile Map<File, MetaIndex> jarMap;
147 public static MetaIndex forJar(File jar) {
171 Map<File, MetaIndex> map = getJarMap();
192 new MetaIndex(contents,
217 new MetaIndex(contents, isCurJarContainClassOnly))
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 322 milliseconds