Searched refs:recip (Results 1 – 6 of 6) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_matching.h | 31 …reAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip); 32 …reAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip); 51 float recip; variable 78 float recip; variable
|
D | db_feature_matching.cpp | 402 …d db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_Pre_u() argument 556 *recip=(float)(((den!=0.0)?1.0/den:0.0)); in db_SignedSquareNormCorr11x11_Pre_u() 559 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr5x5_PreAlign_u() argument 623 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr5x5_PreAlign_u() 626 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr21x21_PreAlign_u() argument 653 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr21x21_PreAlign_u() 660 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_PreAlign_u() argument 1120 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr11x11_PreAlign_u() 1139 … int xi,int yi,float *sum,float *recip, in db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u() argument 1180 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 1536 private boolean matchRecipientMms(Cursor c, FilterInfo fi, String recip) { in matchRecipientMms() argument 1541 if (phone.matches(recip)) { in matchRecipientMms() 1548 if (name != null && name.length() > 0 && name.matches(recip)) { in matchRecipientMms() 1563 private boolean matchRecipientSms(Cursor c, FilterInfo fi, String recip) { in matchRecipientSms() argument 1569 if (phone != null && phone.length() > 0 && phone.matches(recip)) { in matchRecipientSms() 1574 } else if (name != null && name.length() > 0 && name.matches(recip)) { in matchRecipientSms() 1585 if (phone.matches(recip)) { in matchRecipientSms() 1592 if (name != null && name.length() > 0 && name.matches(recip)) { in matchRecipientSms() 1610 String recip = ap.getFilterRecipient(); in matchRecipient() local 1611 if (recip != null && recip.length() > 0) { in matchRecipient() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 3860 for (String recip : currRecips) { 3861 if (!mContent.containsKey(recip)) { 3864 int count = mContent.get(recip) - 1; 3868 mContent.put(recip, count); 3878 for (String recip : recips) { 3879 if (!mContent.containsKey(recip)) { 3880 mContent.put(recip, 1); 3882 mContent.put(recip, (mContent.get(recip)) + 1);
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsDatabaseHelper.java | 363 for (String recip : recips) { in removeUnferencedCanonicalAddresses() 365 int recipientId = Integer.parseInt(recip); in removeUnferencedCanonicalAddresses()
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
D | ComposeActivityTest.java | 461 for (String recip : cc) { in testReplyAllWithCc() 462 ccMap.add(Rfc822Tokenizer.tokenize(recip.trim())[0].getAddress()); in testReplyAllWithCc()
|