Searched defs:numbers (Results 1 – 8 of 8) sorted by relevance
| /libcore/ojluni/src/test/java/lang/String/CompactString/ |
| D | Numbers.java | 47 public Object[][] numbers() { in numbers() method in Numbers
|
| /libcore/ojluni/src/test/java/util/stream/examples/ |
| D | JavadocExamples.java | 47 Stream<Number> numbers = Stream.of(1, 2, 3.0); in testNumberIntegerExample() local
|
| /libcore/ojluni/src/test/java/text/Format/NumberFormat/ |
| D | BigDecimalFormat.java | 908 double[] numbers = { in test_Format_in_NumberFormat_SpecialNumber() local 947 long[] numbers = { in test_Format_in_NumberFormat_Other() local
|
| D | BigDecimalParse.java | 348 String[] numbers = { in test_Parse_in_DecimalFormat_SpecialNumber() local 389 String[] numbers = { in test_Parse_in_DecimalFormat_Other() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | Collections2Test.java | 291 String[] numbers = new String[] { "0", "1", "2" }; in test_reverseOrder() local 309 String[] numbers = new String[] { "0", "1", "2" }; in test_reverseOrderLjava_util_Comparator() local
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | OldCollectionsTest.java | 318 String[] numbers = new String[] { "0", "1", "2" }; in test_reverseOrder() local 336 String[] numbers = new String[] { "0", "1", "2" }; in test_reverseOrderLjava_util_Comparator() local
|
| /libcore/luni/src/test/java/libcore/java/lang/invoke/ |
| D | MethodHandlesTest.java | 1345 public VariableArityTester(char c, Number... numbers) { update(c, numbers); } in VariableArityTester() 1367 public String update(char c, Number... numbers) { return lastResult = tally(c, numbers); } in update() 1396 public static String tally(char c, Number... numbers) { in tally()
|
| /libcore/ojluni/src/main/java/java/time/chrono/ |
| D | HijrahChronology.java | 1012 String[] numbers = line.split("\\s"); in parseMonths() local
|