/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBlur.java | 33 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() 86 final int w = 97; in testU8_1() local 100 final int w = 97; in testU8_4() local 115 final int w = 97; in testU8_1C() local 130 final int w = 97; in testU8_4C() local
|
D | IntrinsicBase.java | 63 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 79 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 83 protected void makeSource(int w, int h, Element e) { in makeSource() 118 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
|
D | SampleTest.java | 41 int w = t.getY(); in createAlloc() local
|
D | IntrinsicConvolve5x5.java | 24 Element e, float cf[], String name, int num, int w, int h, in test5() 76 …private void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc… in testConvolve5()
|
D | IntrinsicHistogram.java | 26 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations() 51 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm() 172 private void testDot(int inVSize, int w, int h, boolean clip) { in testDot()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableTestingUtils.java | 26 final int w = Math.max(d.getIntrinsicWidth(), x + 1); in getPixel() local
|
D | DrawableContainerStateTest.java | 338 public void setMinimumWidth(int w) { in setMinimumWidth() 346 public void setIntrinsicWidth(int w) { in setIntrinsicWidth()
|
D | TransitionDrawableTest.java | 196 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect() 204 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
|
/cts/tools/cfassembler/src/dxconvext/ |
D | ClassFileParser.java | 84 Writer w; in process() local 103 void processFileBytes(Writer w, String name, final byte[] allbytes) throws IOException { in processFileBytes()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | WallpaperManagerTest.java | 45 final int w = min.x * 3; in testSuggestDesiredDimensions() local
|
D | ProgressDialogTest.java | 280 Window w = dialog.getWindow(); in testSetProgressDrawable() local 295 Window w = dialog.getWindow(); in testSetIndeterminateDrawable() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | Logt.java | 30 public static void w(String tag, String msg) { in w() method in Logt
|
D | ItsUtils.java | 57 int x,y,w,h; in getJsonWeightedRectsFromArray() local 206 int w = (i == 0) ? width : width / 2; in getDataFromImage() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 206 private void runTestRenderingInSeparateThread(final int w, final int h, in runTestRenderingInSeparateThread() 227 private void doTestRenderingOutput(int w, int h, boolean runRemotely, boolean multipleWindows) in doTestRenderingOutput() 349 private void renderColorAndCheckResult(Renderer renderer, int w, int h, in renderColorAndCheckResult() 375 private boolean checkSurfaceFrameColor(int w, int h, int color) { in checkSurfaceFrameColor() 487 Surface startEncoding(int w, int h, EncoderEventListener eventListener) { in startEncoding() 640 void startComposition(Surface surface, int w, int h, int numWindows) throws Exception { in startComposition() 685 GlWindow w = mTopWindow; in onFrameAvailable() local 920 public GlWindow(GlCompositor compositor, int blX, int blY, int w, int h) { in GlWindow() 1073 VirtualDisplayPresentation(Context context, Surface surface, int w, int h) { in VirtualDisplayPresentation() 1240 TopWindowVirtualDisplayPresentation(Context context, Surface surface, int w, int h, in TopWindowVirtualDisplayPresentation() [all …]
|
D | RemoteVirtualDisplayService.java | 96 private void start(Surface surface, int w, int h) { in start() 119 VirtualDisplayPresentation(Context context, Surface surface, int w, int h) { in VirtualDisplayPresentation()
|
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
D | CodecInfo.java | 56 String codecName, String mimeType, int w, int h) { in getSupportedFormatInfo()
|
D | VideoEncoderDecoderTest.java | 375 private void doTestGoog(String mimeType, int w, int h) throws Exception { in doTestGoog() 383 private void doTestOther(String mimeType, int w, int h) throws Exception { in doTestOther() 391 private void doTestDefault(String mimeType, int w, int h) throws Exception { in doTestDefault() 414 private void doTest(boolean isGoog, String mimeType, int w, int h) in doTest() 438 String encoderName, String decoderName, String mimeType, int w, int h) in doTestByName() 835 YUVPlane(int w, int h, int rowStride, int pixelStride, in YUVPlane() 1003 int w = mRandom.nextInt(mVideoWidth); in runDecoder() local 1021 int w = mRandom.nextInt(mVideoWidth); in runDecoder() local 1097 private void initYUVPlane(int w, int h) { in initYUVPlane()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 167 blend: function(c1, c2, w){ argument 244 cross : function(w) { argument 251 dot : function(w) { argument 255 add : function(v, w) { argument 259 subtract : function(v, w) { argument 264 multiplyVector : function(v, w) { argument 268 multiplyScalar : function(v, w) { argument
|
/cts/apps/CameraITS/pymodules/its/ |
D | image.py | 375 w, h, argument 428 w, h, argument 466 def load_yuv420_planar_to_yuv_planes(yuv_fname, w, h): argument
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | MediaFrameworkTest.java | 75 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GravityTest.java | 44 … private void applyGravity(int gravity, int w, int h, Rect container, Rect outRect, boolean bRtl) { in applyGravity()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 630 int w = mPreviewSize.width; in onPreviewFrame() local 667 int w = mPreviewSize.width; in convertFromUnknown() local 695 int w = mPreviewSize.width; in convertFromNV21() local 738 int w = mPreviewSize.width; in convertFromYV12() local 787 int w = mPreviewSize.width; in convertFromYUY2() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableLayout_LayoutParamsTest.java | 189 public MockTableLayout_LayoutParams(int w, int h) { in MockTableLayout_LayoutParams()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSCppTest.java | 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVCameraPreview.java | 121 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()
|