/sdk/find_java/src/source/ |
D | find_java_exe.cpp | 169 int version = 0; in main() local 172 version = findJavaInPath(customPath, &javaPath, isJdk, minVersion); in main() 174 if (version == 0) { in main() 175 version = findJavaInEnvPath(&javaPath, isJdk, minVersion); in main() 177 if (version == 0) { in main() 178 version = findJavaInRegistry(&javaPath, isJdk, minVersion); in main() 180 if (version == 0) { in main() 181 version = findJavaInProgramFiles(&javaPath, isJdk, minVersion); in main() 184 if (version == 0) { in main() 218 printf("%d.%d", JAVA_MAJOR(version), JAVA_MINOR(version)); in main()
|
D | find_java_lib.cpp | 130 int version = 0; in findJavaInPath() local 133 version = checkPath(&temp); in findJavaInPath() 137 version = checkBinPath(&temp); in findJavaInPath() 141 if (version >= minVersion) { in findJavaInPath() 143 fprintf(stderr, "Java %d found in path: %s\n", version, temp.cstr()); in findJavaInPath() 146 return version; in findJavaInPath() 338 int version = exploreJavaRegistry(entry, access, *inOutVersion, &path); in getMaxJavaInRegistry() local 339 if (version > *inOutVersion) { in getMaxJavaInRegistry() 341 *inOutVersion = version; in getMaxJavaInRegistry() 349 int version = minVersion - 1; // Inner methods check if they're greater than this version. in findJavaInRegistry() local [all …]
|
D | find_java.h | 25 #define JAVA_MAJOR(version) ((version) / 1000) argument 26 #define JAVA_MINOR(version) ((version) % 1000) argument
|
/sdk/find_java2/src/ |
D | JavaPath.cpp | 27 CJavaPath::CJavaPath(int version, CPath path) : mVersion(version), mPath(path) { in CJavaPath() argument 40 void CJavaPath::set(int version, CPath path) { in set() argument 41 mVersion = version; in set()
|
D | JavaPath.h | 38 CJavaPath(int version, CPath path); 39 void set(int version, CPath path);
|
/sdk/ |
D | release.md | 1 ## Building a release version 3 By default builds use the -SNAPSHOT version.
|
D | changes.txt | 25 * New version of SdkController 29 * ProGuard updated to version 4.7. In addition to many new features, 45 * Find Android API calls that require a version of Android higher 46 than the minimum supported version. You can use the new @TargetApi 60 order (depending on the target version of Android), that they are 143 - Ant build rules will now check the Ant version and fail if it's older than 1.8 157 latest version of aapt/aidl/dx. 190 - Fixed SSL download for the standalone version of the SDK Updater.
|
/sdk/hierarchyviewer/ |
D | README.txt | 1 This version of HierarchyViewer is deprecated and obsolete. 5 This is the version that ships in the SDK.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/ |
D | OS.java | 31 String version = System.getProperty("os.version"); 32 final String[] parts = version.split("\\.");
|
/sdk/files/ |
D | plugin.prop | 2 plugin.version=23.0.0
|
D | proguard-android-optimize.txt | 18 # The remainder of this file is identical to the non-optimized version 63 # platform version. We know about them, and they are safe.
|
D | proguard-android.txt | 56 # platform version. We know about them, and they are safe.
|
D | post_tools_install.bat | 16 rem This script is called by the SDK Manager once a new version of the tools
|
/sdk/apps/NotificationStudio/.settings/ |
D | org.eclipse.jdt.core.prefs | 1 eclipse.preferences.version=1
|
/sdk/apps/SdkController/.settings/ |
D | org.eclipse.jdt.core.prefs | 2 eclipse.preferences.version=1
|
/sdk/find_java/ |
D | find_java.bat | 57 echo Tools, you need a suitable version of Java JDK installed on your system. 58 echo We recommend that you install the JDK version of JavaSE, available here:
|
/sdk/find_java2/FindJava2/ |
D | FindJava2.rc | 100 LTEXT "Select which version of Java to use:",IDC_STATIC,7,7,116,8
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 52 <?xml version="1.0" encoding="utf-8"?> \n 65 XML_TAG_ATTRIBUTE_NAME:version
|
D | howto_SDK_git_cygwin.txt | 108 <?xml version="1.0" encoding="UTF-8"?> 152 <?xml version="1.0" encoding="UTF-8"?>
|
D | howto_build_SDK.txt | 177 It used to be that you'd have to download a specific version of
|
/sdk/find_java2/WinLauncher2/ |
D | WinLauncher2.rc | 120 LTEXT "Select which version of Java to use:",IDC_STATIC,7,7,116,8
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 8 and a targetSdkVersion of 15 (ICS). The target version
|
/sdk/settings/ |
D | org.eclipse.jdt.core.prefs | 1 eclipse.preferences.version=1
|
/sdk/annotations/ |
D | NOTICE | 62 the original version of the Work and any modifications or additions
|
/sdk/dumpeventlog/ |
D | NOTICE | 62 the original version of the Work and any modifications or additions
|