Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java106 int expectedInt = 0x0000abcd; in testFromBytes_copyOccurs() local
109 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()
114 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java106 int expectedInt = 0x0000abcd; in testFromBytes_copyOccurs() local
109 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()
114 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()
/external/guava/guava-tests/test/com/google/common/math/
DIntMathTest.java624 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local
625 assertEquals(expectedInt, IntMath.factorial(n)); in testFactorial()
644 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testBinomial() local
645 assertEquals(expectedInt, IntMath.binomial(n, k)); in testBinomial()
/external/guava/android/guava-tests/test/com/google/common/math/
DIntMathTest.java624 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local
625 assertEquals(expectedInt, IntMath.factorial(n)); in testFactorial()
644 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testBinomial() local
645 assertEquals(expectedInt, IntMath.binomial(n, k)); in testBinomial()
/external/protobuf/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()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java507 int expectedInt = (referenceByte & 0xFF); in testNewInput() local
508 stillEqual = (expectedInt == input.read()); in testNewInput()
DNioByteStringTest.java568 int expectedInt = (referenceByte & 0xFF); in testNewInput() local
569 stillEqual = (expectedInt == input.read()); in testNewInput()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java2434 int expectedInt; in TestNumericProperties() local
2437 expectedInt = -1; in TestNumericProperties()
2439 expectedInt = (int)values[i][2]; in TestNumericProperties()
2440 if (expectedInt < 0 || expectedInt != values[i][2]) { in TestNumericProperties()
2442 expectedInt = -2; in TestNumericProperties()
2446 expectedInt = (int)values[i][3]; in TestNumericProperties()
2449 if (nvInt != expectedInt) { in TestNumericProperties()
2451 + ") = " + nvInt + " should be " + expectedInt); in TestNumericProperties()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java2431 int expectedInt; in TestNumericProperties() local
2434 expectedInt = -1; in TestNumericProperties()
2436 expectedInt = (int)values[i][2]; in TestNumericProperties()
2437 if (expectedInt < 0 || expectedInt != values[i][2]) { in TestNumericProperties()
2439 expectedInt = -2; in TestNumericProperties()
2443 expectedInt = (int)values[i][3]; in TestNumericProperties()
2446 if (nvInt != expectedInt) { in TestNumericProperties()
2448 + ") = " + nvInt + " should be " + expectedInt); in TestNumericProperties()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2654 SType expectedInt = fValueId[0].bits(); in compareBytes() local
2655 ValueId expectedValueId = static_cast<ValueId>(expectedInt); in compareBytes()