Home
last modified time | relevance | path

Searched refs:T_int_to_byte_1 (Results 1 – 3 of 3) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_byte/
DTest_int_to_byte.java21 import dot.junit.opcodes.int_to_byte.d.T_int_to_byte_1;
30 T_int_to_byte_1 t = new T_int_to_byte_1(); in testN1()
38 T_int_to_byte_1 t = new T_int_to_byte_1(); in testN2()
46 T_int_to_byte_1 t = new T_int_to_byte_1(); in testN3()
54 T_int_to_byte_1 t = new T_int_to_byte_1(); in testN4()
62 T_int_to_byte_1 t = new T_int_to_byte_1(); in testN5()
71 T_int_to_byte_1 t = new T_int_to_byte_1(); in testN6()
79 T_int_to_byte_1 t = new T_int_to_byte_1(); in testB1()
87 T_int_to_byte_1 t = new T_int_to_byte_1(); in testB2()
95 T_int_to_byte_1 t = new T_int_to_byte_1(); in testB3()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_byte/d/
DT_int_to_byte_1.smali15 .source "T_int_to_byte_1.java"
16 .class public Ldot/junit/opcodes/int_to_byte/d/T_int_to_byte_1;
DT_int_to_byte_1.java19 public class T_int_to_byte_1 { class