Home
last modified time | relevance | path

Searched defs:given (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/awt/font/NumericShaper/
DShapingTest.java96 String given = "\u0627\u0628 456"; in test6943963() local
121 String given = "\u1a20 012"; in test6903266() local
148 String given, String expected) { in checkResult()
/libcore/ojluni/src/test/java/text/BreakIterator/
DBug4533872.java44 static final String[] given = { field in Bug4533872
/libcore/ojluni/src/test/java/util/IdentityHashMap/
DBasic.java77 private <E> void checkContents(Collection<E> c, BiPredicate<E,E> p, E... given) { in checkContents() argument
113 private void checkElements(Collection<Box> c, Box... given) { in checkElements()
120 private void checkEntries(Collection<Map.Entry<Box, Box>> c, Map.Entry<Box, Box>... given) { in checkEntries() argument