/packages/apps/Calendar/ |
D | project.properties | 16 android.library.reference.1=../../../frameworks/ex/chips 17 android.library.reference.2=../../../frameworks/opt/calendar 18 android.library.reference.3=../../../frameworks/opt/colorpicker 19 android.library.reference.4=../../../frameworks/opt/datetimepicker 20 android.library.reference.5=../../../frameworks/opt/timezonepicker
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputConnection.java | 97 final String reference = (beforeCursor.length() <= actualLength) ? beforeCursor.toString() in checkConsistencyForDebug() local 101 || !(reference.equals(internal.toString()))) { in checkConsistencyForDebug() 105 + "\nActual text = " + reference.length() + " " + reference; in checkConsistencyForDebug() 424 final String reference = prev.length() <= checkLength ? prev.toString() in getNthPreviousWord() local 430 if (!(reference.equals(internal.toString()))) { in getNthPreviousWord() 432 "Expected text = " + internal + "\nActual text = " + reference; in getNthPreviousWord()
|
/packages/apps/Email/src/org/apache/commons/io/ |
D | FileUtils.java | 1545 public static boolean isFileNewer(File file, File reference) { in isFileNewer() argument 1546 if (reference == null) { in isFileNewer() 1549 if (!reference.exists()) { in isFileNewer() 1553 return isFileNewer(file, reference.lastModified()); in isFileNewer() 1612 public static boolean isFileOlder(File file, File reference) { in isFileOlder() argument 1613 if (reference == null) { in isFileOlder() 1616 if (!reference.exists()) { in isFileOlder() 1620 return isFileOlder(file, reference.lastModified()); in isFileOlder()
|
/packages/apps/Settings/src/com/android/settings/ |
D | KeyguardAppWidgetPickActivity.java | 246 WeakReference<T> reference = mThreadLocal.get(); in get() local 248 if (reference == null) { in get() 253 obj = reference.get(); in get()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | WidgetPreviewLoader.java | 51 SoftReference<T> reference = mThreadLocal.get(); in get() local 53 if (reference == null) { in get() 58 obj = reference.get(); in get()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ |
D | ExternalAccountTypeTest.java | 133 final AccountType reference = FallbackAccountType.createWithPackageNameForTest( in testEditSchema_fallback() local 136 assertsDataKindEquals(reference.getSortedDataKinds(), type.getSortedDataKinds()); in testEditSchema_fallback()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | FusionDictionary.java | 596 final CharGroup reference = new CharGroup(new int[] { character }, in findInsertionIndex() local 599 int result = Collections.binarySearch(data, reference, CHARGROUP_COMPARATOR); in findInsertionIndex()
|
/packages/apps/Camera/src/com/android/camera/ |
D | Util.java | 586 public static int[] getRelativeLocation(View reference, View view) { in getRelativeLocation() argument 587 reference.getLocationInWindow(sLocation); in getRelativeLocation()
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | Util.java | 587 public static int[] getRelativeLocation(View reference, View view) { in getRelativeLocation() argument 588 reference.getLocationInWindow(sLocation); in getRelativeLocation()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1909 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() argument 1915 if ((reference.equals("S") || reference.equals("W"))) { in convertLatOrLongToDouble()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_emoji.combined.gz |
|
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1355802835, ... |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz |
|
D | da_wordlist.combined.gz |
|
D | cs_wordlist.combined.gz |
|
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1355802836, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1355802843, ... |
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1401 # directory and reference it in all dot files that doxygen generates. This
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1401 # directory and reference it in all dot files that doxygen generates. This
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1401 # directory and reference it in all dot files that doxygen generates. This
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1401 # directory and reference it in all dot files that doxygen generates. This
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1401 # directory and reference it in all dot files that doxygen generates. This
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1401 # directory and reference it in all dot files that doxygen generates. This
|