Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 49) sorted by relevance

12

/sdk/find_java/src/source/
Dfind_java_exe.cpp169 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()
Dfind_java_lib.cpp130 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 …]
Dfind_java.h25 #define JAVA_MAJOR(version) ((version) / 1000) argument
26 #define JAVA_MINOR(version) ((version) % 1000) argument
/sdk/find_java2/src/
DJavaPath.cpp27 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()
DJavaPath.h38 CJavaPath(int version, CPath path);
39 void set(int version, CPath path);
/sdk/
Drelease.md1 ## Building a release version
3 By default builds use the -SNAPSHOT version.
Dchanges.txt25 * 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/
DREADME.txt1 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/
DOS.java31 String version = System.getProperty("os.version");
32 final String[] parts = version.split("\\.");
/sdk/files/
Dplugin.prop2 plugin.version=23.0.0
Dproguard-android-optimize.txt18 # The remainder of this file is identical to the non-optimized version
63 # platform version. We know about them, and they are safe.
Dproguard-android.txt56 # platform version. We know about them, and they are safe.
Dpost_tools_install.bat16 rem This script is called by the SDK Manager once a new version of the tools
/sdk/apps/NotificationStudio/.settings/
Dorg.eclipse.jdt.core.prefs1 eclipse.preferences.version=1
/sdk/apps/SdkController/.settings/
Dorg.eclipse.jdt.core.prefs2 eclipse.preferences.version=1
/sdk/find_java/
Dfind_java.bat57 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/
DFindJava2.rc100 LTEXT "Select which version of Java to use:",IDC_STATIC,7,7,116,8
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt52 <?xml version="1.0" encoding="utf-8"?> \n
65 XML_TAG_ATTRIBUTE_NAME:version
Dhowto_SDK_git_cygwin.txt108 <?xml version="1.0" encoding="UTF-8"?>
152 <?xml version="1.0" encoding="UTF-8"?>
Dhowto_build_SDK.txt177 It used to be that you'd have to download a specific version of
/sdk/find_java2/WinLauncher2/
DWinLauncher2.rc120 LTEXT "Select which version of Java to use:",IDC_STATIC,7,7,116,8
/sdk/apps/SdkController/
DImplementation.txt8 and a targetSdkVersion of 15 (ICS). The target version
/sdk/settings/
Dorg.eclipse.jdt.core.prefs1 eclipse.preferences.version=1
/sdk/annotations/
DNOTICE62 the original version of the Work and any modifications or additions
/sdk/dumpeventlog/
DNOTICE62 the original version of the Work and any modifications or additions

12