/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CtsUtilsTest.java | 44 final int h = 10; in testCopyYuv() local 62 final int h = 9; in testCopyPad0to0() local 75 final int h = 9; in testCopyPad3to3() local 88 final int h = 9; in testCopyPad3to0() local 101 final int h = 9; in testCopyPad0to3() local 114 final int h = 9; in testCopyPad5to3() local 127 final int h = 9; 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/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemConfigInterface.java | 76 void registerForNumOfLiveModemChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForNumOfLiveModemChanged() 78 void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h); in unregisterForNumOfLiveModemChanged() 81 void registerForPhoneCapabilityChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForPhoneCapabilityChanged() 83 void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h); in unregisterForPhoneCapabilityChanged() 86 void registerForSimultaneousCallingSupportStatusChanged(int logicalSlotId, Handler h, int what, in registerForSimultaneousCallingSupportStatusChanged() 89 void unregisterForSimultaneousCallingSupportStatusChanged(Handler h); in unregisterForSimultaneousCallingSupportStatusChanged() 92 void registerForSimSlotStatusChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForSimSlotStatusChanged() 94 void unregisterForSimSlotStatusChanged(int logicalSlotId, Handler h); in unregisterForSimSlotStatusChanged() 98 void registerForBasebandVersionChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForBasebandVersionChanged() 100 void unregisterForBasebandVersionChanged(int logicalSlotId, Handler h); in unregisterForBasebandVersionChanged() [all …]
|
D | MockModemConfigBase.java | 834 int logicalSlotId, Handler h, int what, Object obj) { in registerForNumOfLiveModemChanged() 839 public void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h) { in unregisterForNumOfLiveModemChanged() 845 int logicalSlotId, Handler h, int what, Object obj) { in registerForPhoneCapabilityChanged() 850 public void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h) { in unregisterForPhoneCapabilityChanged() 856 int logicalSlotId, Handler h, int what, Object obj) { in registerForSimultaneousCallingSupportStatusChanged() 861 public void unregisterForSimultaneousCallingSupportStatusChanged(Handler h) { in unregisterForSimultaneousCallingSupportStatusChanged() 867 int logicalSlotId, Handler h, int what, Object obj) { in registerForSimSlotStatusChanged() 872 public void unregisterForSimSlotStatusChanged(int logicalSlotId, Handler h) { in unregisterForSimSlotStatusChanged() 879 int logicalSlotId, Handler h, int what, Object obj) { in registerForBasebandVersionChanged() 884 public void unregisterForBasebandVersionChanged(int logicalSlotId, Handler h) { in unregisterForBasebandVersionChanged() [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() 102 final int h = 97; in testU8_1() local 116 final int h = 97; in testU8_4() local 131 final int h = 97; in testU8_1C() local 146 final int h = 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/apps/CameraITS/utils/ |
D | image_fov_utils.py | 58 def check_fov(circle, ref_fov, w, h): argument 69 def check_ar(circle, ar_gt, w, h, e_msg_stem): argument 96 def check_crop(circle, cc_gt, w, h, e_msg_stem, crop_thresh_factor): argument
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerSpoofingTest.java | 86 final Handler h = new Handler(Looper.getMainLooper()); in testSpoofingLauncher() local
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 138 final int w, final int h, final boolean runRemotely, final boolean multipleWindows) in runTestRenderingInSeparateThread() 145 final int w, final int h, final boolean runRemotely, final boolean multipleWindows, in runTestRenderingInSeparateThread() 168 private void doTestRenderingOutput(final Context context, String mimeType, int w, int h, in doTestRenderingOutput() 307 private void renderColorAndCheckResult(Renderer renderer, int w, int h, in renderColorAndCheckResult() 333 private void renderRotationAndCheckResult(Renderer renderer, int w, int h, in renderRotationAndCheckResult() 359 private boolean checkRotatedFrameQuadrants(int w, int h, int degrees) { in checkRotatedFrameQuadrants() 394 private boolean checkSurfaceFrameColor(int w, int h, int color) { in checkSurfaceFrameColor() 512 Surface startEncoding(String mimeType, int w, int h, EncoderEventListener eventListener) { in startEncoding() 692 void startComposition(Surface surface, int w, int h, int numWindows) throws Exception { in startComposition() 972 public GlWindow(GlCompositor compositor, int blX, int blY, int w, int h) { in GlWindow() [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/debuggerd/ |
D | debuggerd_cts_crasher.cpp | 59 auto* h = android_crash_detail_register_strs(name.data(), value.data()); in main() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 152 int h, boolean fasterIsOk, double... measuredFps) { in verifyAchievableFrameRates() 160 public static String verifyAchievableFrameRates(String name, String mime, int w, int h, in verifyAchievableFrameRates() 214 String name, String mime, int w, int h, double... requestedFps) { in areAchievableFrameRates()
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | DisplayUtils.java | 49 final int h = displayMetrics.heightPixels; in isCloseToSquareDisplay() local
|
/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/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 528 Handler h = new Handler(); in startPreview() local 738 int h = mPreviewSize.height; in onPreviewFrame() local 775 int h = mPreviewSize.height; in convertFromUnknown() local 803 int h = mPreviewSize.height; in convertFromNV21() local 846 int h = mPreviewSize.height; in convertFromYV12() local 895 int h = mPreviewSize.height; in convertFromYUY2() local
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 93 final int h = generated.getHeight(); in checkNeighbors() local 132 final int h = generated.getHeight(); in compare() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GravityTest.java | 56 private void applyGravity(int gravity, int w, int h, boolean bRtl) { in applyGravity()
|
/cts/tests/video/src/android/video/cts/ |
D | CodecInfo.java | 55 String codecName, String mimeType, int w, int h, int maxFps) { in getSupportedFormatInfo()
|
/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()
|
D | RSResizeTest.java | 34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest() 37 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize() 81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY, in testResize() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | OrientationTestUtils.java | 85 final int h = bounds.height(); in isCloseToSquareBounds() local
|
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
D | TestAppInstance.java | 208 try (ProfileConnectionHolder h = mConnector.connect()){ in registerReceiver() 226 try (ProfileConnectionHolder h = mConnector.connect()){ in unregisterReceiver()
|