/frameworks/base/core/java/android/webkit/ |
D | WebCoreThreadWatchdog.java | 74 public synchronized static void registerWebView(WebViewClassic w) { in registerWebView() 80 public synchronized static void unregisterWebView(WebViewClassic w) { in unregisterWebView() 98 private void addWebView(WebViewClassic w) { in addWebView() 105 private void removeWebView(WebViewClassic w) { in removeWebView()
|
/frameworks/base/core/jni/ |
D | android_backup_BackupDataOutput.cpp | 40 dtor_native(JNIEnv* env, jobject clazz, int w) in dtor_native() 46 writeEntityHeader_native(JNIEnv* env, jobject clazz, int w, jstring key, int dataSize) in writeEntityHeader_native() 63 writeEntityData_native(JNIEnv* env, jobject clazz, int w, jbyteArray data, int size) in writeEntityData_native() 86 setKeyPrefix_native(JNIEnv* env, jobject clazz, int w, jstring keyPrefixObj) in setKeyPrefix_native()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraHardwareInterface.h | 566 static int __dequeue_buffer(struct preview_stream_ops* w, in __dequeue_buffer() 586 static int __lock_buffer(struct preview_stream_ops* w, in __lock_buffer() 593 static int __enqueue_buffer(struct preview_stream_ops* w, in __enqueue_buffer() 601 static int __cancel_buffer(struct preview_stream_ops* w, in __cancel_buffer() 609 static int __set_buffer_count(struct preview_stream_ops* w, int count) in __set_buffer_count() 615 static int __set_buffers_geometry(struct preview_stream_ops* w, in __set_buffers_geometry() 623 static int __set_crop(struct preview_stream_ops *w, in __set_crop() 635 static int __set_timestamp(struct preview_stream_ops *w, in __set_timestamp() 641 static int __set_usage(struct preview_stream_ops* w, int usage) in __set_usage() 647 static int __set_swap_interval(struct preview_stream_ops *w, int interval) in __set_swap_interval() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderDrawable.java | 87 int w = hardwareConfig.getScreenWidth(); in render() local 119 protected BufferedImage getImage(int w, int h) { in getImage()
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 59 public static int w(String tag, String msg) { in w() method in Slog 63 public static int w(String tag, String msg, Throwable tr) { in w() method in Slog 68 public static int w(String tag, Throwable tr) { in w() method in Slog
|
/frameworks/native/opengl/tests/gl_perf/ |
D | filltest.cpp | 37 bool doTest(uint32_t w, uint32_t h) { in doTest()
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 275 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() 285 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 299 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 306 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()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 492 String name, int w, int h, int format, int flags) in SurfaceTrace() 542 public void setSize(int w, int h) { in setSize() 648 int w = mWin.mCompatFrame.width(); in createSurfaceLocked() local 888 final float w = frame.width(); in computeShownFrameLocked() local 935 int w = frame.width(); in computeShownFrameLocked() local 1018 int w = frame.width(); in computeShownFrameLocked() local 1041 final WindowState w = mWin; in applyDecorRect() local 1066 final WindowState w = mWin; in updateSurfaceWindowCrop() local 1117 final WindowState w = mWin; in setSurfaceBoundariesLocked() local 1190 final WindowState w = mWin; in prepareSurfaceLocked() local
|
/frameworks/native/libs/ui/ |
D | GraphicBuffer.cpp | 49 GraphicBuffer::GraphicBuffer(uint32_t w, uint32_t h, in GraphicBuffer() 63 GraphicBuffer::GraphicBuffer(uint32_t w, uint32_t h, in GraphicBuffer() 126 status_t GraphicBuffer::reallocate(uint32_t w, uint32_t h, PixelFormat f, in reallocate() 143 status_t GraphicBuffer::initSize(uint32_t w, uint32_t h, PixelFormat format, in initSize()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_FO_LPF.c | 72 LVM_INT32 LVM_FO_LPF( LVM_INT32 w, in LVM_FO_LPF()
|
D | LVM_FO_HPF.c | 72 LVM_INT32 LVM_FO_HPF( LVM_INT32 w, in LVM_FO_HPF()
|
/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/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/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
|
D | ISurfaceComposerClient.cpp | 55 uint32_t w, in createSurface() 94 uint32_t w = data.readInt32(); in onTransact() local
|
/frameworks/native/services/surfaceflinger/ |
D | Client.cpp | 114 uint32_t w, uint32_t h, PixelFormat format, in createSurface() 128 uint32_t w, h; in createSurface() member in android::Client::createSurface::MessageCreateLayer 135 uint32_t w, uint32_t h, PixelFormat format, in createSurface()
|
D | DisplayDevice.cpp | 136 EGLint w, h; in init() local 272 GLsizei w = hw->mDisplayWidth; in setViewportAndProjection() local 343 int orientation, int w, int h, Transform* tr) in orientationToTransfrom() 375 int w = mDisplayWidth; in updateGeometryTransform() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | OnSizeChangedListener.java | 22 void onSizeChanged(View view, int w, int h, int oldw, int oldh); in onSizeChanged()
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.cpp | 54 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture() 287 uint32_t w, uint32_t h, const void *data, size_t sizeBytes) { in rsdAllocationData2D() 315 uint32_t w, uint32_t h, uint32_t d, const void *data, uint32_t sizeBytes) { in rsdAllocationData3D() 331 uint32_t w, uint32_t h, void *data, size_t sizeBytes) { in rsdAllocationRead2D() 354 uint32_t w, uint32_t h, uint32_t d, void *data, uint32_t sizeBytes) { in rsdAllocationRead3D() 380 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc_script() 398 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc() 416 uint32_t w, uint32_t h, uint32_t d, in rsdAllocationData3D_alloc() 464 uint32_t w = drv->lod[lod + 1].dimX; in mip565() local 483 uint32_t w = drv->lod[lod + 1].dimX; in mip8888() local [all …]
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 77 int w = surface.width; in allocateMipmaps() local 161 GLint level, int w, int h, int s, in reallocate() 228 uint32_t w = (prev->width >> 1) ? : 1; in reallocate() local
|
/frameworks/base/core/java/android/text/ |
D | MeasuredText.java | 209 float[] w = mWidths; in addStyleRun() local 230 float[] w = mWidths; in breakText() local 254 float[] w = mWidths; in measure() local
|
/frameworks/compile/libbcc/lib/Support/ |
D | sha1.c | 125 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 126 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 127 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument 128 #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 129 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | GraphicBufferAlloc.cpp | 34 sp<GraphicBuffer> GraphicBufferAlloc::createGraphicBuffer(uint32_t w, uint32_t h, in createGraphicBuffer()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | Float4Param.java | 61 public Float4Param(String name, float x, float y, float z, float w) { in Float4Param() 66 void set(float x, float y, float z, float w) { in set()
|
/frameworks/base/tests/touchlag/ |
D | touchlag.cpp | 41 size_t w; member 54 void drawTwoPixels(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w) { in drawTwoPixels() 67 void drawHLine(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w) { in drawHLine() 84 void drawRect(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w, size_t h) { in drawRect()
|