Home | History | Annotate | Download | only in formatting

Lines Matching refs:prefs

40         AdtPrefs prefs = AdtPrefs.getPrefs();
41 prefs.initializeStoreWithDefaults(store);
42 prefs.loadValues(null);
47 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation,
65 EclipseXmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter);
115 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation, String xml,
117 checkFormat(prefs, baseLocation, xml, expected, delimiter, null, false, null);
120 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation, String xml,
122 checkFormat(prefs, baseLocation, xml, expected, "\n"); //$NON-NLS-1$
126 EclipseXmlFormatPreferences prefs = EclipseXmlFormatPreferences.create();
127 checkFormat(prefs, baseLocation, xml, expected);
157 EclipseXmlFormatPreferences prefs = EclipseXmlFormatPreferences.create();
158 prefs.oneAttributeOnFirstLine = true;
160 prefs, "res/layout-land/layout3.xml",
270 EclipseXmlFormatPreferences prefs = EclipseXmlFormatPreferences.create();
271 prefs.removeEmptyLines = true;
273 prefs, "res/layout-xlarge/layout.xml",
318 EclipseXmlFormatPreferences prefs = EclipseXmlFormatPreferences.create();
319 prefs.removeEmptyLines = true;
321 prefs, "res/layout-xlarge/layout.xml",
619 EclipseXmlFormatPreferences prefs = EclipseXmlFormatPreferences.create();
620 prefs.removeEmptyLines = true;
622 prefs, "res/drawable-hdpi/layerlist.xml",
725 EclipseXmlFormatPreferences prefs = new EclipseXmlFormatPreferences() {
737 prefs, "res/values/colors.xml",
753 EclipseXmlFormatPreferences prefs = new EclipseXmlFormatPreferences() {
764 prefs.useEclipseIndent = true;
766 prefs, "res/values/colors.xml",