Searched refs:d2 (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Exchange/src/com/android/exchange/utility/ |
D | UriCodec.java | 75 int d2 = hexToInt(uri.charAt(i + 2)); in validate() local 76 if (d1 == -1 || d2 == -1) { in validate() 182 int d2 = hexToInt(s.charAt(i + 2)); in decode() local 183 if (d1 == -1 || d2 == -1) { in decode() 187 out.write((byte) ((d1 << 4) + d2)); in decode()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | LocalData.java | 232 public int compare(LocalData d1, LocalData d2) { in compare() argument 233 int cmp = compareDate(d1.getDateTaken(), d2.getDateTaken()); in compare() 235 cmp = compareDate(d1.getDateModified(), d2.getDateModified()); in compare() 238 cmp = d1.getTitle().compareTo(d2.getTitle()); in compare()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | Hex.java | 110 final byte d2 = DIGITS[c2]; in decodeHex() 111 if (d2 == -1) { in decodeHex() 116 out[i] = (byte) (d1 << 4 | d2); in decodeHex()
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s() argument 274 mov ecx,d2 in db_gxx_gxy_gyy_row_s() 350 dd=d2[c]; in db_gxx_gxy_gyy_row_s() 353 dd=d2[c+128]; in db_gxx_gxy_gyy_row_s() 356 dd=d2[c+256]; in db_gxx_gxy_gyy_row_s()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s() argument 274 mov ecx,d2 in db_gxx_gxy_gyy_row_s() 350 dd=d2[c]; in db_gxx_gxy_gyy_row_s() 353 dd=d2[c+128]; in db_gxx_gxy_gyy_row_s() 356 dd=d2[c+256]; in db_gxx_gxy_gyy_row_s()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageShow.java | 434 Rect d2 = computeImageBounds(master.getPreviousImage().getWidth(), in drawImageAndAnimate() local 436 float finalScale = d1.width() / (float) d2.height(); in drawImageAndAnimate()
|