/packages/apps/Gallery2/src/com/android/photos/shims/ |
D | MediaSetLoader.java | 153 MediaSet ms = mMediaSet.getSubMediaSet(index); in uriForItem() local 154 return ms == null ? null : ms.getContentUri(); in uriForItem() 160 MediaSet ms = mMediaSet.getSubMediaSet(index); in urisForSubItems() local 161 if (ms == null) return null; in urisForSubItems() 163 ms.enumerateMediaItems(new MediaSet.ItemConsumer() { in urisForSubItems() 185 MediaSet ms = mMediaSet.getSubMediaSet(index); in getPathForItem() local 186 if (ms != null) { in getPathForItem() 187 return ms.getPath(); in getPathForItem()
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 100 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuartic() local 143 ms=lz+c3c3through4_min_c2; in db_SolveQuartic() 147 if((ms>=0.0)&&(ns>=0.0)) in db_SolveQuartic() 149 m=sqrt(ms); in db_SolveQuartic() 172 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuarticForced() local 215 ms=lz+c3c3through4_min_c2; in db_SolveQuarticForced() 219 if(ms<0.0) ms=0.0; in db_SolveQuarticForced() 222 m=sqrt(ms); in db_SolveQuarticForced()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 100 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuartic() local 143 ms=lz+c3c3through4_min_c2; in db_SolveQuartic() 147 if((ms>=0.0)&&(ns>=0.0)) in db_SolveQuartic() 149 m=sqrt(ms); in db_SolveQuartic() 172 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuarticForced() local 215 ms=lz+c3c3through4_min_c2; in db_SolveQuarticForced() 219 if(ms<0.0) ms=0.0; in db_SolveQuarticForced() 222 m=sqrt(ms); in db_SolveQuarticForced()
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 100 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuartic() local 143 ms=lz+c3c3through4_min_c2; in db_SolveQuartic() 147 if((ms>=0.0)&&(ns>=0.0)) in db_SolveQuartic() 149 m=sqrt(ms); in db_SolveQuartic() 172 double lz,ms,ns,mn,m,n,lz_through2; in db_SolveQuarticForced() local 215 ms=lz+c3c3through4_min_c2; in db_SolveQuarticForced() 219 if(ms<0.0) ms=0.0; in db_SolveQuarticForced() 222 m=sqrt(ms); in db_SolveQuarticForced()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | Settings.java | 313 final int ms = prefs.getInt(PREF_KEY_LONGPRESS_TIMEOUT, -1); in readKeyLongpressTimeout() local 314 return (ms >= 0) ? ms : readDefaultKeyLongpressTimeout(res); in readKeyLongpressTimeout() 323 final int ms = prefs.getInt(PREF_VIBRATION_DURATION_SETTINGS, -1); in readKeypressVibrationDuration() local 324 return (ms >= 0) ? ms : readDefaultKeypressVibrationDuration(res); in readKeypressVibrationDuration()
|
/packages/apps/Nfc/nci/jni/ |
D | IntervalTimer.cpp | 32 bool IntervalTimer::set(int ms, TIMER_FUNC cb) in set() argument 51 ts.it_value.tv_sec = ms / 1000; in set() 52 ts.it_value.tv_nsec = (ms % 1000) * 1000000; in set()
|
D | IntervalTimer.h | 31 bool set(int ms, TIMER_FUNC cb);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragView.java | 118 int ms = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); in DragView() local 119 measure(ms, ms); in DragView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragView.java | 118 int ms = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); in DragView() local 119 measure(ms, ms); in DragView()
|
/packages/apps/Exchange/src/com/android/exchange/ |
D | EasAccountService.java | 484 private void sleep(long ms, boolean runAsleep) { in sleep() argument 486 ExchangeService.runAsleep(mMailboxId, ms + (5 * DateUtils.SECOND_IN_MILLIS)); in sleep() 489 Thread.sleep(ms); in sleep()
|
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
D | VideoCaptureIntentTest.java | 221 private void recordVideo(int ms) throws Exception { 223 Thread.sleep(ms);
|
/packages/apps/Camera/tests/src/com/android/camera/functional/ |
D | VideoCaptureIntentTest.java | 221 private void recordVideo(int ms) throws Exception { 223 Thread.sleep(ms);
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/ |
D | VideoCaptureIntentTest.java | 244 private void recordVideo(int ms) throws Exception { 246 Thread.sleep(ms);
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1380519383, ... |
D | lv_wordlist.combined.gz |
|
D | tr_wordlist.combined.gz |
|
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1380519401, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1380519383, ... |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
D | SyncManager.java | 1957 static public void serviceRequest(long mailboxId, long ms, int reason) { 1965 service.mRequestTime = System.currentTimeMillis() + ms;
|
/packages/apps/Camera/perftests/panorama/input/ |
D | test_007.ppm | 673 J5>q]f-!Q>FhV^{fo?*4F-4=#*%?���پ�������˷����~ms�u{mfh����������������������������������������… 821 A"0 8"nPXgTZ}kptYeoT`�ms�ou�������������pq�z{������������|T[O'.�FQCMTZ 1662 …�������˾��oX^lJVxWb������1& R:B^EM���Ʈ����Y>H]7BiDO8EJa#4���Ƙ��w}�ms�x|������������������… 2819 …�{ou^RX���ź�������THJJ=?�wz=),������sHL�sw�������sz�}�������ӹ��pwC)0tZa����ms^FL���W=D5"ɴ�ʵ������… 3233 ?M &5Y(/<) = ('L56�npzfhS:A!5�ms���aFIM00(!… 4252 3>-8>J/;>HIRCJHOIP'.[b0?F7<CH_e,ms:S[ OWQYRZRO}zD��l��e����¬����������������������…
|
D | test_006.ppm | 2311 ",'�{�ms>)05 'M8BI4=o^f���VHO*#&�w~��������ˡ������{�mgg~xx����wxK7<VBF���������Ľ�ž�… 3427 ?^&/K[*������������������������������������������������н��~ms}lqM4;&1B#,bHO4 fRW�����… 4309 !#*#,!) 1:'!) (0BH(EK,7:"=?(-."#""KK>%'!#14(CE: #&&(ms^��smtZ3: 4>#-7"-
|
D | test_034.ppm | 4244 '1(3.3# %"47&ms]u{eswhw|mnvfksbiqago_nwiktfgq^kualvbmwdoxkpzlq~oq~olv_ZeM<H*.: 8746 #.038="="B%X;.t[Sv^VoYWnXVpY]xae�ms�pv�pt�os�pu�sw�qw�sx�vz�{~�|�������������… 8926 …8:XDI^JO^LP]KO_HMaJPaJMaJMfOTiRXv_b~gku^aqZ^w^e{ah~gm�lq�sx�pv�nu�ls�lq�lq�ms�pv�sx�ou~ko]IM0"'…
|
D | test_003.ppm | 3070 …���ȷ����C34_OP������������̹��������txH48�ms���wdh-S<B(F/3K-0?… 4479 …'4,:E!7C,7".%!,)5!-0>&6D,M]Su�{l~�k}���o��FRT'35EA8OJBJI8YXH���ms]]hK��oFQ:8C,4>'(37D…
|
D | test_012.ppm | 672 …��������������������������˳����K6 0(vTR��������������������������鷦�~ms�w^EM4!'R?E|kpYHMC06… 2024 …"!#%'4 DY.1a=>Z67P73K3.>% =#K81kXQ�po�ml�fi�dg�]e�W_|SWT,/:?S")m<C�ms�hn?5
|
D | test_008.ppm | 776 …1 O=<RBAWFEbRQD431! 0 ) "0/31?>,=3#'kYXmY^xeinW]�ms�x�04#
|