/frameworks/base/services/core/java/com/android/server/net/ |
D | DelayedDiskWrite.java | 40 public void write(final String filePath, final Writer w) { in write() 44 public void write(final String filePath, final Writer w, final boolean open) { in write() 66 private void doWrite(String filePath, Writer w, boolean open) { in doWrite()
|
/frameworks/base/core/jni/ |
D | android_backup_BackupDataOutput.cpp | 40 dtor_native(JNIEnv* env, jobject clazz, jlong w) in dtor_native() 46 writeEntityHeader_native(JNIEnv* env, jobject clazz, jlong w, jstring key, jint dataSize) in writeEntityHeader_native() 63 writeEntityData_native(JNIEnv* env, jobject clazz, jlong w, jbyteArray data, jint size) in writeEntityData_native() 86 setKeyPrefix_native(JNIEnv* env, jobject clazz, jlong w, jstring keyPrefixObj) in setKeyPrefix_native()
|
/frameworks/native/include/ui/ |
D | vec4.h | 43 struct { T x, y, z, w; }; member 78 tvec4(A x, B y, C z, D w) : x(x), y(y), z(z), w(w) { } in tvec4() 81 tvec4(const tvec2<A>& v, B z, C w) : x(v.x), y(v.y), z(z), w(w) { } in tvec4() 84 tvec4(const tvec3<A>& v, B w) : x(v.x), y(v.y), z(v.z), w(w) { } in tvec4() 97 tvec4(const Impersonator< tvec3<A> >& v, B w) in tvec4() 104 tvec4(const Impersonator< tvec2<A> >& v, B z, C w) in tvec4()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | GravityCompat.java | 30 void apply(int gravity, int w, int h, Rect container, Rect outRect, int layoutDirection); in apply() 31 void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply() 44 public void apply(int gravity, int w, int h, Rect container, Rect outRect, in apply() 50 public void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply() 69 public void apply(int gravity, int w, int h, Rect container, Rect outRect, in apply() 75 public void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply() 130 public static void apply(int gravity, int w, int h, Rect container, in apply() 160 public static void apply(int gravity, int w, int h, Rect container, in apply()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 573 static int __dequeue_buffer(struct preview_stream_ops* w, in __dequeue_buffer() 593 static int __lock_buffer(struct preview_stream_ops* w, in __lock_buffer() 601 static int __enqueue_buffer(struct preview_stream_ops* w, in __enqueue_buffer() 609 static int __cancel_buffer(struct preview_stream_ops* w, in __cancel_buffer() 617 static int __set_buffer_count(struct preview_stream_ops* w, int count) in __set_buffer_count() 623 static int __set_buffers_geometry(struct preview_stream_ops* w, in __set_buffers_geometry() 636 static int __set_crop(struct preview_stream_ops *w, in __set_crop() 648 static int __set_timestamp(struct preview_stream_ops *w, in __set_timestamp() 654 static int __set_usage(struct preview_stream_ops* w, int usage) in __set_usage() 660 static int __set_swap_interval(struct preview_stream_ops *w, int interval) in __set_swap_interval() [all …]
|
/frameworks/base/media/java/android/media/ |
D | IRemoteControlClient.aidl | 48 void informationRequestForDisplay(IRemoteControlDisplay rcd, int w, int h); in informationRequestForDisplay() 55 void plugRemoteControlDisplay(IRemoteControlDisplay rcd, int w, int h); in plugRemoteControlDisplay() 57 void setBitmapSizeForDisplay(IRemoteControlDisplay rcd, int w, int h); in setBitmapSizeForDisplay()
|
/frameworks/av/media/libstagefright/ |
D | ClockEstimator.cpp | 59 void WindowedLinearFitEstimator::LinearFit::add(double x, double y, double w) { in add() 77 void WindowedLinearFitEstimator::LinearFit::scale(double w) { in scale() 145 double w = mFirstWeight; in estimate() local
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 283 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() 293 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 313 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 322 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() 342 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom() 354 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo() 366 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange() 377 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom() 397 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom() 405 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo()
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 47 int32_t x, int32_t y, uint32_t w, uint32_t h) { in blit() 53 int32_t x, int32_t y, uint32_t w, uint32_t h) { in modBlit() 155 int32_t w = mLayerDesc.width; in opaque() local 179 int32_t w = mLayerDesc.width; in opaqueShrink() local 215 int32_t w = mLayerDesc.width; in blend() local 254 int32_t w = mLayerDesc.width; in blendShrink() local
|
D | GLHelper.cpp | 144 EGLint w, h; in makeCurrent() local 152 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h, in createSurfaceTexture() 202 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture() 225 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) { in computeWindowScale() 246 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h, in createWindowSurface()
|
/frameworks/base/telephony/java/android/telephony/ |
D | Rlog.java | 58 public static int w(String tag, String msg) { in w() method in Rlog 62 public static int w(String tag, String msg, Throwable tr) { in w() method in Rlog 67 public static int w(String tag, Throwable tr) { in w() method in Rlog
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1089 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1106 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1127 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1145 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1166 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1182 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1198 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1214 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1232 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1240 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local [all …]
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 1032 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1049 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1068 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1083 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1099 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1115 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1131 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1147 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1165 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1171 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local [all …]
|
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/ |
D | GravityCompatJellybeanMr1.java | 29 public static void apply(int gravity, int w, int h, Rect container, Rect outRect, in apply() 34 public static void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply()
|
/frameworks/native/libs/gui/tests/ |
D | FillBuffer.cpp | 25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { in fillYV12Buffer() 54 void fillYV12BufferRect(uint8_t* buf, int w, int h, int stride, in fillYV12BufferRect() 78 void fillRGBA8Buffer(uint8_t* buf, int w, int h, int stride) { in fillRGBA8Buffer()
|
/frameworks/base/core/java/android/view/ |
D | Gravity.java | 138 public static void apply(int gravity, int w, int h, Rect container, Rect outRect) { in apply() 159 public static void apply(int gravity, int w, int h, Rect container, in apply() 186 public static void apply(int gravity, int w, int h, Rect container, in apply() 296 public static void apply(int gravity, int w, int h, Rect container, in apply()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | BitmapUtils.java | 68 private static int computeInitialSampleSize(int w, int h, in computeInitialSampleSize() 86 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger() 149 int w = bitmap.getWidth(); in resizeAndCropCenter() local 180 int w = source.getWidth(); in rotateBitmap() local
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewPerformanceTest.java | 114 final void mySetFrame(int w, int h) { in mySetFrame() 128 final void mySetFrame(int w, int h) { in mySetFrame()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | filltest.cpp | 37 bool doTest(uint32_t w, uint32_t h) { in doTest()
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 54 public static int w(String tag, String msg) { in w() method in Slog 58 public static int w(String tag, String msg, Throwable tr) { in w() method in Slog 63 public static int w(String tag, Throwable tr) { in w() method in Slog
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/ |
D | IconTest.java | 280 static void printBits(int[] a, int w, int h) { in printBits() 291 final int w = a.getWidth(); in printBits() local 299 final int w = a.getWidth(); in equalBitmaps() local 317 final int w = a.getWidth(); in findBitmapDifferences() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_FO_HPF.c | 72 LVM_INT32 LVM_FO_HPF( LVM_INT32 w, in LVM_FO_HPF()
|
D | LVM_FO_LPF.c | 72 LVM_INT32 LVM_FO_LPF( LVM_INT32 w, in LVM_FO_LPF()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 568 String name, int w, int h, int format, int flags) in SurfaceTrace() 623 public void setSize(int w, int h) { in setSize() 769 final WindowState w = mWin; in createSurfaceLocked() local 1085 final float w = frame.width(); in computeShownFrameLocked() local 1134 int w = frame.width(); in computeShownFrameLocked() local 1222 int w = frame.width(); in computeShownFrameLocked() local 1242 final WindowState w = mWin; in applyDecorRect() local 1273 final WindowState w = mWin; in updateSurfaceWindowCrop() local 1350 final WindowState w = mWin; in setSurfaceBoundariesLocked() local 1449 final WindowState w = mWin; in prepareSurfaceLocked() local
|
/frameworks/multidex/library/test/src/android/util/ |
D | Log.java | 130 public static int w(String tag, String msg) { in w() method in Log 141 public static int w(String tag, String msg, Throwable tr) { in w() method in Log 151 public static int w(String tag, Throwable tr) { in w() method in Log
|