Home
last modified time | relevance | path

Searched refs:Other (Results 1 – 21 of 21) sorted by relevance

/art/test/1934-jvmti-signal-thread/
Dexpected.txt9 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/1003-metadata-section-strings/src-art/
DMain.java33 System.out.println(Other.getString(1) == "string1"); in runTest()
34 System.out.println(Other.getString(2000) == "string2000"); in runTest()
35 System.out.println(Other.getString(3000) == "string3000"); in runTest()
36 System.out.println(Other.getString(5000) == "string5000"); in runTest()
/art/test/1922-owned-monitors-info/
Dexpected.txt114 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/420-const-class/
Dexpected.txt3 class Main$Other
4 class Main$Other
/art/test/617-clinit-oome/src/
DMain.java32 Class klass = Other.class; in main()
51 Other.print(); in main()
DOther.java17 public final class Other { class
/art/test/552-checker-sharpening/src/
DMain.java185 return Other.class; in $noinline$getOtherClass()
219 assertClassEquals(Other.class, $noinline$getOtherClass()); in main()
225 class Other { class
/art/test/420-const-class/src/
DMain.java18 static class Other { class in Main
61 return Other.class; in $opt$LoadOtherClass()
/art/test/414-static-fields/src/
DOther.java17 public class Other { class
DMain.java38 assertEquals(41, Other.staticField); in $opt$TestOtherClassStaticField()
48 assertEquals(a + 41, a + Other.staticField); in $opt$TestAddOtherClassStaticField()
/art/test/203-multi-checkpoint/
Dexpected.txt2 Other thread running
/art/test/046-reflect/src/otherpackage/
DOther.java19 public class Other { class
/art/test/1003-metadata-section-strings/
Dbuild25 class Other {
/art/test/559-checker-irreducible-loop/src/
DMain.java71 class Other { class
/art/test/1974-resize-array/
Dexpected.txt8 Map is: ([1, 2, 3, 4]->Other Value), ([1, 2, 3, 4]->THE VALUE), ([1, 4]->Third value),
10 Map is: ([1, 2, 3, 4]->Other Value), ([1, 2, 3, 4, 0, 0, 0]->THE VALUE), ([1, 4]->Third value),
/art/test/922-properties/
Dexpected.txt15 Other properties:
/art/test/911-get-stack-trace/
Dexpected-cts-version.txt77 ### Other thread (suspended) ###
156 ### Other thread (live) ###
224 ### Other select threads (suspended) ###
436 ### Other thread (suspended) ###
463 ### Other thread (live) ###
Dexpected.txt77 ### Other thread (suspended) ###
156 ### Other thread (live) ###
223 ### Other threads (suspended) ###
658 ### Other select threads (suspended) ###
870 ### Other thread (suspended) ###
897 ### Other thread (live) ###
/art/test/046-reflect/src/
DMain.java83 Class<?> target = otherpackage.Other.class; in checkAccess()
84 Object instance = new otherpackage.Other(); in checkAccess()
98 instance = otherpackage.Other.getInnerClassInstance(); in checkAccess()
/art/runtime/interpreter/mterp/
DREADME.txt9 * Other lines are text, and they are essentially syntax sugar for
/art/tools/ahat/
DREADME.txt83 Other miscellaneous bug fixes.