Searched defs:two (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactDeltaComparator.java41 public int compare(RawContactDelta one, RawContactDelta two) { argument
43 if (one.equals(two)) {
51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
52 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET);
111 String twoAccount = two.getAccountName();
122 Long twoId = two.getRawContactId();
/packages/services/Car/service/src/com/android/car/
H A DCarAudioService.java674 private static boolean isAudioAttributesSame(AudioAttributes one, AudioAttributes two) { argument
675 if (one.getContentType() != two.getContentType()) {
678 if (one.getUsage() != two.getUsage()) {
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp382 /*Filter g of length 128 in place with 14641. Output is shifted two steps
400 paddd mm0,mm6 /*2 Add 1* behind two steps*/
401 movq mm2,mm6 /*3 Start with 1* in front two steps*/
406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
415 /*Warming iteration two 17-32********************/
417 paddd mm0,mm4 /*18 Add 1* behind two steps*/
418 movq mm2,mm4 /*19 Start with 1* in front two steps*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
438 paddd mm0,mm6 /*34 Add 1* behind two steps*/
439 movq mm2,mm6 /*35 Start with 1* in front two step
1339 float *two[4]; local
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java479 // delete external databases that have not been used in the past two months
4633 // We could just run both of the next two statements, but only one of
5391 * Returns the best string to use for display, given two names.
5402 * @param one The first of the two names to consider
5403 * @param two The last of the two names to consider
5406 String makeBestName(String one, String two) { argument
5410 if (one.length() > two.length()) {
5414 if (one.toLowerCase().compareTo(two.toLowerCase()) > 0) {
5417 name = two;
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 697 milliseconds