Lines Matching defs:expected
387 int expected = 0; in testCompareBytes() local
422 int expected = 0; in testCompareShorts() local
445 int expected = 0; in testCompareChars() local
480 int expected = 0; in testCompareInts() local
519 int expected = 0; in testCompareLongs() local
563 int expected = 0; in testCompareByteShort() local
590 int expected = 0; in testCompareByteChar() local
625 int expected = 0; in testCompareByteInt() local
661 int expected = 0; in testCompareShortByte() local
688 int expected = 0; in testCompareShortChar() local
723 int expected = 0; in testCompareShortInt() local
753 int expected = 0; in testCompareCharByte() local
782 int expected = 0; in testCompareCharShort() local
811 int expected = 0; in testCompareCharInt() local
847 int expected = 0; in testCompareIntByte() local
882 int expected = 0; in testCompareIntShort() local
909 int expected = 0; in testCompareIntChar() local
947 private static void expectEquals(int expected, int result) { in expectEquals()