Searched defs:Pair (Results 1 - 2 of 2) sorted by relevance

/art/test/141-class-unload/src/
H A DMain.java140 static class Pair { class in class:Main
141 public Pair(Object o, ClassLoader l) { method in class:Main.Pair
150 private static Pair testNoUnloadInstanceHelper(Constructor<?> constructor) throws Exception {
154 return new Pair(o, loader);
158 Pair p = testNoUnloadInstanceHelper(constructor);
/art/test/903-hello-tagging/src/art/
H A DTest903.java123 Pair[] tmp = new Pair[l];
125 tmp[i] = new Pair(objects == null ? null : objects[i], tags == null ? 0 : tags[i]);
133 private static class Pair implements Comparable<Pair> { class in class:Test903
136 public Pair(Object o, long t) { method in class:Test903.Pair
141 public int compareTo(Pair p) {

Completed in 102 milliseconds