HomeSort by relevance Sort by last modified time
    Searched refs:DEX_FILE (Results 1 - 7 of 7) sorted by null

  /art/test/086-null-super/src/
Main.java 58 private static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/086-null-super.jar";
65 * Finds the class with the specified binary name, from DEX_FILE.
82 Object mDexFile = ctor.newInstance(DEX_FILE);
  /art/test/087-gc-after-link/src/
Main.java 58 private static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/087-gc-after-link.jar";
65 * Finds the class with the specified binary name, from DEX_FILE.
85 dexFile = ctor.newInstance(DEX_FILE);
  /dalvik/tests/086-null-super/src/
Main.java 58 private static final String DEX_FILE = "test.jar";
65 * Finds the class with the specified binary name, from DEX_FILE.
82 Object mDexFile = ctor.newInstance(DEX_FILE);
  /dalvik/tests/087-gc-after-link/src/
Main.java 58 private static final String DEX_FILE = "test.jar";
65 * Finds the class with the specified binary name, from DEX_FILE.
85 dexFile = ctor.newInstance(DEX_FILE);
  /art/test/068-classloader/src/
FancyLoader.java 41 static final String DEX_FILE = System.getenv("DEX_LOCATION") + "/068-classloader-ex.jar";
65 * We search for a file in CLASS_PATH or pull an entry from DEX_FILE.
97 mDexFile = ctor.newInstance(DEX_FILE);
  /dalvik/tests/068-classloader/src/
FancyLoader.java 41 static final String DEX_FILE = "test-ex.jar";
65 * We search for a file in CLASS_PATH or pull an entry from DEX_FILE.
97 mDexFile = ctor.newInstance(DEX_FILE);
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 40 private static final File DEX_FILE = new File(TMP_DIR, DEX_NAME);
70 copyResource(cl, DEX_NAME, DEX_FILE);
109 case ONE_DEX: file1 = DEX_FILE; file2 = null; break;
111 case TWO_DEX: file1 = DEX_FILE; file2 = DEX2_FILE; break;

Completed in 2335 milliseconds