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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 46 private void checkFormat(XmlFormatPreferences prefs, String baseLocation,
113 private void checkFormat(XmlFormatPreferences prefs, String baseLocation, String xml,
115 checkFormat(prefs, baseLocation, xml, expected, delimiter, null, false, null);
118 private void checkFormat(XmlFormatPreferences prefs, String baseLocation, String xml,
120 checkFormat(prefs, baseLocation, xml, expected, "\n"); //$NON-NLS-1$
122 private void checkFormat(String baseLocation, String xml, String expected)
125 checkFormat(prefs, baseLocation, xml, expected);
129 checkFormat(
142 checkFormat(
157 checkFormat(
    [all...]
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
UncachedOggStream.java 89 los.checkFormat(op);
CachedOggStream.java 127 los.checkFormat(op);
  /frameworks/base/core/jni/android/opengl/
util.cpp 565 static int checkFormat(SkBitmap::Config config, int format, int type)
663 int err = checkFormat(config, internalformat, type);
711 int err = checkFormat(config, format, type);

Completed in 1286 milliseconds