Searched refs:nextByte (Results 1 – 11 of 11) sorted by relevance
1099 byte nextByte; in parse()1103 nextByte = (byte)derStrm.peekByte(); in parse()1104 if (nextByte == DerValue.tag_Integer) { in parse()1128 nextByte = (byte)derStrm.peekByte(); in parse()1129 if (nextByte == DerValue.tag_UtcTime) { in parse()1131 } else if (nextByte == DerValue.tag_GeneralizedTime) { in parse()1135 + " (tag=" + nextByte + ")"); in parse()1142 nextByte = (byte)derStrm.peekByte(); in parse()1143 if (nextByte == DerValue.tag_UtcTime) { in parse()1145 } else if (nextByte == DerValue.tag_GeneralizedTime) { in parse()[all …]
91 byte nextByte = (byte)derStrm.peekByte(); in init()93 if (((nextByte & 0x0c0) == 0x080) && in init()94 ((nextByte & 0x01f) == 0x000)) { in init()
463 int nextByte = derVal.data.peekByte(); in parse() local464 if ((byte)nextByte == DerValue.tag_UtcTime) { in parse()466 } else if ((byte)nextByte == DerValue.tag_GeneralizedTime) { in parse()
1389 assertEquals(123, s.nextByte(10)); in test_nextByteI()1390 assertEquals(126, s.nextByte(10)); in test_nextByteI()1392 s.nextByte(10); in test_nextByteI()1399 assertEquals(38, s.nextByte(5)); in test_nextByteI()1401 s.nextByte(5); in test_nextByteI()1409 s.nextByte(10); in test_nextByteI()1418 assertEquals(102, s.nextByte(10)); in test_nextByteI()1420 s.nextByte(5); in test_nextByteI()1424 assertEquals(126, s.nextByte(10)); in test_nextByteI()1427 assertEquals(12, s.nextByte(10)); in test_nextByteI()[all …]
633 if (scanner.nextByte(10) != 10) { in cacheTest2()693 Scanner::nextByte,1062 if (s.nextByte() != (byte)3) failCount++; in byteTest()1064 if (s.nextByte() != (byte)0) failCount++; in byteTest()1066 if (s.nextByte() != (byte)0) failCount++; in byteTest()1068 if (s.nextByte(16) != (byte)11)failCount++; in byteTest()1070 if (s.nextByte(16) != (byte)-11) failCount++; in byteTest()1072 if (s.nextByte() != (byte)12) failCount++; in byteTest()1074 if (s.nextByte() != (byte)44) failCount++; in byteTest()1076 if (s.nextByte() != (byte)-55) failCount++; in byteTest()[all …]
800 o = reader.nextByte(); in referenceArray()836 arityArray[i] = reader.nextByte(); in intArray()862 arityArray[i] = reader.nextByte(); in longArray()879 arityArray[i] = reader.nextByte(); in byteArray()899 arityArray[i] = reader.nextByte(); in shortArray()962 arityArray[i] = reader.nextByte(); in floatArray()994 arityArray[i] = reader.nextByte(); in doubleArray()1101 writer.putNextByte(reader.nextByte()); in copyParameter()1502 array[i] = reader.nextByte(); in transform()2168 writePrimitiveByteAs(writer, toBaseType, reader.nextByte()); in adaptArgument()[all …]
423 writer.putNextByte(reader.nextByte()); in copyNext()512 public byte nextByte() { in nextByte() method in EmulatedStackFrame.StackFrameReader
249 public static byte nextByte() { in nextByte() method in Rnd335 result[i] = Rnd.nextByte(); in byteArray()
1974 public byte nextByte() { in nextByte() method in Scanner1975 return nextByte(defaultRadix); in nextByte()2009 public byte nextByte(int radix) { in nextByte() method in Scanner
73 public byte nextByte() { in nextByte() method in BulkPutBuffer.MyRandom
14814 method public byte nextByte();14815 method public byte nextByte(int);