Searched refs:wr (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | FastPrintWriter.java | 151 public FastPrintWriter(Writer wr) { in FastPrintWriter() argument 152 this(wr, false, 8192); in FastPrintWriter() 169 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() argument 170 this(wr, autoFlush, 8192); in FastPrintWriter() 190 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument 192 if (wr == null) { in FastPrintWriter() 199 mWriter = wr; in FastPrintWriter()
|
/frameworks/base/core/java/android/text/style/ |
D | DynamicDrawableSpan.java | 178 WeakReference<Drawable> wr = mDrawableRef; in getCachedDrawable() local 181 if (wr != null) { in getCachedDrawable() 182 d = wr.get(); in getCachedDrawable()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 869 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants in hwcTestColorConvert() local 872 float y = wr * r + wg * g + wb * b; in hwcTestColorConvert() 874 float v = 0.5 * ((r - y) / (1.0 - wr)) + 0.5; in hwcTestColorConvert() 909 float r = 2.0 * (v - 0.5) * (1.0 - wr) + y; in hwcTestColorConvert() 911 float g = (y - wr * r - wb * b) / wg; in hwcTestColorConvert()
|
/frameworks/base/core/java/android/os/ |
D | BinderProxy.java | 153 WeakReference<BinderProxy> wr = valueArray.get(i); in get() local 154 BinderProxy bp = wr.get(); in get()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 1701 final WeakReference<Drawable.ConstantState> wr = sIconCache.get(name); in getCachedIcon() local 1703 + name + ": " + wr); in getCachedIcon() 1704 if (wr != null) { // we have the activity in getCachedIcon() 1705 final Drawable.ConstantState state = wr.get(); in getCachedIcon() 1820 WeakReference<CharSequence> wr = sStringCache.get(name); in getCachedString() local 1821 if (wr != null) { // we have the activity in getCachedString() 1822 CharSequence cs = wr.get(); in getCachedString()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 2431 RECT wr = {0, 0, static_cast<LONG>(width), static_cast<LONG>(height)}; in create_window() local 2432 AdjustWindowRect(&wr, WS_OVERLAPPEDWINDOW, FALSE); in create_window() 2439 wr.right - wr.left, // width in create_window() 2440 wr.bottom - wr.top, // height in create_window()
|
D | cube.c | 2577 RECT wr = {0, 0, demo->width, demo->height}; in demo_create_window() local 2578 AdjustWindowRect(&wr, WS_OVERLAPPEDWINDOW, FALSE); in demo_create_window() 2585 wr.right - wr.left, // width in demo_create_window() 2586 wr.bottom - wr.top, // height in demo_create_window()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1705 int wr = surface->getHorizontalResolution(); in eglQuerySurface() local 1707 *value = (wr * EGL_DISPLAY_SCALING) / hr; in eglQuerySurface()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 37 …�֠���/��.�����S��;���h.!�S�����?` k��5g�j�j+IPp��T^z�i �k�e�)v��!n�wr� tc��C�]f��W@�f…
|