Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collections/
DRacingCollections.java180 private static void checkEqualSanity(Object theRock, Object elLoco) { in checkEqualSanity() argument
191 notEqual(theRock.toString(), elLoco.toString()); in checkEqualSanity()
206 private static void frob(Object theRock, Object elLoco) { in frob() argument
209 if (theRock instanceof Collection) { in frob()
211 Collection<Integer> c = (Collection<Integer>) theRock; in frob()
216 Map<Integer, Boolean> m = (Map<Integer, Boolean>) theRock; in frob()
221 checkEqualSanity(theRock, elLoco); in frob()