Home
last modified time | relevance | path

Searched defs:expectedInt (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DIntMathTest.java444 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local
465 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testBinomial() local
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java343 int expectedInt = (referenceByte & 0xFF); in testNewInput() local