| /cts/tools/vm-tests/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
|
| /cts/tools/vm-tests/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/graphics/src/android/graphics/cts/ |
| D | BitmapFactoryTest.java | 85 Bitmap b = BitmapFactory.decodeResource(mRes, R.drawable.start, in testDecodeResource1() local 101 Bitmap b = BitmapFactory.decodeResource(mRes, R.drawable.start); in testDecodeResource2() local 115 Bitmap b = BitmapFactory.decodeByteArray(array, 0, array.length, mOpt1); in testDecodeByteArray1() local 131 Bitmap b = BitmapFactory.decodeByteArray(array, 0, array.length); in testDecodeByteArray2() local 147 Bitmap b = BitmapFactory.decodeStream(is, r, mOpt1); in testDecodeStream1() local 163 Bitmap b = BitmapFactory.decodeStream(is); in testDecodeStream2() local 179 Bitmap b = BitmapFactory.decodeFileDescriptor(input, r, mOpt1); in testDecodeFileDescriptor1() local 195 Bitmap b = BitmapFactory.decodeFileDescriptor(input); in testDecodeFileDescriptor2() local 208 Bitmap b = BitmapFactory.decodeFile(obtainPath(), mOpt1); in testDecodeFile1() local 223 Bitmap b = BitmapFactory.decodeFile(obtainPath()); in testDecodeFile2() local
|
| /cts/tools/signature-tools/src/signature/io/html/ |
| D | IEmitter.java | 20 void writeTo(StringBuilder b); in writeTo()
|
| /cts/tools/vm-tests/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/tools/vm-tests/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/dx-tests/src/dxc/junit/opcodes/ldc_w/ |
| D | Test_ldc_w.java | 32 float b = 0.04f; in testN1() local 43 int b = 1000000000; in testN2() local
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/ldc2_w/ |
| D | Test_ldc2_w.java | 32 long b = 1l; in testN1() local 42 double b = 1d; in testN2() local
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/if_acmpeq/jm/ |
| D | T_if_acmpeq_2.java | 21 public boolean run(String a, String b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/if_ge/d/ |
| D | T_if_ge_2.java | 21 public int run(float a, float b) { in run()
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/lshl/jm/ |
| D | T_lshl_3.java | 21 public long run(double a, int b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/or_long/d/ |
| D | T_or_long_1.java | 21 public long run(long a, long b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/sub_double/d/ |
| D | T_sub_double_1.java | 21 public double run(double a, double b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/shl_int_lit8/d/ |
| D | T_shl_int_lit8_5.java | 6 int b = 0; in run() local
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/lrem/jm/ |
| D | T_lrem_5.java | 21 public long run(long a, float b) { in run()
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/ladd/jm/ |
| D | T_ladd_6.java | 21 public long run(long a, long b) { in run()
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/drem/jm/ |
| D | T_drem_3.java | 21 public double run(double a, float b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_float/d/ |
| D | T_cmpl_float_1.java | 21 public int run(float a, float b) { in run()
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/ddiv/jm/ |
| D | T_ddiv_4.java | 21 public double run(long a, double b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/rem_int_lit8/d/ |
| D | T_rem_int_lit8_5.java | 22 int b = -1; in run() local
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/iadd/jm/ |
| D | T_iadd_3.java | 21 public int run(int a, double b) { in run()
|
| /cts/tools/dx-tests/src/dxc/junit/opcodes/isub/jm/ |
| D | T_isub_2.java | 21 public int run(int a, int b) { in run()
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/mul_int/d/ |
| D | T_mul_int_6.java | 21 public int run(int a, float b) { in run()
|