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

  /external/chromium/chrome/browser/translate/
languages_menu_model.h 19 ORIGINAL,
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 14 ORIGINAL: 'original',
27 this.wallpaperDirs_[WallpaperDirNameEnum.ORIGINAL] = null;
60 if (dirName != WallpaperDirNameEnum.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;
  /external/chromium_org/chrome/browser/ui/views/infobars/
translate_language_menu_model.h 23 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...]
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.h 59 ORIGINAL = 0, // Refers to the original/default profile
  /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 

Completed in 276 milliseconds