/packages/apps/Email/tests/src/com/android/email/service/ |
D | AttachmentServiceTests.java | 40 final AttachmentService.DownloadRequest dr = in testDownloadRequestIsEquals() local 44 assertTrue(dr.equals(dr)); in testDownloadRequestIsEquals() 45 assertFalse(dr.equals(dr2)); in testDownloadRequestIsEquals() 56 final AttachmentService.DownloadRequest dr = in testDownloadQueueAddRequest() local 58 final boolean result = dq.addRequest(dr); in testDownloadQueueAddRequest() 79 final AttachmentService.DownloadRequest dr = in testDownloadQueueAddRequestExisting() local 81 boolean result = dq.addRequest(dr); in testDownloadQueueAddRequestExisting() 87 result = dq.addRequest(dr); in testDownloadQueueAddRequestExisting() 95 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequest() local 97 boolean result = dq.addRequest(dr); in testDownloadQueueRemoveRequest() [all …]
|
/packages/apps/Gallery2/jni/filters/ |
D | fx.c | 19 __inline__ int interp(unsigned char *src, int p , int *off ,float dr,float dg, float db){ in interp() argument 21 float fr00 = (src[p+off[0]])*(1-dr)+(src[p+off[1]])*dr; in interp() 22 float fr01 = (src[p+off[2]])*(1-dr)+(src[p+off[3]])*dr; in interp() 23 float fr10 = (src[p+off[4]])*(1-dr)+(src[p+off[5]])*dr; in interp() 24 float fr11 = (src[p+off[6]])*(1-dr)+(src[p+off[7]])*dr; in interp() 77 float dr = fr-lut_r; in JNIFUNCF() local 80 rgb[RED] = clamp(interp(lutrgb,p ,off,dr,dg,db)); in JNIFUNCF() 81 rgb[GREEN] = clamp(interp(lutrgb,p+1,off,dr,dg,db)); in JNIFUNCF() 82 rgb[BLUE] = clamp(interp(lutrgb,p+2,off,dr,dg,db)); in JNIFUNCF()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | RoundedLine.java | 56 final double dr = r2 - r1; in makePath() local 58 final double ar = Math.asin(dr / l); in makePath()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
D | PointCloud.java | 145 final float dr = pointAreaRadius / bands; in makePointCloud() local 147 for (int b = 0; b <= bands; b++, r += dr) { in makePointCloud()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | EclipseControl.java | 175 float dr = (mDownRadiusX + mDownRadiusY) * sin45; in actionMove() local 178 float downRad = Math.abs(ctr_dx) + Math.abs(ctr_dy) - dr; in actionMove()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 449 boolean validateDownloadRequest(final DownloadRequest dr, final int callbackTimeout, in validateDownloadRequest() argument 452 final long timeSinceCallback = now - dr.mLastCallbackTime; in validateDownloadRequest() 454 LogUtils.d(LOG_TAG, "Timeout for DownloadRequest #%d ", dr.mAttachmentId); in validateDownloadRequest()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | lt_wordlist.combined.gz |
|
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |