/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBase.java | 75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 80 Allocation a = Allocation.createTyped(mRS, t); in makeAllocation() local 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 | float16_gen.c | 111 half h = *(half *) &s; in half2float() local 117 half h = (half) f; in float2half() local 152 unsigned short a = (value & EXPONENT_MASK); in getErrorBar() local 187 unsigned short add(unsigned short a, unsigned short b) { in add() 193 unsigned short subtract(unsigned short a, unsigned short b) { in subtract() 199 unsigned short multiply(unsigned short a, unsigned short b) { in multiply() 205 unsigned short divide(unsigned short a, unsigned short b) { in divide()
|
D | ImageProcessingTest.java | 116 int h = 256; in testBlend() local 229 protected Allocation creatAllocation(int w, int h) { in creatAllocation() 238 public boolean similar(byte[] a, byte[] b) { in similar() 311 int pack(float a, float r, float g, float b) { in pack() 323 int pack(int a, int r, int g, int b) { in pack()
|
D | AllocationTest.java | 721 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local 722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local 843 Allocation a; in testDimReturnsZero() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableLayout_LayoutParamsTest.java | 106 TypedArray a = mContext.obtainStyledAttributes(attrs, in testSetBaseAttributes() local 219 public MockTableLayout_LayoutParams(int w, int h) { in MockTableLayout_LayoutParams() 224 protected void setBaseAttributes(TypedArray a, int widthAttr, in setBaseAttributes()
|
D | TableRow_LayoutParamsTest.java | 127 TypedArray a = mActivity.obtainStyledAttributes(attrs, in testSetBaseAttributes() local 243 public MockTableRow_LayoutParams(int w, int h) { in MockTableRow_LayoutParams() 248 protected void setBaseAttributes(TypedArray a, int widthAttr, in setBaseAttributes()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSCppTest.java | 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 96 Allocation a = Allocation.createTyped(mRS, t); in makeAllocation() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AdaptiveIconDrawableTest.java | 360 boolean equalBitmaps(Bitmap a, Bitmap b) { in equalBitmaps() 364 boolean equalBitmaps(Bitmap a, Bitmap b, Region region) { in equalBitmaps() 368 final int h = a.getHeight(); in equalBitmaps() local 394 void findBitmapDifferences(Bitmap a, Bitmap b) { in findBitmapDifferences() 402 final int h = a.getHeight(); in findBitmapDifferences() local 426 static void printBits(int[] a, int w, int h) { in printBits()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsUtils.java | 63 JSONArray a, boolean normalized, int width, int height) in getJsonWeightedRectsFromArray() 70 int x,y,w,h; in getJsonWeightedRectsFromArray() local 254 int h = (i == 0) ? height : height / 2; in getDataFromImage() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 138 final ApplicationInfo a = pm.getApplicationInfo(PKG_A, 0); in testVerifyStatsMultiple() local 241 final ApplicationInfo a = pm.getApplicationInfo(PKG_A, 0); in testVerifyCategory() local 349 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() local 358 final File h = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 543 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { in surfaceChanged() 950 int a = findConfigAttrib(egl, display, config, in chooseConfig() local 1295 int h = 0; in guardedRun() local 1682 public void onWindowResize(int w, int h) { in onWindowResize()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1074 int h = (i == 0) ? height : height / 2; in getDataFromImage() local 2417 private static boolean areGpsFieldsEqual(Location a, Location b) { in areGpsFieldsEqual()
|