HomeSort by relevance Sort by last modified time
    Searched full:entrypath (Results 1 - 10 of 10) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 164 String entryPath = entry.getName();
166 if (!entryPath.endsWith(SdkConstants.DOT_CLASS)) {
172 if (pathFilter.length() > 0 && !entryPath.startsWith(pathFilter)) {
175 String className = entryPathToClassName(entryPath);
232 String entryPath = entry.getName();
233 if (!entryPath.endsWith(SdkConstants.DOT_CLASS)) {
237 if (packageFilter.length() > 0 && !entryPath.startsWith(packageFilter)) {
241 String className = entryPathToClassName(entryPath);
279 private String entryPathToClassName(String entryPath) {
280 return entryPath.replaceFirst("\\.class$", "").replaceAll("[/\\\\]", "."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 751 IPath entryPath = entry.getPath();
753 if (entryPath != null) {
754 if (entryPath.equals(android_lib)) {
    [all...]
ProjectHelper.java 172 * @param entryPath The OS specific path of the entry.
180 String entryPath, int entryKind) {
191 if (osPathString.equals(entryPath)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 44 milliseconds