Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DRecord.java116 static final int OVERFLOW_OF_INT08 = (1 << 8); field
DHandshakeOutStream.java156 checkOverflow(i, Record.OVERFLOW_OF_INT08); in putInt8()
198 checkOverflow(b.length, Record.OVERFLOW_OF_INT08); in putBytes8()