Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/cts/tools/vm-tests/src/dot/junit/opcodes/rsub_int_lit8/d/
DT_rsub_int_lit8_1.java22 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
DT_rsub_int_lit8_2.java22 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/
DT_rsub_int_1.java22 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
DT_rsub_int_2.java22 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/
DBitmapFactoryTest.java85 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/
DIEmitter.java20 void writeTo(StringBuilder b); in writeTo()
/cts/tools/vm-tests/src/dot/junit/opcodes/opc_const/
DTest_opc_const.java31 float b = 0.04f; in testN1() local
42 int b = 10000000; in testN2() local
/cts/tools/vm-tests/src/dot/junit/opcodes/const_wide/
DTest_const_wide.java31 double b = 1d; in testN1() local
41 long b = 10000000000l; in testN2() local
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc_w/
DTest_ldc_w.java32 float b = 0.04f; in testN1() local
43 int b = 1000000000; in testN2() local
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc2_w/
DTest_ldc2_w.java32 long b = 1l; in testN1() local
42 double b = 1d; in testN2() local
/cts/tools/dx-tests/src/dxc/junit/opcodes/if_acmpeq/jm/
DT_if_acmpeq_2.java21 public boolean run(String a, String b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/if_ge/d/
DT_if_ge_2.java21 public int run(float a, float b) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/lshl/jm/
DT_lshl_3.java21 public long run(double a, int b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/or_long/d/
DT_or_long_1.java21 public long run(long a, long b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/sub_double/d/
DT_sub_double_1.java21 public double run(double a, double b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int_lit8/d/
DT_shl_int_lit8_5.java6 int b = 0; in run() local
/cts/tools/dx-tests/src/dxc/junit/opcodes/lrem/jm/
DT_lrem_5.java21 public long run(long a, float b) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/ladd/jm/
DT_ladd_6.java21 public long run(long a, long b) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/drem/jm/
DT_drem_3.java21 public double run(double a, float b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_float/d/
DT_cmpl_float_1.java21 public int run(float a, float b) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/ddiv/jm/
DT_ddiv_4.java21 public double run(long a, double b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/rem_int_lit8/d/
DT_rem_int_lit8_5.java22 int b = -1; in run() local
/cts/tools/dx-tests/src/dxc/junit/opcodes/iadd/jm/
DT_iadd_3.java21 public int run(int a, double b) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/isub/jm/
DT_isub_2.java21 public int run(int a, int b) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_int/d/
DT_mul_int_6.java21 public int run(int a, float b) { in run()

12345678910>>...24