Searched refs:nextShort (Results 1 – 5 of 5) sorted by relevance
1890 assertEquals(123, s.nextShort(10)); in test_nextShortI()1891 assertEquals(456, s.nextShort(10)); in test_nextShortI()1893 s.nextShort(10); in test_nextShortI()1900 assertEquals(38, s.nextShort(5)); in test_nextShortI()1902 s.nextShort(5); in test_nextShortI()1910 s.nextShort(10); in test_nextShortI()1922 s.nextShort(10); in test_nextShortI()1928 assertEquals(23456, s.nextShort(10)); in test_nextShortI()1929 assertEquals(23456, s.nextShort(10)); in test_nextShortI()1937 s.nextShort(10); in test_nextShortI()[all …]
528 filterWriter.putNextShort(returnValueReader.nextShort()); in transform()583 arguments[i] = reader.nextShort(); in transform()741 case 'S': { o = reader.nextShort(); break; } in referenceArray()759 case 'S': { arityArray[i] = reader.nextShort(); break; } in intArray()778 case 'S': { arityArray[i] = reader.nextShort(); break; } in longArray()805 case 'S': { arityArray[i] = reader.nextShort(); break; } in shortArray()853 case 'S': { arityArray[i] = reader.nextShort(); break; } in floatArray()874 case 'S': { arityArray[i] = reader.nextShort(); break; } in doubleArray()941 case 'S': { writer.putNextShort(reader.nextShort()); break; } in copyParameter()1404 array[i] = reader.nextShort(); in transform()[all …]
50 assertEquals((short) 42, reader.nextShort()); in testReaderWriter_allParamTypes()83 assertEquals((short) 52, reader.nextShort()); in testReaderWriter_allReturnTypes()
401 writer.putNextShort(reader.nextShort()); in copyNext()509 public short nextShort() { in nextShort() method in EmulatedStackFrame.StackFrameReader
1968 public short nextShort() { in nextShort() method in Scanner1969 return nextShort(defaultRadix); in nextShort()1998 public short nextShort(int radix) { in nextShort() method in Scanner