/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | TypeTest.java | 24 void testBuilderSizes(Type.Builder b, int min, int max) { in testBuilderSizes() 34 Type.Builder b = new Type.Builder(mRS, e); in testTypeBuilderHelper() local 85 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetCount() local 127 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetElement() local 133 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetX() local 139 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetY() local 147 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetYuv() local 155 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetZ() local 161 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testHasFaces() local 169 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS)); in testGetMipmaps() local
|
D | Target.java | 80 Floaty new32(float a, float b) { in new32() 84 Floaty new32(float a, float b, float c) { in new32() 88 Floaty new32(float a, float b, float c, float d) { in new32() 92 Floaty new32(float a, float b, float c, float d, float e) { in new32() 105 Floaty new64(double a, double b) { in new64() 109 Floaty new64(double a, double b, double c) { in new64() 113 Floaty new64(double a, double b, double c, double d) { in new64() 117 Floaty new64(double a, double b, double c, double d, double e) { in new64() 128 Floaty add(Floaty a, Floaty b) { in add() 140 Floaty subtract(Floaty a, Floaty b) { in subtract() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
D | T_rsub_int_lit8_1.java | 22 int b = 4; in run() local 27 int b = 60; in run1() local 32 int b = 20; in run2() local 37 int b = -25; in run3() local 42 int b = -70; in run4() local 47 int b = -50; in run5() local
|
D | T_rsub_int_lit8_2.java | 22 int b = 123; in run() local 27 int b = -123; in run1() local 32 int b = 0; in run2() local
|
D | T_rsub_int_lit8_12.java | 22 int b = 10; in run() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
D | T_rsub_int_1.java | 22 int b = 4; in run() local 27 int b = 60; in run1() local 32 int b = 20; in run2() local 37 int b = -25; in run3() local 42 int b = -70; in run4() local 47 int b = -50; in run5() local
|
D | T_rsub_int_2.java | 22 int b = 255; in run() local 27 int b = -32768; in run1() local 32 int b = 0; in run2() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | NativeColorBufferTest.java | 42 float b = 0.0f; in test_RGBA_1001() local 60 float b = 0.0f; in test_RGBA_1101() local 78 float b = 1.0f; in test_RGBA_1111() local 97 float b = 0.0f; in test_RGBA_0101() local 116 float b = 1.0f; in test_RGBA_0011() local 135 float b = 0.0f; in test_RGBA_0000() local 154 float b = 0.25f; in test_RGBA_rand_val_one() local 170 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors() 184 float b = expectedColor[2]; in compare() local
|
D | ColorBufferTest.java | 47 float b = 0.0f; in test_RGBA_1001() local 65 float b = 0.0f; in test_RGBA_1101() local 83 float b = 1.0f; in test_RGBA_1111() local 102 float b = 0.0f; in test_RGBA_0101() local 121 float b = 1.0f; in test_RGBA_0011() local 140 float b = 0.0f; in test_RGBA_0000() local 159 float b = 0.25f; in test_RGBA_rand_val_one() local 175 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors() 190 float b = expectedColor[2]; in compare() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | BackgroundColorSpanTest.java | 29 BackgroundColorSpan b = new BackgroundColorSpan(Color.GREEN); in testConstructor() local 84 BackgroundColorSpan b = new BackgroundColorSpan(p); in testWriteToParcel() local 95 BackgroundColorSpan b = new BackgroundColorSpan(p); in testWriteToParcel() local
|
D | BulletSpanTest.java | 34 BulletSpan b = new BulletSpan(BulletSpan.STANDARD_GAP_WIDTH, Color.RED); in testConstructor() local 105 BulletSpan b = new BulletSpan(p); in testWriteToParcel() local 116 BulletSpan b = new BulletSpan(p); in testWriteToParcel() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/ |
D | Test_const_wide.java | 31 double b = 1d; in testN1() local 41 long b = 10000000000l; in testN2() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_const/ |
D | Test_opc_const.java | 31 float b = 0.04f; in testN1() local 42 int b = 10000000; in testN2() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 111 Bitmap b = BitmapFactory.decodeResource(mRes, R.drawable.start, in testDecodeResource1() local 122 Bitmap b = BitmapFactory.decodeResource(mRes, R.drawable.start); in testDecodeResource2() local 133 Bitmap b = BitmapFactory.decodeResourceStream(mRes, value, is, r, mOpt1); in testDecodeResourceStream() local 142 Bitmap b = BitmapFactory.decodeByteArray(array, 0, array.length, mOpt1); in testDecodeByteArray1() local 153 Bitmap b = BitmapFactory.decodeByteArray(array, 0, array.length); in testDecodeByteArray2() local 163 Bitmap b = BitmapFactory.decodeStream(is, r, mOpt1); in testDecodeStream1() local 174 Bitmap b = BitmapFactory.decodeStream(is); in testDecodeStream2() local 184 Bitmap b = BitmapFactory.decodeStream(is); in testDecodeStream3() local 267 Bitmap b = BitmapFactory.decodeFileDescriptor(input, r, mOpt1); in testDecodeFileDescriptor1() local 279 Bitmap b = BitmapFactory.decodeFileDescriptor(input); in testDecodeFileDescriptor2() local [all …]
|
/cts/tools/signature-tools/src/signature/io/html/ |
D | IEmitter.java | 20 void writeTo(StringBuilder b); in writeTo()
|
D | ExecutableMemberComparator.java | 40 IExecutableMemberDelta<? extends IExecutableMember> b) { in compare() 58 private int compareParameterLists(List<IParameter> a, List<IParameter> b) { in compareParameterLists()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 818 char[] b = new char[a.length]; in testReadCharArray() local 886 char[] b; in testCreateCharArray() local 992 int[] b = new int[a.length]; in testReadIntArray() local 1058 int[] b; in testCreateIntArray() local 1150 long[] b = new long[a.length]; in testReadLongArray() local 1216 long[] b; in testCreateLongArray() local 1320 float[] b = new float[a.length]; in testReadFloatArray() local 1386 float[] b; in testCreateFloatArray() local 1490 double[] b = new double[a.length]; in testReadDoubleArray() local 1556 double[] b; in testCreateDoubleArray() local [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/ |
D | T_if_eq_11.java | 5 public boolean run(String a, String b) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long_2addr/d/ |
D | T_xor_long_2addr_2.java | 21 public long run(double a, long b) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/ |
D | T_shr_long_1.java | 5 public long run(long a, int b) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/d/ |
D | T_mul_double_2addr_1.java | 21 public double run(double a, double b) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long_2addr/d/ |
D | T_or_long_2addr_3.java | 21 public long run(long a, double b) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_lit8/d/ |
D | T_shl_int_lit8_5.java | 6 int b = 0; in run() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/d/ |
D | T_or_int_lit8_6.java | 22 int b = 10; in run() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_int_2addr/d/ |
D | T_sub_int_2addr_5.java | 21 public int run(int a, float b) { in run()
|