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

  /libcore/luni/src/test/java/libcore/java/util/
FormatterTest.java 139 checkFormat("00", "H", 00);
140 checkFormat( "0", "k", 00);
141 checkFormat("12", "I", 00);
142 checkFormat("12", "l", 00);
144 checkFormat("01", "H", 01);
145 checkFormat( "1", "k", 01);
146 checkFormat("01", "I", 01);
147 checkFormat( "1", "l", 01);
149 checkFormat("12", "H", 12);
150 checkFormat("12", "k", 12)
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 191 private static void checkFormat(String expected, String pattern, int hour) {
211 checkFormat("24", "k", 00);
212 checkFormat( "0", "K", 00);
213 checkFormat("12", "h", 00);
214 checkFormat( "0", "H", 00);
216 checkFormat( "1", "k", 01);
217 checkFormat( "1", "K", 01);
218 checkFormat( "1", "h", 01);
219 checkFormat( "1", "H", 01);
221 checkFormat("12", "k", 12)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 47 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation,
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$
124 private void checkFormat(String baseLocation, String xml, String expected)
127 checkFormat(prefs, baseLocation, xml, expected);
131 checkFormat(
144 checkFormat(
159 checkFormat(
    [all...]
  /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 655 milliseconds