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

  /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...]
  /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...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderInstruction.java 48 Preconditions.checkFormat(opcode, getFormat());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction.java 48 Preconditions.checkFormat(opcode, getFormat());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 41 public static void checkFormat(Opcode opcode, Format expectedFormat) {
  /frameworks/base/core/jni/android/opengl/
util.cpp 565 static int checkFormat(SkColorType colorType, int format, int type)
659 int err = checkFormat(colorType, internalformat, type);
707 int err = checkFormat(colorType, format, type);
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 278 status_t checkFormat(audio_format_t format) const;
    [all...]
AudioPolicyManager.cpp     [all...]

Completed in 581 milliseconds