Home
last modified time | relevance | path

Searched +defs:h +defs:a (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBase.java75 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()
Dfloat16_gen.c111 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()
DImageProcessingTest.java116 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()
DAllocationTest.java721 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/
DTableLayout_LayoutParamsTest.java106 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()
DTableRow_LayoutParamsTest.java127 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/
DRSCppTest.java91 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/
DAdaptiveIconDrawableTest.java360 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/
DItsUtils.java63 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/
DStorageStatsTest.java138 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/
DGLSurfaceViewCustom.java543 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/
DCameraTestUtils.java1074 int h = (i == 0) ? height : height / 2; in getDataFromImage() local
2417 private static boolean areGpsFieldsEqual(Location a, Location b) { in areGpsFieldsEqual()