HomeSort by relevance Sort by last modified time
    Searched defs:TestClass1 (Results 1 - 4 of 4) sorted by null

  /art/test/991-field-trace-2/src/art/
Test991.java 26 static List<Field> WATCH_FIELDS = Arrays.asList(TestClass1.class.getDeclaredFields());
76 ((TestClass1)t).xyz += 100;
82 ((TestClass1)t).xyz += 10;
91 ((TestClass1)t).xyz += 200;
100 ((TestClass1)t).xyz += 20;
118 public static class TestClass1 {
120 public TestClass1(int xyz) {
125 public static int readFieldUntraced(TestClass1 target) {
133 public static class JavaReadWrite implements Consumer<TestClass1> {
134 public void accept(TestClass1 t1)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectInputStream2Test.java 179 if (desc.getName().endsWith("ObjectInputStream2Test$TestClass1")) {
186 static class TestClass1 implements Serializable {
198 TestClass1 to1 = new TestClass1();
  /art/test/993-breakpoints/src/art/
Test993.java 60 public static class TestClass1 implements Breakable {
61 public TestClass1() {
64 public String toString() { return "TestClass1"; }
68 public static class TestClass1ext extends TestClass1 {
281 Constructor<?> tc1_construct = TestClass1.class.getConstructor();
287 new ConstructDirect("new TestClass1()", TestClass1::new),
292 runTestGroups("TestClass1 constructor", tc1_constructors, tc1_bps);
357 new InvokeNative(breakit_method, new TestClass1()),
359 new InvokeReflect(breakit_method, new TestClass1()),
    [all...]
  /cts/common/host-side/tradefed/tests/res/testtype/
testJar2.jar 

Completed in 109 milliseconds