Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Calendar/
Dproject.properties16 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/
DRichInputConnection.java97 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/
DFileUtils.java1545 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/
DKeyguardAppWidgetPickActivity.java246 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/
DWidgetPreviewLoader.java51 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/
DExternalAccountTypeTest.java133 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/
DFusionDictionary.java596 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/
DUtil.java586 public static int[] getRelativeLocation(View reference, View view) { in getRelativeLocation() argument
587 reference.getLocationInWindow(sLocation); in getRelativeLocation()
/packages/apps/Gallery2/src/com/android/camera/
DUtil.java587 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/
DExifInterface.java1909 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/
Den_emoji.combined.gz
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1355802835, ...
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz
Dda_wordlist.combined.gz
Dcs_wordlist.combined.gz
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1355802836, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1355802843, ...
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1401 # directory and reference it in all dot files that doxygen generates. This
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1401 # directory and reference it in all dot files that doxygen generates. This
/packages/apps/Gallery2/jni_mosaic/feature_stab/doc/
Ddbreg_API_doxyfile1401 # directory and reference it in all dot files that doxygen generates. This
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1401 # directory and reference it in all dot files that doxygen generates. This
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1401 # directory and reference it in all dot files that doxygen generates. This
/packages/apps/Gallery2/jni_mosaic/feature_mos/doc/
Dfeature_mos_API_doxyfile1401 # directory and reference it in all dot files that doxygen generates. This

12