Home
last modified time | relevance | path

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

12

/frameworks/av/media/libeffects/data/
Daudio_effects.conf90 uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
94 uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
98 uuid ce772f20-847d-11df-bb17-0002a5d5c51b
102 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
106 uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
110 uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b
114 uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b
118 uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b
122 uuid d069d9e0-8329-11df-9168-0002a5d5c51b
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DIPControlsJB.java258 java.text.DecimalFormat df = new java.text.DecimalFormat("######.##"); in writeResults() local
264 … String s = new String("" + t.toString() + ", " + df.format(r) + ", " + df.format(r2)); in writeResults()
276 java.text.DecimalFormat df = new java.text.DecimalFormat("######.#"); in onActivityResult() local
285 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + in onActivityResult()
286 "X, " + df.format(r[ct]) + "ms"; in onActivityResult()
303 String s = "Results: fp full=" + df.format(gm[0]) + in onActivityResult()
304 ", fp relaxed=" +df.format(gm[1]) + in onActivityResult()
305 ", intrinsics=" + df.format(gm[2]); in onActivityResult()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DIPControls.java257 java.text.DecimalFormat df = new java.text.DecimalFormat("######.##"); in writeResults() local
263 … String s = new String("" + t.toString() + ", " + df.format(r) + ", " + df.format(r2)); in writeResults()
275 java.text.DecimalFormat df = new java.text.DecimalFormat("######.#"); in onActivityResult() local
284 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + in onActivityResult()
285 "X, " + df.format(r[ct]) + "ms"; in onActivityResult()
302 String s = "Results: fp full=" + df.format(geometricMean[0]) + in onActivityResult()
303 ", fp relaxed=" +df.format(geometricMean[1]) + in onActivityResult()
304 ", intrinsics=" + df.format(geometricMean[2]); in onActivityResult()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DTriData.java48 Fmt df = new Fmt(); in print() local
51 String s = (i / 3 + "[ " + df.f(mVert[i])); in print()
52 s += (", " + df.f(mVert[i + 1])); in print()
53 Log.v(LOGTAG, s + ", " + df.f(mVert[i + 2]) + "]"); in print()
DCube.java66 DecimalFormat df = new DecimalFormat("##0.000"); in fs() local
69 String s = " " + df.format(f[i]); in fs()
DVrPipline1.java40 static DecimalFormat df = new DecimalFormat(" ##0.000"); field in VrPipline1
43 String s = df.format(d); in trim()
DTransform.java142 static DecimalFormat df = new DecimalFormat(" ##0.000"); field in Transform
145 String s = df.format(d); in trim()
DMatrix.java63 DecimalFormat df = new DecimalFormat(" ##0.000"); in print() local
67 s+= ((j == 0) ? "[ " : " , ") + trim(" "+df.format(m[i * 4 + j])); in print()
DViewMatrix.java94 String s = " " + df.format(d); in toStr()
107 private static DecimalFormat df = new DecimalFormat("##0.000"); field in ViewMatrix
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DMain.java165 DependencyFinder df = new DependencyFinder(log); in listDeps() local
167 List<Map<String, Set<String>>> result = df.findDeps(osJarPath); in listDeps()
169 df.printAllDeps(result); in listDeps()
171 df.printMissingDeps(result); in listDeps()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3524 final Rect df = mTmpDisplayFrame; in beginLayoutLw() local
3529 pf.left = df.left = of.left = vf.left = mDockLeft; in beginLayoutLw()
3530 pf.top = df.top = of.top = vf.top = mDockTop; in beginLayoutLw()
3531 pf.right = df.right = of.right = vf.right = mDockRight; in beginLayoutLw()
3532 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom; in beginLayoutLw()
3651 pf.left = df.left = of.left = mUnrestrictedScreenLeft; in beginLayoutLw()
3652 pf.top = df.top = of.top = mUnrestrictedScreenTop; in beginLayoutLw()
3653 pf.right = df.right = of.right = mUnrestrictedScreenWidth + mUnrestrictedScreenLeft; in beginLayoutLw()
3654 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight in beginLayoutLw()
3664 mStatusBar.computeFrameLw(pf /* parentFrame */, df /* displayFrame */, in beginLayoutLw()
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp254 } df; member
482 measPtr->df.minWidth = dfMinWidth(format->format); in main()
483 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth); in main()
485 measPtr->df.minHeight = dfMinHeight(format->format); in main()
486 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight); in main()
488 measPtr->df.maxWidth = dfMaxWidth(format->format); in main()
489 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth); in main()
491 measPtr->df.maxHeight = dfMaxHeight(format->format); in main()
492 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight); in main()
494 measPtr->df.minDim = dfMinDim(format->format); in main()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWatchdogStateMachine.java816 DecimalFormat df = new DecimalFormat("#.##"); in processMessage() local
818 + df.format(mCurrentLoss.mValue * 100) + "% volume=" in processMessage()
819 + df.format(mCurrentLoss.mVolume)); in processMessage()
1074 DecimalFormat df = new DecimalFormat("#.##"); in updateLoss() local
1075 logd("Cache updated: loss[" + rssi + "]=" + df.format(mEntries[index].mValue * 100) in updateLoss()
1076 + "% volume=" + df.format(mEntries[index].mVolume)); in updateLoss()
1184 DecimalFormat df = new DecimalFormat("#.##"); in findRssiTarget()
1186 + df.format(threshold * 100) + "% value=" in findRssiTarget()
1187 + df.format(mEntries[i].mValue * 100) + "% volume=" in findRssiTarget()
1188 + df.format(mEntries[i].mVolume)); in findRssiTarget()
[all …]
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBlasControls.java152 java.text.DecimalFormat df = new java.text.DecimalFormat("######.####"); in writeResults() local
157 String s = new String("" + t + ", " + df.format(r)); in writeResults()
169 java.text.DecimalFormat df = new java.text.DecimalFormat("######.####"); in onActivityResult() local
180 … String sl = BlasTestList.TestName.values()[id[ct]].toString() + ": " + df.format(r[ct]) + "ms"; in onActivityResult()
181 String s = t + ": " + df.format(r[ct]) + "ms"; in onActivityResult()
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
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()
DVectorDrawablePerformance.java115 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
116 t.setText("avgL=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
128 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
DBitmapDrawableDupe.java63 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
75 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms"); in onCreate()
/frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/
DTestAVDActivity.java60 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
61 t.setText("avgL=" + df.format(time / (icon.length)) + " ms"); in onCreate()
/frameworks/support/graphics/drawable/teststatic/src/android/support/test/vectordrawable/
DTestActivity.java106 DecimalFormat df = new DecimalFormat("#.##"); in onCreate() local
107 t.setText("avgL=" + df.format(time / (icon.length)) + " ms"); in onCreate()
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DMainActivity.java167 DecimalFormat df = new DecimalFormat("#.###"); in update_buttons() local
172 mFocusButton.setText(a + df.format(0.1 / d) + " m"); in update_buttons()
/frameworks/base/core/java/android/text/format/
DDateFormat.java327 java.text.DateFormat df = java.text.DateFormat.getDateInstance(java.text.DateFormat.SHORT); in getDateFormatString() local
328 if (df instanceof SimpleDateFormat) { in getDateFormatString()
329 return ((SimpleDateFormat) df).toPattern(); in getDateFormatString()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneInfo.java302 private static String formatTime(DateFormat df, int s) { in formatTime() argument
304 return df.format(new Date(ms)); in formatTime()
/frameworks/volley/src/test/java/com/android/volley/toolbox/
DHttpHeaderParserTest.java223 DateFormat df = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.ENGLISH);
224 return df.format(new Date(millis));
/frameworks/base/location/java/android/location/
DLocation.java201 DecimalFormat df = new DecimalFormat("###.#####"); in convert() local
216 sb.append(df.format(coordinate)); in convert()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceProcessorTest.java101 String df = fn + ".data"; in verifyRecurrence() local

12