Lines Matching defs:expected
368 int expected = 0; in testCompareBytes() local
403 int expected = 0; in testCompareShorts() local
426 int expected = 0; in testCompareChars() local
461 int expected = 0; in testCompareInts() local
500 int expected = 0; in testCompareLongs() local
544 int expected = 0; in testCompareByteShort() local
571 int expected = 0; in testCompareByteChar() local
606 int expected = 0; in testCompareByteInt() local
642 int expected = 0; in testCompareShortByte() local
669 int expected = 0; in testCompareShortChar() local
704 int expected = 0; in testCompareShortInt() local
734 int expected = 0; in testCompareCharByte() local
763 int expected = 0; in testCompareCharShort() local
792 int expected = 0; in testCompareCharInt() local
828 int expected = 0; in testCompareIntByte() local
863 int expected = 0; in testCompareIntShort() local
890 int expected = 0; in testCompareIntChar() local
928 private static void expectEquals(int expected, int result) { in expectEquals()