Searched refs:WS_SEP (Results 1 – 16 of 16) sorted by relevance
73 public final static String WS_SEP = "/"; //$NON-NLS-1$ field in AdtConstants92 public final static String WS_ROOT = WS_SEP;95 public final static String WS_RESOURCES = WS_SEP + SdkConstants.FD_RESOURCES;102 + WS_SEP + FD_CRUNCH;106 + WS_SEP + FD_BC;112 public final static String WS_ASSETS = WS_SEP + SdkConstants.FD_ASSETS;115 public final static String WS_LAYOUTS = WS_RESOURCES + WS_SEP + SdkConstants.FD_RES_LAYOUT;
830 URL url = getEmbeddedFileUrl(AdtConstants.WS_SEP + filepath);863 if (!path.startsWith(AdtConstants.WS_SEP)) {864 path = AdtConstants.WS_SEP + path;
141 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP;143 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP +144 SdkConstants.FD_CLASSES_OUTPUT + AdtConstants.WS_SEP;146 SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;148 SdkConstants.FD_ASSETS + AdtConstants.WS_SEP;150 SdkConstants.FD_RES_DRAWABLE + AdtConstants.WS_SEP;153 AdtConstants.WS_SEP;156 AdtConstants.WS_SEP;159 AdtConstants.WS_SEP;162 AdtConstants.WS_SEP;[all …]
27 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP;717 return folderName + WS_SEP + name; in getMapKey()905 final IResource resource = mProject.findMember(WS_LAYOUTS + WS_SEP + from + '.' + EXT_XML); in findResource()957 if (!reference.contains(WS_SEP)) { in getFile()958 reference = FD_RES_LAYOUT + WS_SEP + reference; in getFile()961 String projectPath = FD_RESOURCES + WS_SEP + reference + '.' + EXT_XML; in getFile()993 int index = mName.lastIndexOf(WS_SEP); in getName()
20 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP;238 String animationDir = FD_RESOURCES + WS_SEP + FD_RES_ANIMATOR; in run()
33 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP;312 IPath projectPath = new Path(FD_RESOURCES + WS_SEP + folderType.getName() + WS_SEP in createFileResource()338 String projectPath = FD_RESOURCES + WS_SEP + FD_RES_VALUES + WS_SEP in createResource()
54 static final String RES_FOLDER_ABS = AdtConstants.WS_RESOURCES + AdtConstants.WS_SEP;56 static final String RES_FOLDER_REL = SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;
87 if (mOsRootDataPath.equals(AdtConstants.WS_SEP)) { in AdtTestData()
153 URL jarUrl = bundle.getEntry(AdtConstants.WS_SEP + JUNIT_JAR); in getJunitJarLocation()
86 AdtConstants.WS_RESOURCES + AdtConstants.WS_SEP;89 SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;477 sb.append(AdtConstants.WS_SEP); in run()
40 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP;324 return project.getFile(new Path(FD_RESOURCES + WS_SEP + FD_RES_VALUES + WS_SEP in getStyleFile()
35 import static com.android.ide.eclipse.adt.AdtConstants.WS_SEP;326 final IFile file = project.getFile(new Path(parentPath + WS_SEP + newFileName)); in computeChanges()
186 AdtConstants.WS_SEP); in getJavaDocPath()190 if (javaDoc.startsWith(AdtConstants.WS_SEP)) { in getJavaDocPath()994 IResource r = project.findMember(AdtConstants.WS_SEP in getManifest()
140 IResource manifestResource = mProject.findMember(AdtConstants.WS_SEP in initialize()237 IResource manifestResource = project.findMember(AdtConstants.WS_SEP in createChange()
113 IResource manifestResource = mProject.findMember(AdtConstants.WS_SEP in initialize()
178 IResource manifestResource = mProject.findMember(AdtConstants.WS_SEP in initialize()