/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 42 mPath = path; in set()
|
D | JavaPath.h | 38 CJavaPath(int version, CPath path); 39 void set(int version, CPath path);
|
D | FindJava2Dlg.cpp | 124 CString path = fileDlg.GetPathName(); in OnBnClickedButtonAdd() local 127 if (!mJavaFinder->checkJavaPath(path, &javaPath)) { in OnBnClickedButtonAdd() 134 msg.Format(_T("No valid Java Version found for %s"), path); in OnBnClickedButtonAdd() 234 void CFindJava2Dlg::selectPath(int index, const CJavaPath *path) { in selectPath() argument 242 if (index < 0 && path != nullptr && p == *path) { in selectPath() 244 foundPath = path; in selectPath()
|
D | JavaFinder.cpp | 455 CPath path(programFilesPath); in checkProgramFiles() local 456 path.Append(_T("Java")); in checkProgramFiles() 459 if (!path.IsDirectory()) { in checkProgramFiles() 463 CPath glob(path); in checkProgramFiles() 473 CPath temp(path); in checkProgramFiles() 576 bool CJavaFinder::checkJavaPath(const CString &path, CJavaPath *outPath) { in checkJavaPath() argument 577 CPath p(path); in checkJavaPath() 583 p = CPath(path); in checkJavaPath()
|
D | JavaFinder.h | 48 bool checkJavaPath(const CString &path, CJavaPath *outPath);
|
D | FindJava2Dlg.h | 63 void selectPath(int index = -1, const CJavaPath *path = nullptr);
|
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 85 static bool isJdkPath(const CPath &path) { in isJdkPath() argument 88 CPath pathBin(path); in isJdkPath() 92 CPath pathTools(path); in isJdkPath() 127 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk, int minVersion) { in findJavaInPath() argument 131 CPath temp(path); in findJavaInPath() 337 CPath path; in getMaxJavaInRegistry() local 338 int version = exploreJavaRegistry(entry, access, *inOutVersion, &path); in getMaxJavaInRegistry() 340 *outJavaPath = path; in getMaxJavaInRegistry() 379 CPath path(programFilesPath); in checkProgramFiles() local 380 path.addPath("Java"); in checkProgramFiles() [all …]
|
D | find_java.h | 33 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk = false,
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
D | IconLoader.java | 13 public static Icon load(Class<?> klass, String path) { in load() argument 15 return new ImageIcon(ImageIO.read(klass.getResourceAsStream(path))); in load()
|
/sdk/find_lock/ |
D | find_lock.h | 22 bool findLock(CPath &path, CString *outModule);
|
/sdk/apkbuilder/etc/ |
D | apkbuilder.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 27 rem Check we have a valid Java.exe in the path.
|
/sdk/hierarchyviewer/etc/ |
D | hierarchyviewer1.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 27 rem Check we have a valid Java.exe in the path.
|
/sdk/eventanalyzer/etc/ |
D | eventanalyzer | 73 exec java -Xmx128M $os_opts -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$ja…
|
/sdk/dumpeventlog/etc/ |
D | dumpeventlog | 81 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdi…
|
/sdk/testapps/libsAndJarTest/lib1/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/aidlTest/libWithAidl/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/javaProjectTest/app/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/jarCheckTests2/app/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/jarCheckTests2/lib2/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/customViewTest/libWithCustomView/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/files/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/jarCheckTests3/app/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/userLibTest/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/jarCheckTests2/lib1/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|
/sdk/testapps/libsAndJarTest/app/ |
D | proguard-project.txt | 7 # You can edit the include path and order by changing the ProGuard
|