| /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 | 575 static int __dequeue_buffer(struct preview_stream_ops* w, in __dequeue_buffer() 595 static int __lock_buffer(struct preview_stream_ops* w, in __lock_buffer() 603 static int __enqueue_buffer(struct preview_stream_ops* w, in __enqueue_buffer() 611 static int __cancel_buffer(struct preview_stream_ops* w, in __cancel_buffer() 619 static int __set_buffer_count(struct preview_stream_ops* w, int count) in __set_buffer_count() 625 static int __set_buffers_geometry(struct preview_stream_ops* w, in __set_buffers_geometry() 638 static int __set_crop(struct preview_stream_ops *w, in __set_crop() 650 static int __set_timestamp(struct preview_stream_ops *w, in __set_timestamp() 656 static int __set_usage(struct preview_stream_ops* w, int usage) in __set_usage() 662 static int __set_swap_interval(struct preview_stream_ops *w, int interval) in __set_swap_interval() [all …]
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| D | Allocation.java | 843 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 860 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFromUnchecked() 864 w, h, data, data.length); in copy2DRangeFromUnchecked() local 867 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFromUnchecked() 871 w, h, data, data.length * 2); in copy2DRangeFromUnchecked() local 874 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFromUnchecked() 878 w, h, data, data.length * 4); in copy2DRangeFromUnchecked() local 881 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFromUnchecked() 885 w, h, data, data.length * 4); in copy2DRangeFromUnchecked() local 899 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() [all …]
|
| /frameworks/rs/cpp/ |
| D | Allocation.cpp | 243 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() 253 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 262 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 271 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() 280 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom() 292 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo() 304 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange() 315 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom() 324 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom()
|
| /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/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/base/services/core/java/com/android/server/net/ |
| D | DelayedDiskWrite.java | 40 public void write(final String filePath, final Writer w) { in write() 62 private void doWrite(String filePath, Writer w) { in doWrite()
|
| /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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | RenderDrawable.java | 86 int w = hardwareConfig.getScreenWidth(); in render() local 115 protected BufferedImage getImage(int w, int h) { in getImage()
|
| /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/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 | 69 private static int computeInitialSampleSize(int w, int h, in computeInitialSampleSize() 87 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger() 150 int w = bitmap.getWidth(); in resizeAndCropCenter() local 181 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/native/libs/gui/ |
| D | IGraphicBufferAlloc.cpp | 45 virtual sp<GraphicBuffer> createGraphicBuffer(uint32_t w, uint32_t h, in createGraphicBuffer() 91 uint32_t w = data.readInt32(); in onTransact() local
|
| /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/core/java/android/text/ |
| D | MeasuredText.java | 208 float[] w = mWidths; in addStyleRun() local 229 float[] w = mWidths; in breakText() local 253 float[] w = mWidths; in measure() local
|
| /frameworks/compile/libbcc/lib/Support/ |
| D | sha1.c | 124 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 125 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 126 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument 127 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument 128 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | WindowStateAnimator.java | 567 String name, int w, int h, int format, int flags) in SurfaceTrace() 622 public void setSize(int w, int h) { in setSize() 763 final WindowState w = mWin; in createSurfaceLocked() local 1078 final float w = frame.width(); in computeShownFrameLocked() local 1130 int w = frame.width(); in computeShownFrameLocked() local 1229 int w = frame.width(); in computeShownFrameLocked() local 1252 final WindowState w = mWin; in applyDecorRect() local 1283 final WindowState w = mWin; in updateSurfaceWindowCrop() local 1378 final WindowState w = mWin; in setSurfaceBoundariesLocked() local 1463 final WindowState w = mWin; in prepareSurfaceLocked() 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()
|