Home
last modified time | relevance | path

Searched refs:df (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DExpensiveObjectsPerfTest.java50 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeNewDateFormatTimeInstance() local
51 df.format(System.currentTimeMillis()); in timeNewDateFormatTimeInstance()
57 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeClonedDateFormatTimeInstance() local
60 ((DateFormat) df.clone()).format(System.currentTimeMillis()); in timeClonedDateFormatTimeInstance()
66 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeReusedDateFormatTimeInstance() local
69 synchronized (df) { in timeReusedDateFormatTimeInstance()
70 df.format(System.currentTimeMillis()); in timeReusedDateFormatTimeInstance()
/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java105 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
106 t.setText("avgL=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
118 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
H A DBitmapDrawableDupe.java63 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
75 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
H A DVectorDrawablePerformance.java126 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
127 t.setText("avgL=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
139 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
/aosp14/system/core/shell_and_utilities/
H A DREADME.md55 date dd devmem df diff dirname dmesg dos2unix du echo egrep env expand
89 dd devmem df diff dirname dmesg dos2unix du echo egrep env expand
123 dd devmem df diff dirname dmesg dos2unix du echo egrep env expand
157 df diff dirname dmesg dos2unix du echo egrep env expand expr fallocate
188 chmod chown chroot chrt cksum clear cmp comm cp cpio cut date dd df
220 chroot chrt cksum clear cmp comm cp cpio cut date df diff dirname dmesg
286 toolbox: df getevent iftop ioctl ionice log ls lsof mount nandread
319 toolbox: chcon chmod chown clear cmp date df dmesg getenforce getevent
331 toolbox: chcon chmod chown clear cmp date df dmesg getenforce getevent
343 toolbox: chmod chown cmp date df dmesg getevent getprop hd id ifconfig
[all …]
/aosp14/frameworks/base/cmds/incident_helper/testdata/
H A Dkernel_wakeups_short.txt3 df 143 0
/aosp14/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
H A Dvalid-cert.pem56 ce:df:04:67:90:d7:00:64
71 b8:58:4a:b9:de:87:df:22:10:e2:e7:86:8a:a0:81:
115 df:89:1c:1a:0c:4e:bc:12:55:21:a3:47:a6:b4:e3:
117 ce:f6:df:eb:c6:16:06:62:33:d0:af:2f:60:f7:71:
149 ff:cb:d5:4c:40:4c:a1:68:b9:6c:0b:50:e2:df:95:8d:f2:8c:
153 cd:47:0a:87:d6:5c:96:cf:f2:df:69:57:db:57:80:ad:69:a1:
186 9d:df:b8:5d:9a:6c:27:99:08:1e:ec:02:1a:ed:33:0f:8d:a2:
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1879 final DisplayFrames df = new DisplayFrames();
1880 dc.updateDisplayFrames(df, rotation, w, h);
1881 dc.getDisplayPolicy().simulateLayoutDisplay(df);
1882 final InsetsState insetsState = df.mInsetsState;
2458 final Rect df = displayFrames.mUnrestricted;
2471 final Insets insets = source.calculateInsets(df, true /* ignoreVisibility */);
2475 safe.left = Math.max(df.left + waterfallInsets.left, df.left);
2477 safe.top = Math.max(df.top + waterfallInsets.top, df.top);
2479 safe.right = Math.max(df.right - waterfallInsets.right, df.right);
2481 safe.bottom = Math.max(df.bottom - waterfallInsets.bottom, df.bottom);
H A DDisplayContent.java5796 final Rect df = state.getDisplayFrame(); in calculateSystemGestureExclusion() local
5797 final Insets gestureInsets = state.calculateInsets(df, systemGestures(), in calculateSystemGestureExclusion()
5799 mSystemGestureFrameLeft.set(df.left, df.top, df.left + gestureInsets.left, df.bottom); in calculateSystemGestureExclusion()
5800 mSystemGestureFrameRight.set(df.right - gestureInsets.right, df.top, df.right, df.bottom); in calculateSystemGestureExclusion()
/aosp14/frameworks/base/core/java/android/text/format/
H A DDateFormat.java409 java.text.DateFormat df = java.text.DateFormat.getDateInstance( in getDateFormatString() local
411 if (df instanceof SimpleDateFormat) { in getDateFormatString()
412 return ((SimpleDateFormat) df).toPattern(); in getDateFormatString()
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh760 local df_output=$(adb_su df -k </dev/null)
1070 D=$(adb_sh df -k ${D} </dev/null)
1255 scratch_size=$(adb_sh df -k "${scratch_device}" </dev/null |
1309 adb_sh df -k ${D} </dev/null |
1314 adb_sh df -k "${d}" | grep -q " 100% "; then
/aosp14/frameworks/base/services/core/java/com/android/server/incident/
H A DPendingReports.java248 final SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in dump() local
255 df.format(new Date(entry.addedWalltime)), in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java334 PinnedFile df = pinFile(file, in handlePinOnStart() local
337 if (df == null) { in handlePinOnStart()
342 mPinnedFiles.add(df); in handlePinOnStart()
/aosp14/frameworks/base/location/java/android/location/
H A DLocation.java1130 DecimalFormat df = new DecimalFormat("###.#####"); in convert() local
1145 sb.append(df.format(coordinate)); in convert()
/aosp14/frameworks/base/core/res/geoid_height_map_assets/
H A Dtile-3.textpb2df\252H1U\\\363H\247\232q\246\236\224\302x\250\330\324l\325\004\235*\254\225Y\352\254\225RJ\253%U\…
H A Dtile-b.textpb2 …252\356\334sP\263\034\322\000Z\246\217\n*P\271\346\232B\357\351\310\251\220df\244\000S\261\305G\n\…
H A Dtile-1.textpb2 …037Z\307{w\215\372qR\306\344U\330%\347\031\253j\331\247\003\223W#\031AJ\361df\240h\361U\345^*\214\…
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/
H A Drubidium_bidding_logic_compiled.js72 …r_uri:c,metadata:b.ad},bid:b.bid}};var df=globalThis;df.generateBid=function(a,b,c,d,f,e){return V… variable
/aosp14/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr325 � e�*l6L��`�� 0��@�p<()��<4�|۱df�mըs!./a0�0!(w�<T>���j��5��x�ӎ]�#D!���j�{`<(��B���;xN…
/aosp14/frameworks/base/services/tests/mockingservicestests/res/raw/
H A Dbackup_telephony_no_password65 …8I� 6Oټ�G������`��?/B�{�I2u��d�k�� w�E�%��).����ȯ%��u�o'�Y�KN��N�,�df��.������RtQr J$�A…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!