Home
last modified time | relevance | path

Searched refs:minByte (Results 1 – 25 of 93) sorted by relevance

1234

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Formatter/
H A DBasicShort.java630 test("%010o", "0000177600", minByte); in test()
631 test("%-10o", "177600 ", minByte); in test()
632 test("%#10o", " 0177600", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
700 test("%010x", "000000ff80", minByte); in test()
701 test("%-10x", "ff80 ", minByte); in test()
702 test("%#10x", " 0xff80", minByte); in test()
703 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
H A DBasicByte.java621 test("%010o", "0000000200", minByte); in test()
622 test("%-10o", "200 ", minByte); in test()
623 test("%#10o", " 0200", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
689 test("%010x", "0000000080", minByte); in test()
690 test("%-10x", "80 ", minByte); in test()
691 test("%#10x", " 0x80", minByte); in test()
692 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicLong.java521 long minByte = Byte.MIN_VALUE; // -128 in test() local
652 test("%024o", "001777777777777777777600", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
740 test("%018x", "00ffffffffffffff80", minByte); in test()
741 test("%-18x", "ffffffffffffff80 ", minByte); in test()
742 test("%#20x", " 0xffffffffffffff80", minByte); in test()
743 test("%0#20x", "0x00ffffffffffffff80", minByte); in test()
744 test("%#20X", " 0XFFFFFFFFFFFFFF80", minByte); in test()
[all …]
H A DBasicInt.java521 int minByte = Byte.MIN_VALUE; // -128 in test() local
638 test("%014o", "00037777777600", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
720 test("%010x", "00ffffff80", minByte); in test()
721 test("%-10x", "ffffff80 ", minByte); in test()
722 test("%#10x", "0xffffff80", minByte); in test()
723 test("%0#12x","0x00ffffff80", minByte); in test()
724 test("%#12X", " 0XFFFFFF80", minByte); in test()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Formatter/
H A DBasicByte.java621 test("%010o", "0000000200", minByte); in test()
622 test("%-10o", "200 ", minByte); in test()
623 test("%#10o", " 0200", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
689 test("%010x", "0000000080", minByte); in test()
690 test("%-10x", "80 ", minByte); in test()
691 test("%#10x", " 0x80", minByte); in test()
692 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java630 test("%010o", "0000177600", minByte); in test()
631 test("%-10o", "177600 ", minByte); in test()
632 test("%#10o", " 0177600", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
700 test("%010x", "000000ff80", minByte); in test()
701 test("%-10x", "ff80 ", minByte); in test()
702 test("%#10x", " 0xff80", minByte); in test()
703 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
H A DBasicInt.java521 int minByte = Byte.MIN_VALUE; // -128 in test() local
638 test("%014o", "00037777777600", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
720 test("%010x", "00ffffff80", minByte); in test()
721 test("%-10x", "ffffff80 ", minByte); in test()
722 test("%#10x", "0xffffff80", minByte); in test()
723 test("%0#12x","0x00ffffff80", minByte); in test()
724 test("%#12X", " 0XFFFFFF80", minByte); in test()
[all …]
H A DBasicLong.java521 long minByte = Byte.MIN_VALUE; // -128 in test() local
652 test("%024o", "001777777777777777777600", minByte); in test()
667 minByte); in test()
669 minByte); in test()
671 minByte); in test()
740 test("%018x", "00ffffffffffffff80", minByte); in test()
741 test("%-18x", "ffffffffffffff80 ", minByte); in test()
742 test("%#20x", " 0xffffffffffffff80", minByte); in test()
743 test("%0#20x", "0x00ffffffffffffff80", minByte); in test()
744 test("%#20X", " 0XFFFFFFFFFFFFFF80", minByte); in test()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Formatter/
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
H A DBasicInt.java526 int minByte = Byte.MIN_VALUE; // -128 in test() local
661 test("%014o", "00037777777600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
743 test("%010x", "00ffffff80", minByte); in test()
744 test("%-10x", "ffffff80 ", minByte); in test()
745 test("%#10x", "0xffffff80", minByte); in test()
746 test("%0#12x","0x00ffffff80", minByte); in test()
747 test("%#12X", " 0XFFFFFF80", minByte); in test()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Formatter/
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Formatter/
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Formatter/
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Formatter/
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Formatter/
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Formatter/
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Formatter/
H A DBasicByte.java644 test("%010o", "0000000200", minByte); in test()
645 test("%-10o", "200 ", minByte); in test()
646 test("%#10o", " 0200", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
712 test("%010x", "0000000080", minByte); in test()
713 test("%-10x", "80 ", minByte); in test()
714 test("%#10x", " 0x80", minByte); in test()
715 test("%0#10x","0x00000080", minByte); in test()
[all …]
H A DBasicShort.java653 test("%010o", "0000177600", minByte); in test()
654 test("%-10o", "177600 ", minByte); in test()
655 test("%#10o", " 0177600", minByte); in test()
690 minByte); in test()
692 minByte); in test()
694 minByte); in test()
723 test("%010x", "000000ff80", minByte); in test()
724 test("%-10x", "ff80 ", minByte); in test()
725 test("%#10x", " 0xff80", minByte); in test()
726 test("%0#10x","0x0000ff80", minByte); in test()
[all …]

1234