Home
last modified time | relevance | path

Searched refs:getForFile (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DEclipseXmlPrettyPrinter.java236 public static XmlFormatStyle getForFile(IPath path) { in getForFile() method in EclipseXmlPrettyPrinter
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java766 formatStyle = EclipseXmlPrettyPrinter.getForFile(toPath); in merge()
989 XmlFormatStyle formatStyle = EclipseXmlPrettyPrinter.getForFile(to); in format()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java1455 .getForFile(destFile.getProjectRelativePath()); in copyFile()