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

  /frameworks/base/core/java/android/text/method/
HideReturnsTransformationMethod.java 26 private static char[] ORIGINAL = new char[] { '\r' };
33 return ORIGINAL;
SingleLineTransformationMethod.java 26 private static char[] ORIGINAL = new char[] { '\n', '\r' };
33 return ORIGINAL;
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 31 private final char[] ORIGINAL = new char[] { '0', '1' };
51 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT);
61 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL,
77 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_SAME_CHARS);
84 // replacement has more chars than original
85 method = new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_MORE_CHARS);
94 // original has same chars
103 // original has more chars than replacement
107 fail("Threre is more chars in the original than replacement.");
114 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 38 ORIGINAL,
45 public PhotoEntry(byte[] original) {
47 PhotoProcessor processor = newPhotoProcessor(original, false);
48 photoMap.put(PhotoSize.ORIGINAL, original);
78 loadPhotoFromResource(testPhotoId, PhotoSize.ORIGINAL);
81 return testPhotoEntry.getPhoto(PhotoSize.ORIGINAL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 92 milliseconds