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

  /external/chromium/chrome/browser/translate/
languages_menu_model.h 19 ORIGINAL,
  /frameworks/base/core/java/android/text/method/
HideReturnsTransformationMethod.java 33 private static char[] ORIGINAL = new char[] { '\r' };
40 return ORIGINAL;
SingleLineTransformationMethod.java 35 private static char[] ORIGINAL = new char[] { '\n', '\r' };
42 return ORIGINAL;
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 36 private final char[] ORIGINAL = new char[] { '0', '1' };
61 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT);
80 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL,
101 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_SAME_CHARS);
108 // replacement has more chars than original
109 method = new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_MORE_CHARS);
125 + "when threre is more chars in the original than replacement.")
127 // original has same chars
136 // original has more chars than replacement
140 fail("Threre is more chars in the original than replacement.")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 36 ORIGINAL,
43 public PhotoEntry(byte[] original) {
46 PhotoProcessor processor = new PhotoProcessor(original,
49 photoMap.put(PhotoSize.ORIGINAL, original);
69 loadPhotoFromResource(testPhotoId, PhotoSize.ORIGINAL);
72 return testPhotoEntry.getPhoto(PhotoSize.ORIGINAL);

Completed in 1240 milliseconds