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

  /dalvik/dx/tests/125-main-dex-list/com/android/dx/multidex/
MainDexListTest.java 27 ClassLoader mainLoader = (ClassLoader) Class.forName("dalvik.system.PathClassLoader")
34 mainLoader.loadClass("testdata.InMainDex");
43 mainLoader.loadClass("testdata.InSecondaryDex");
  /art/test/164-resolution-trampoline-dex-cache/src/
Main.java 32 ClassLoader mainLoader = getClassLoaderFor(dex_location, baseLoader, /* ex */ true);
34 Class<?> tc = Class.forName("MostDerived", true, mainLoader);
  /art/test/155-java-set-resolved-type/src/
Main.java 36 ClassLoader mainLoader = getClassLoaderFor(dex_location, exLoader, /* ex */ false);
38 // Resolve TestParameter class. It shall be defined by mainLoader.
40 Class<?> tpc = Class.forName("TestParameter", false, mainLoader);
47 // TestInterface class in the dex cache resolved types for the mainLoader
48 // but not in the mainLoader's class table. This discrepancy used to cause
54 // or resolve it using the mainLoader.
55 Class<?> timpl = Class.forName("TestImplementation", false, mainLoader);
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 

Completed in 285 milliseconds