Home
last modified time | relevance | path

Searched refs:expectedInt (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java291 int expectedInt = (referenceByte & 0xFF); in testNewInput() local
292 stillEqual = (expectedInt == input.read()); in testNewInput()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java479 int expectedInt = (referenceByte & 0xFF); in testNewInput() local
480 stillEqual = (expectedInt == input.read()); in testNewInput()
DNioByteStringTest.java550 int expectedInt = (referenceByte & 0xFF); in testNewInput() local
551 stillEqual = (expectedInt == input.read()); in testNewInput()