Home
last modified time | relevance | path

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

12

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DPreconditions.java175 public static <T> T checkNotNull(T reference) { in checkNotNull() argument
176 if (reference == null) { in checkNotNull()
179 return reference; in checkNotNull()
192 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() argument
193 if (reference == null) { in checkNotNull()
196 return reference; in checkNotNull()
216 public static <T> T checkNotNull(T reference, String errorMessageTemplate, in checkNotNull() argument
218 if (reference == null) { in checkNotNull()
223 return reference; in checkNotNull()
/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/apps/UnifiedEmail/src/org/apache/commons/io/
DFileUtils.java1549 public static boolean isFileNewer(File file, File reference) { in isFileNewer() argument
1550 if (reference == null) { in isFileNewer()
1553 if (!reference.exists()) { in isFileNewer()
1557 return isFileNewer(file, reference.lastModified()); in isFileNewer()
1616 public static boolean isFileOlder(File file, File reference) { in isFileOlder() argument
1617 if (reference == null) { in isFileOlder()
1620 if (!reference.exists()) { in isFileOlder()
1624 return isFileOlder(file, reference.lastModified()); in isFileOlder()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java176 final String reference = (beforeCursor.length() <= actualLength) ? beforeCursor.toString() in checkConsistencyForDebug() local
180 || !(reference.equals(internal.toString()))) { in checkConsistencyForDebug()
184 + "\nActual text = " + reference.length() + " " + reference; in checkConsistencyForDebug()
666 final String reference = prev.length() <= checkLength ? prev.toString() in getNgramContextFromNthPreviousWord() local
675 if (!(reference.equals(internal.toString()))) { in getNgramContextFromNthPreviousWord()
677 "Expected text = " + internal + "\nActual text = " + reference; in getNgramContextFromNthPreviousWord()
/packages/apps/Launcher2/src/com/android/launcher2/
DWidgetPreviewLoader.java54 SoftReference<T> reference = mThreadLocal.get(); in get() local
56 if (reference == null) { in get()
61 obj = reference.get(); in get()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DExternalAccountTypeTest.java119 final AccountType reference = FallbackAccountType.createWithPackageNameForTest( in testEditSchema_fallback() local
122 assertsDataKindEquals(reference.getSortedDataKinds(), type.getSortedDataKinds()); in testEditSchema_fallback()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java480 final PtNode reference = new PtNode(new int[] { character }, in findInsertionIndex() local
483 int result = Collections.binarySearch(data, reference, PTNODE_COMPARATOR); in findInsertionIndex()
/packages/apps/Camera/src/com/android/camera/
DUtil.java585 public static int[] getRelativeLocation(View reference, View view) { in getRelativeLocation() argument
586 reference.getLocationInWindow(sLocation); in getRelativeLocation()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1888 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() argument
1894 if ((reference.equals("S") || reference.equals("W"))) { in convertLatOrLongToDouble()
/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/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1950 public static double convertLatOrLongToDouble(Rational[] coordinate, String reference) { in convertLatOrLongToDouble() argument
1956 if ((reference.equals("S") || reference.equals("W"))) { in convertLatOrLongToDouble()
/packages/apps/Launcher3/WallpaperPicker/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/apps/ManagedProvisioning/tests/
DREADME17 http://developer.android.com/reference/android/test/InstrumentationTestRunner.html
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java680 public static int[] getRelativeLocation(View reference, View view) { in getRelativeLocation() argument
681 reference.getLocationInWindow(sLocation); in getRelativeLocation()
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dda_wordlist.combined.gz
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
/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/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

12