Home
last modified time | relevance | path

Searched refs:MyInt (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Duninit-variables.c180 typedef int MyInt; typedef
181 MyInt test26() { in test26()
182MyInt x; // expected-note{{variable 'x' is declared here}} expected-note{{add initialization to si… in test26()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DCollectionsTest.java80 myobjArray[i] = new MyInt(i);
86 return -((MyInt) o1).compareTo((MyInt) o2); in compare()
90 return ((MyInt) o1).compareTo((MyInt) o2); in equals()
269 static class MyInt { class in CollectionsTest
272 public MyInt(int value) { in MyInt() method in CollectionsTest.MyInt
276 public int compareTo(MyInt object) { in compareTo()
742 ((MyInt) myll.get(counter)).compareTo((MyInt) myll in test_sortLjava_util_ListLjava_util_Comparator()