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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 42 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style,
98 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style,
100 checkFormat(prefs, style, xml, expected, delimiter, null, false, null);
103 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style,
105 checkFormat(prefs, style, xml, expected, "\n"); //$NON-NLS-1$
107 private void checkFormat(XmlFormatStyle style, String xml, String expected)
110 checkFormat(prefs, style, xml, expected);
113 private void checkFormat(String xml, String expected) throws Exception {
114 checkFormat(XmlFormatStyle.LAYOUT, xml, expected);
118 checkFormat(
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 559 static int checkFormat(SkBitmap::Config config, int format, int type)
657 int err = checkFormat(config, internalformat, type);
705 int err = checkFormat(config, format, type);

Completed in 203 milliseconds