/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ |
D | Draw9PatchEditor.java | 91 IPath relativePath = null; in doSaveAs() local 124 IPath relativePath = null; in doSave() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
D | LibraryProperties.java | 86 String relativePath; field in LibraryProperties.ItemData 336 private void addItem(String relativePath, IProject project, int index) { in addItem()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateManager.java | 108 public static File getTemplateLocation(@NonNull File root, @NonNull String relativePath) { in getTemplateLocation() 130 public static File getTemplateLocation(@NonNull String relativePath) { in getTemplateLocation()
|
D | TemplateHandler.java | 404 public String readTemplateTextResource(@NonNull String relativePath) { in readTemplateTextResource() 432 public byte[] readTemplateResource(@NonNull String relativePath) { in readTemplateResource()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | RefactoringTest.java | 221 protected ViewInfo createInfos(UiElementNode model, String relativePath) throws IOException { in createInfos() 266 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception { in setupTestContext()
|
D | AdtProjectTest.java | 89 protected InputStream getTestResource(String relativePath, boolean expectExists) { in getTestResource()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtUtils.java | 543 IPath relativePath = path.makeRelativeTo(workspacePath); in pathToIFile() local 571 IPath relativePath = path.makeRelativeTo(workspacePath); in pathToResource() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | ProjectState.java | 75 private LibraryState(String relativePath) { in LibraryState() 100 private void setRelativePath(String relativePath) { in setRelativePath()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ImportedProject.java | 59 ImportedProject(File location, String relativePath) { in ImportedProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | CreateAssetSetWizard.java | 104 String relativePath = entry.getKey(); in performFinish() local
|
D | ConfigureAssetSetPage.java | 1199 String relativePath = entry.getKey(); in generateIcons() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RefactoringTestBase.java | 264 String relativePath = ((String) data[i]).replace('/', File.separatorChar); in createTestDataDir() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | ProjectSetupBuilder.java | 315 IPath relativePath = path.makeRelativeTo(root); in getGradlePath() local
|
D | BuildFileCreator.java | 148 IPath relativePath = commonRoot.makeRelativeTo(workspaceLocation); in createBuildFiles() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutCanvas.java | 1165 IPath relativePath = filePath.makeRelativeTo(workspacePath); in showInclude() local
|