Searched refs:df (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libeffects/data/
H A 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/RsTest/src/com/android/rs/test/
H A DUT_program_store.java107 DepthFunc df,
116 _RS_ASSERT("ps.getDepthFunc() == df", ps.getDepthFunc() == df);
128 DepthFunc df,
144 checkObject(ps, depthMask, df, bsf, bdf, isR, isG, isB, isA, isDither);
155 for (DepthFunc df : DepthFunc.values()) {
159 b.setDepthFunc(df);
162 varyBuilderColorAndDither(b, depthMask, df, bsf, bdf);
105 checkObject(ProgramStore ps, boolean depthMask, DepthFunc df, BlendSrcFunc bsf, BlendDstFunc bdf, boolean R, boolean G, boolean B, boolean A, boolean dither) argument
126 varyBuilderColorAndDither(ProgramStore.Builder pb, boolean depthMask, DepthFunc df, BlendSrcFunc bsf, BlendDstFunc bdf) argument
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java164 DependencyFinder df = new DependencyFinder(log);
166 List<Map<String, Set<String>>> result = df.findDeps(osJarPath);
168 df.printAllDeps(result);
170 df.printMissingDeps(result);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2689 final Rect df = mTmpDisplayFrame;
2693 pf.left = df.left = of.left = vf.left = mDockLeft;
2694 pf.top = df.top = of.top = vf.top = mDockTop;
2695 pf.right = df.right = of.right = vf.right = mDockRight;
2696 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
2810 pf.left = df.left = of.left = mUnrestrictedScreenLeft;
2811 pf.top = df.top = of.top = mUnrestrictedScreenTop;
2812 pf.right = df.right = of.right = mUnrestrictedScreenWidth + mUnrestrictedScreenLeft;
2813 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight
2823 mStatusBar.computeFrameLw(pf, df, v
2883 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp255 } df; member in struct:meas
484 measPtr->df.minWidth = dfMinWidth(format->format);
485 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
487 measPtr->df.minHeight = dfMinHeight(format->format);
488 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
490 measPtr->df.maxWidth = dfMaxWidth(format->format);
491 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth);
493 measPtr->df.maxHeight = dfMaxHeight(format->format);
494 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight);
496 measPtr->df
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java818 DecimalFormat df = new DecimalFormat("#.##");
820 + df.format(mCurrentLoss.mValue * 100) + "% volume="
821 + df.format(mCurrentLoss.mVolume));
1076 DecimalFormat df = new DecimalFormat("#.##");
1077 logd("Cache updated: loss[" + rssi + "]=" + df.format(mEntries[index].mValue * 100)
1078 + "% volume=" + df.format(mEntries[index].mVolume));
1186 DecimalFormat df = new DecimalFormat("#.##");
1188 + df.format(threshold * 100) + "% value="
1189 + df.format(mEntries[i].mValue * 100) + "% volume="
1190 + df
[all...]
/frameworks/webview/chromium/tools/buildbot/
H A Dwebview_buildbot_functions.sh104 bb_run_step repo sync -s -j8 -df
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DHttpHeaderParserTest.java165 DateFormat df = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz");
166 return df.format(new Date(millis));
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java273 // DateFormat df = new SimpleDateFormat("yyyy-MM-dd' 'HH:mm:ss Z",
275 // df.setTimeZone(tz);
284 // String fromTime = formatTime(df, this.mTransitions[i] - 1);
285 // String toTime = formatTime(df, this.mTransitions[i]);
302 private static String formatTime(DateFormat df, int s) { argument
304 return df.format(new Date(ms));
/frameworks/base/location/java/android/location/
H A DLocation.java197 DecimalFormat df = new DecimalFormat("###.#####");
212 sb.append(df.format(coordinate));
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java462 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf) { argument
475 mDisplayFrame.set(df);
552 Gravity.applyDisplay(mAttrs.gravity, df, mFrame);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java101 String df = fn + ".data";

Completed in 434 milliseconds