HomeSort by relevance Sort by last modified time
    Searched refs:entryPath (Results 1 - 11 of 11) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 163 String entryPath = entry.getName();
165 if (!entryPath.endsWith(AdtConstants.DOT_CLASS)) {
171 if (pathFilter.length() > 0 && !entryPath.startsWith(pathFilter)) {
174 String className = entryPathToClassName(entryPath);
229 String entryPath = entry.getName();
230 if (!entryPath.endsWith(AdtConstants.DOT_CLASS)) {
234 if (packageFilter.length() > 0 && !entryPath.startsWith(packageFilter)) {
238 String className = entryPathToClassName(entryPath);
273 private String entryPathToClassName(String entryPath) {
274 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 732 IPath entryPath = entry.getPath();
734 if (entryPath != null) {
735 if (entryPath.equals(android_lib)) {
    [all...]
ProjectHelper.java 165 * @param entryPath The OS specific path of the entry.
173 String entryPath, int entryKind) {
184 if (osPathString.equals(entryPath)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 432 milliseconds