Searched defs:version (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/command/
H A DMain.java34 " [--input-list=<file>] [--min-sdk-version=<n>]\n" +
51 " --min-sdk-version=<n>: Enable dex file features that require at least sdk\n" +
52 " version <n>.\n" +
65 " dx --version\n" +
66 " Print the version of this tool (" + Version.VERSION + ").\n" +
107 } else if (arg.equals("--version")) {
108 version();
149 * Prints the version message.
151 private static void version() { method in class:Main
152 System.err.println("dx version "
[all...]
/dalvik/libdex/
H A DDexSwapVerify.cpp2900 const u1* version = &magic[4]; local
2908 if ((memcmp(version, DEX_MAGIC_VERS, 4) != 0) &&
2909 (memcmp(version, DEX_MAGIC_VERS_API_13, 4) != 0) &&
2910 (memcmp(version, DEX_MAGIC_VERS_37, 4) != 0) &&
2911 (memcmp(version, DEX_MAGIC_VERS_38, 4) != 0)) {
2916 ALOGE("ERROR: unsupported dex version (%02x %02x %02x %02x)",
2917 version[0], version[1], version[2], version[
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 101 milliseconds