Searched refs:Other (Results 1 – 16 of 16) sorted by relevance
/art/test/1934-jvmti-signal-thread/ |
D | expected.txt | 9 Other thread Interrupted. err: java.lang.Error: Interrupted! 12 Other thread Stopped by: java.lang.Error: AWESOME! 15 Other thread Interrupted. 18 Other thread Stopped by: java.lang.Error: AWESOME! 21 Other thread interrupted. err: java.lang.Error: Interrupted! 24 Other thread Stopped by: java.lang.Error: AWESOME 27 Other thread Stopped by: java.lang.Error: AWESOME
|
/art/test/1922-owned-monitors-info/ |
D | expected.txt | 114 owner-monitors, no suspend, Other thread 118 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 122 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 126 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 128 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 130 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other threa… 132 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 134 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 136 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 140 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3"), Target("Other thread test (suspend: fals… [all …]
|
/art/test/617-clinit-oome/src/ |
D | Main.java | 19 Class klass = Other.class; in main() 37 Other.print(); in main()
|
D | Other.java | 17 public final class Other { class
|
/art/test/420-const-class/ |
D | expected.txt | 3 class Main$Other 4 class Main$Other
|
/art/test/552-checker-sharpening/src/ |
D | Main.java | 195 return Other.class; in $noinline$getOtherClass() 210 assertClassEquals(Other.class, $noinline$getOtherClass()); in main() 214 class Other { class
|
/art/test/420-const-class/src/ |
D | Main.java | 18 static class Other { class in Main 61 return Other.class; in $opt$LoadOtherClass()
|
/art/test/414-static-fields/src/ |
D | Other.java | 17 public class Other { class
|
D | Main.java | 38 assertEquals(41, Other.staticField); in $opt$TestOtherClassStaticField() 48 assertEquals(a + 41, a + Other.staticField); in $opt$TestAddOtherClassStaticField()
|
/art/test/203-multi-checkpoint/ |
D | expected.txt | 2 Other thread running
|
/art/test/046-reflect/src/otherpackage/ |
D | Other.java | 19 public class Other { class
|
/art/test/559-checker-irreducible-loop/src/ |
D | Main.java | 71 class Other { class
|
/art/test/922-properties/ |
D | expected.txt | 15 Other properties:
|
/art/test/911-get-stack-trace/ |
D | expected.txt | 75 ### Other thread (suspended) ### 144 ### Other thread (live) ### 211 ### Other threads (suspended) ### 606 ### Other select threads (suspended) ### 798 ### Other thread (suspended) ### 823 ### Other thread (live) ###
|
/art/test/046-reflect/src/ |
D | Main.java | 83 Class<?> target = otherpackage.Other.class; in checkAccess() 84 Object instance = new otherpackage.Other(); in checkAccess() 98 instance = otherpackage.Other.getInnerClassInstance(); in checkAccess()
|
/art/tools/ahat/ |
D | README.txt | 70 Other miscellaneous bug fixes.
|