/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CtsUtilsTest.java | 43 final int w = 14; in testCopyYuv() local 61 final int w = 21; in testCopyPad0to0() local 74 final int w = 21; in testCopyPad3to3() local 87 final int w = 21; in testCopyPad3to0() local 100 final int w = 21; in testCopyPad0to3() local 113 final int w = 21; in testCopyPad5to3() local 126 final int w = 21; in testCopyPad3to5() local 137 private static void checkPlane(String planeName, int w, int h, FakePlane src, FakePlane dst) { in checkPlane() 160 private static void drawGradient(FakePlane plane, int w, int h) { in drawGradient() 195 public FakeImage(int format, int w, int h, FakePlane[] planes) { in FakeImage() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBlur.java | 48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() 101 final int w = 97; in testU8_1() local 115 final int w = 97; in testU8_4() local 130 final int w = 97; in testU8_1C() local 145 final int w = 97; in testU8_4C() local
|
D | IntrinsicBase.java | 75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 95 protected void makeSource(int w, int h, Element e) { in makeSource() 127 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
|
D | IntrinsicHistogram.java | 37 private void createAllocations(int inVSize, int outVSize, int w, int h) { in createAllocations() 62 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm() 185 private void testDot(int inVSize, int w, int h, boolean clip) { in testDot()
|
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()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityWindowInfoTest.java | 81 AccessibilityWindowInfo w = AccessibilityWindowInfo.obtain(); in testDefaultValues() local 114 AccessibilityWindowInfo w = AccessibilityWindowInfo.obtain(); in testRecycle() local
|
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/ |
D | SimpleIOActivity.java | 34 FileWriter w = new FileWriter(testFile); in onStart() local
|
D | SimpleIOService.java | 81 FileWriter w = new FileWriter(testFile); in handleMessage() local
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_aspect_ratio_and_crop.py | 138 def _is_checked_aspect_ratio(first_api_level, w, h): argument 317 def _check_fov(circle, ref_fov, w, h, first_api_level): argument 330 def _check_ar(circle, ar_gt, w, h, fmt_iter, fmt_cmpr): argument 358 def _check_crop(circle, cc_gt, w, h, fmt_iter, fmt_cmpr, crop_thresh_factor): argument
|
/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/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 143 final int w, final int h, final boolean runRemotely, final boolean multipleWindows) in runTestRenderingInSeparateThread() 150 final int w, final int h, final boolean runRemotely, final boolean multipleWindows, in runTestRenderingInSeparateThread() 173 private void doTestRenderingOutput(final Context context, String mimeType, int w, int h, in doTestRenderingOutput() 317 private void renderColorAndCheckResult(Renderer renderer, int w, int h, in renderColorAndCheckResult() 343 private void renderRotationAndCheckResult(Renderer renderer, int w, int h, in renderRotationAndCheckResult() 369 private boolean checkRotatedFrameQuadrants(int w, int h, int degrees) { in checkRotatedFrameQuadrants() 404 private boolean checkSurfaceFrameColor(int w, int h, int color) { in checkSurfaceFrameColor() 521 Surface startEncoding(String mimeType, int w, int h, EncoderEventListener eventListener) { in startEncoding() 694 void startComposition(Surface surface, int w, int h, int numWindows) throws Exception { in startComposition() 739 GlWindow w = mTopWindow; in onFrameAvailable() local [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/tests/tests/view/src/android/view/cts/util/ |
D | DisplayUtils.java | 48 final int w = displayMetrics.widthPixels; in isCloseToSquareDisplay() local
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStorageTest.java | 201 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaNone() 289 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaRead() 325 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaWrite() 328 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaWrite() 347 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_Open() 355 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_Open() 432 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_RequestWrite_withFilePathSupport() 439 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_RequestWrite_withFilePathSupport() 532 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_RequestWrite() 541 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_RequestWrite() [all …]
|
/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
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | TransitionDrawableTest.java | 212 private void verifyColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorFillRect() 220 private void verifyColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in verifyColorNotFillRect()
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 92 final int w = generated.getWidth(); in checkNeighbors() local 131 final int w = generated.getWidth(); in compare() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_decoder_source.cpp | 60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, in createDecoderSource() 70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate) in DecoderSource()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 150 String name, String mime, int w, int h, double... measuredFps) { in verifyAchievableFrameRates() 189 String name, String mime, int w, int h, double... requestedFps) { in areAchievableFrameRates()
|
/cts/tests/video/src/android/video/cts/ |
D | CodecInfo.java | 58 String codecName, String mimeType, int w, int h, int maxFps) { in getSupportedFormatInfo()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GravityTest.java | 54 private void applyGravity(int gravity, int w, int h, boolean bRtl) { in applyGravity()
|
/cts/tests/app/src/android/app/cts/ |
D | ProgressDialogTest.java | 281 Window w = dialog.getWindow(); in testSetProgressDrawable() local 296 Window w = dialog.getWindow(); in testSetIndeterminateDrawable() local
|
/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/widget/src/android/widget/cts/ |
D | TableLayout_LayoutParamsTest.java | 219 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()
|