Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 104) sorted by relevance

12345

/cts/tests/camera/src/android/hardware/camera2/cts/
DCtsUtilsTest.java43 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/
DIntrinsicBlur.java48 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
DIntrinsicBase.java75 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()
DIntrinsicHistogram.java37 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()
DIntrinsicConvolve5x5.java24 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()
DSampleTest.java41 int w = t.getY(); in createAlloc() local
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityWindowInfoTest.java78 AccessibilityWindowInfo w = AccessibilityWindowInfo.obtain(); in testDefaultValues() local
113 AccessibilityWindowInfo w = AccessibilityWindowInfo.obtain(); in testRecycle() local
/cts/apps/CameraITS/utils/
Dimage_fov_utils.py58 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/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOActivity.java34 FileWriter w = new FileWriter(testFile); in onStart() local
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DTarJan.java78 Node w = mVertices.get(calleeSignature); in tarjan() local
89 Node w; in tarjan() local
/cts/tools/cfassembler/src/dxconvext/
DClassFileParser.java84 Writer w; in process() local
102 void processFileBytes(Writer w, String name, final byte[] allbytes) throws IOException { in processFileBytes()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java138 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()
737 GlWindow w = mTopWindow; in onFrameAvailable() local
[all …]
DRemoteVirtualDisplayService.java96 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/text/src/android/text/cts/
DFontVariationSettingsTest.kt43 val w = ceil(Layout.getDesiredWidth(text, paint)).toInt() in drawText() constant
DEllipsisHyphenationTest.kt90 val w = 600 // Give 6-chars width for line. in <lambda>() constant
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java151 public static String verifyAchievableFrameRates(String name, String mime, int w, 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/
DDisplayUtils.java48 final int w = displayMetrics.widthPixels; in isCloseToSquareDisplay() local
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java201 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaNone()
296 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doReadUriPermissionOnUriWithoutId_sameQueryResult()
389 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doOwningOneFileNotGrantPrefixUriPermission()
495 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaRead()
531 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaWrite()
534 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(blue, "w")) { in doMediaWrite()
553 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_Open()
561 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_Open()
638 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_RequestWrite_withFilePathSupport()
645 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "w")) { in doMediaEscalation_RequestWrite_withFilePathSupport()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java212 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/
DComparisonTask.java92 final int w = generated.getWidth(); in checkNeighbors() local
131 final int w = generated.getWidth(); in compare() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DLogt.java30 public static void w(String tag, String msg) { in w() method in Logt
/cts/tests/tests/view/src/android/view/cts/
DGravityTest.java56 private void applyGravity(int gravity, int w, int h, boolean bRtl) { in applyGravity()
/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java281 Window w = dialog.getWindow(); in testSetProgressDrawable() local
296 Window w = dialog.getWindow(); in testSetIndeterminateDrawable() local
/cts/tests/video/src/android/video/cts/
DCodecInfo.java55 String codecName, String mimeType, int w, int h, int maxFps) { in getSupportedFormatInfo()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaFrameworkTest.java75 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged()

12345