Home
last modified time | relevance | path

Searched refs:ssso (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/ice37/ice-3.7.2/ruby/test/Ice/operations/
H A DTwoways.rb555 test(ssso.length == 5)
556 test(ssso[0].length == 2)
557 test(ssso[0][0].length == 2)
559 test(ssso[1].length == 1)
561 test(ssso[2].length == 2)
564 test(ssso[3].length == 1)
566 test(ssso[4].length == 0)
568 test(ssso[0][0][1] == "de")
571 test(ssso[2][0][0] == "")
572 test(ssso[2][0][1] == "")
[all …]
/dports/devel/php-ice37/ice-3.7.2/ruby/test/Ice/operations/
H A DTwoways.rb555 test(ssso.length == 5)
556 test(ssso[0].length == 2)
557 test(ssso[0][0].length == 2)
559 test(ssso[1].length == 1)
561 test(ssso[2].length == 2)
564 test(ssso[3].length == 1)
566 test(ssso[4].length == 0)
568 test(ssso[0][0][1] == "de")
571 test(ssso[2][0][0] == "")
572 test(ssso[2][0][1] == "")
[all …]
/dports/devel/py-ice37/ice-3.7.2/ruby/test/Ice/operations/
H A DTwoways.rb555 test(ssso.length == 5)
556 test(ssso[0].length == 2)
557 test(ssso[0][0].length == 2)
559 test(ssso[1].length == 1)
561 test(ssso[2].length == 2)
564 test(ssso[3].length == 1)
566 test(ssso[4].length == 0)
568 test(ssso[0][0][1] == "de")
571 test(ssso[2][0][0] == "")
572 test(ssso[2][0][1] == "")
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/lambda/src/main/java/Ice/operations/lambda/
H A DTwowaysLambdaAMI.java633 test(ssso.length == 5); in response()
634 test(ssso[0].length == 2); in response()
635 test(ssso[0][0].length == 2); in response()
636 test(ssso[0][1].length == 1); in response()
637 test(ssso[1].length == 1); in response()
638 test(ssso[1][0].length == 1); in response()
639 test(ssso[2].length == 2); in response()
640 test(ssso[2][0].length == 2); in response()
641 test(ssso[2][1].length == 1); in response()
642 test(ssso[3].length == 1); in response()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/lambda/src/main/java/Ice/operations/lambda/
H A DTwowaysLambdaAMI.java633 test(ssso.length == 5); in response()
634 test(ssso[0].length == 2); in response()
635 test(ssso[0][0].length == 2); in response()
636 test(ssso[0][1].length == 1); in response()
637 test(ssso[1].length == 1); in response()
638 test(ssso[1][0].length == 1); in response()
639 test(ssso[2].length == 2); in response()
640 test(ssso[2][0].length == 2); in response()
641 test(ssso[2][1].length == 1); in response()
642 test(ssso[3].length == 1); in response()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/lambda/src/main/java/Ice/operations/lambda/
H A DTwowaysLambdaAMI.java633 test(ssso.length == 5); in response()
634 test(ssso[0].length == 2); in response()
635 test(ssso[0][0].length == 2); in response()
636 test(ssso[0][1].length == 1); in response()
637 test(ssso[1].length == 1); in response()
638 test(ssso[1][0].length == 1); in response()
639 test(ssso[2].length == 2); in response()
640 test(ssso[2][0].length == 2); in response()
641 test(ssso[2][1].length == 1); in response()
642 test(ssso[3].length == 1); in response()
[all …]
/dports/devel/ice37/ice-3.7.2/python/test/Ice/operations/
H A DTwoways.py708 test(len(ssso) == 5)
709 test(len(ssso[0]) == 2)
710 test(len(ssso[0][0]) == 2)
711 test(len(ssso[0][1]) == 1)
712 test(len(ssso[1]) == 1)
714 test(len(ssso[2]) == 2)
717 test(len(ssso[3]) == 1)
719 test(len(ssso[4]) == 0)
724 test(ssso[2][0][0] == "")
725 test(ssso[2][0][1] == "")
[all …]
/dports/devel/php-ice37/ice-3.7.2/js/test/typescript/Ice/operations/
H A DTwoways.ts630 test(ssso.length === 5);
631 test(ssso[0].length === 2);
632 test(ssso[0][0].length === 2);
634 test(ssso[1].length === 1);
636 test(ssso[2].length === 2);
639 test(ssso[3].length === 1);
641 test(ssso[4].length === 0);
643 test(ssso[0][0][1] === "de");
646 test(ssso[2][0][0] === "");
647 test(ssso[2][0][1] === "");
[all …]
/dports/devel/php-ice37/ice-3.7.2/python/test/Ice/operations/
H A DTwoways.py708 test(len(ssso) == 5)
709 test(len(ssso[0]) == 2)
710 test(len(ssso[0][0]) == 2)
711 test(len(ssso[0][1]) == 1)
712 test(len(ssso[1]) == 1)
714 test(len(ssso[2]) == 2)
717 test(len(ssso[3]) == 1)
719 test(len(ssso[4]) == 0)
724 test(ssso[2][0][0] == "")
725 test(ssso[2][0][1] == "")
[all …]
/dports/devel/ice37/ice-3.7.2/js/test/typescript/Ice/operations/
H A DTwoways.ts630 test(ssso.length === 5);
631 test(ssso[0].length === 2);
632 test(ssso[0][0].length === 2);
634 test(ssso[1].length === 1);
636 test(ssso[2].length === 2);
639 test(ssso[3].length === 1);
641 test(ssso[4].length === 0);
643 test(ssso[0][0][1] === "de");
646 test(ssso[2][0][0] === "");
647 test(ssso[2][0][1] === "");
[all …]
/dports/devel/py-ice37/ice-3.7.2/js/test/typescript/Ice/operations/
H A DTwoways.ts630 test(ssso.length === 5);
631 test(ssso[0].length === 2);
632 test(ssso[0][0].length === 2);
634 test(ssso[1].length === 1);
636 test(ssso[2].length === 2);
639 test(ssso[3].length === 1);
641 test(ssso[4].length === 0);
643 test(ssso[0][0][1] === "de");
646 test(ssso[2][0][0] === "");
647 test(ssso[2][0][1] === "");
[all …]
/dports/devel/py-ice37/ice-3.7.2/python/test/Ice/operations/
H A DTwoways.py708 test(len(ssso) == 5)
709 test(len(ssso[0]) == 2)
710 test(len(ssso[0][0]) == 2)
711 test(len(ssso[0][1]) == 1)
712 test(len(ssso[1]) == 1)
714 test(len(ssso[2]) == 2)
717 test(len(ssso[3]) == 1)
719 test(len(ssso[4]) == 0)
724 test(ssso[2][0][0] == "")
725 test(ssso[2][0][1] == "")
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DTwoways.cs622 string[][][] ssso; in twoways()
626 test(ssso.Length == 5); in twoways()
627 test(ssso[0].Length == 2); in twoways()
628 test(ssso[0][0].Length == 2); in twoways()
629 test(ssso[0][1].Length == 1); in twoways()
630 test(ssso[1].Length == 1); in twoways()
631 test(ssso[1][0].Length == 1); in twoways()
632 test(ssso[2].Length == 2); in twoways()
633 test(ssso[2][0].Length == 2); in twoways()
635 test(ssso[3].Length == 1); in twoways()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DTwoways.cs622 string[][][] ssso; in twoways()
626 test(ssso.Length == 5); in twoways()
627 test(ssso[0].Length == 2); in twoways()
628 test(ssso[0][0].Length == 2); in twoways()
629 test(ssso[0][1].Length == 1); in twoways()
630 test(ssso[1].Length == 1); in twoways()
631 test(ssso[1][0].Length == 1); in twoways()
632 test(ssso[2].Length == 2); in twoways()
633 test(ssso[2][0].Length == 2); in twoways()
635 test(ssso[3].Length == 1); in twoways()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DTwoways.cs622 string[][][] ssso; in twoways()
626 test(ssso.Length == 5); in twoways()
627 test(ssso[0].Length == 2); in twoways()
628 test(ssso[0][0].Length == 2); in twoways()
629 test(ssso[0][1].Length == 1); in twoways()
630 test(ssso[1].Length == 1); in twoways()
631 test(ssso[1][0].Length == 1); in twoways()
632 test(ssso[2].Length == 2); in twoways()
633 test(ssso[2][0].Length == 2); in twoways()
635 test(ssso[3].Length == 1); in twoways()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwoways.java686 test(ssso.value.length == 5); in twoways()
687 test(ssso.value[0].length == 2); in twoways()
688 test(ssso.value[0][0].length == 2); in twoways()
689 test(ssso.value[0][1].length == 1); in twoways()
690 test(ssso.value[1].length == 1); in twoways()
691 test(ssso.value[1][0].length == 1); in twoways()
692 test(ssso.value[2].length == 2); in twoways()
693 test(ssso.value[2][0].length == 2); in twoways()
694 test(ssso.value[2][1].length == 1); in twoways()
695 test(ssso.value[3].length == 1); in twoways()
[all …]
H A DTwowaysAMI.java892 test(ssso.length == 5); in response()
893 test(ssso[0].length == 2); in response()
894 test(ssso[0][0].length == 2); in response()
895 test(ssso[0][1].length == 1); in response()
896 test(ssso[1].length == 1); in response()
897 test(ssso[1][0].length == 1); in response()
898 test(ssso[2].length == 2); in response()
899 test(ssso[2][0].length == 2); in response()
900 test(ssso[2][1].length == 1); in response()
901 test(ssso[3].length == 1); in response()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/operations/
H A DTwoways.cpp778 Test::StringSSS ssso; in twoways() local
782 test(ssso.size() == 5); in twoways()
783 test(ssso[0].size() == 2); in twoways()
786 test(ssso[1].size() == 1); in twoways()
788 test(ssso[2].size() == 2); in twoways()
791 test(ssso[3].size() == 1); in twoways()
793 test(ssso[4].size() == 0); in twoways()
795 test(ssso[0][0][1] == "de"); in twoways()
798 test(ssso[2][0][0] == ""); in twoways()
799 test(ssso[2][0][1] == ""); in twoways()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwoways.java686 test(ssso.value.length == 5); in twoways()
687 test(ssso.value[0].length == 2); in twoways()
688 test(ssso.value[0][0].length == 2); in twoways()
689 test(ssso.value[0][1].length == 1); in twoways()
690 test(ssso.value[1].length == 1); in twoways()
691 test(ssso.value[1][0].length == 1); in twoways()
692 test(ssso.value[2].length == 2); in twoways()
693 test(ssso.value[2][0].length == 2); in twoways()
694 test(ssso.value[2][1].length == 1); in twoways()
695 test(ssso.value[3].length == 1); in twoways()
[all …]
H A DTwowaysAMI.java892 test(ssso.length == 5); in response()
893 test(ssso[0].length == 2); in response()
894 test(ssso[0][0].length == 2); in response()
895 test(ssso[0][1].length == 1); in response()
896 test(ssso[1].length == 1); in response()
897 test(ssso[1][0].length == 1); in response()
898 test(ssso[2].length == 2); in response()
899 test(ssso[2][0].length == 2); in response()
900 test(ssso[2][1].length == 1); in response()
901 test(ssso[3].length == 1); in response()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/operations/
H A DTwoways.cpp778 Test::StringSSS ssso; in twoways() local
782 test(ssso.size() == 5); in twoways()
783 test(ssso[0].size() == 2); in twoways()
786 test(ssso[1].size() == 1); in twoways()
788 test(ssso[2].size() == 2); in twoways()
791 test(ssso[3].size() == 1); in twoways()
793 test(ssso[4].size() == 0); in twoways()
795 test(ssso[0][0][1] == "de"); in twoways()
798 test(ssso[2][0][0] == ""); in twoways()
799 test(ssso[2][0][1] == ""); in twoways()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/operations/
H A DTwoways.cpp778 Test::StringSSS ssso; in twoways() local
782 test(ssso.size() == 5); in twoways()
783 test(ssso[0].size() == 2); in twoways()
786 test(ssso[1].size() == 1); in twoways()
788 test(ssso[2].size() == 2); in twoways()
791 test(ssso[3].size() == 1); in twoways()
793 test(ssso[4].size() == 0); in twoways()
795 test(ssso[0][0][1] == "de"); in twoways()
798 test(ssso[2][0][0] == ""); in twoways()
799 test(ssso[2][0][1] == ""); in twoways()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwoways.java686 test(ssso.value.length == 5); in twoways()
687 test(ssso.value[0].length == 2); in twoways()
688 test(ssso.value[0][0].length == 2); in twoways()
689 test(ssso.value[0][1].length == 1); in twoways()
690 test(ssso.value[1].length == 1); in twoways()
691 test(ssso.value[1][0].length == 1); in twoways()
692 test(ssso.value[2].length == 2); in twoways()
693 test(ssso.value[2][0].length == 2); in twoways()
694 test(ssso.value[2][1].length == 1); in twoways()
695 test(ssso.value[3].length == 1); in twoways()
[all …]
H A DTwowaysAMI.java892 test(ssso.length == 5); in response()
893 test(ssso[0].length == 2); in response()
894 test(ssso[0][0].length == 2); in response()
895 test(ssso[0][1].length == 1); in response()
896 test(ssso[1].length == 1); in response()
897 test(ssso[1][0].length == 1); in response()
898 test(ssso[2].length == 2); in response()
899 test(ssso[2][0].length == 2); in response()
900 test(ssso[2][1].length == 1); in response()
901 test(ssso[3].length == 1); in response()
[all …]
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/operations/
H A DTwoways.m771 TestOperationsMutableStringSSS *ssso;
774 rsso = [p opStringSSS:sssi1 p2:sssi2 p3:&ssso];
776 test([ssso count] == 5);
777 test([[ssso objectAtIndex:0] count] == 2);
778 test([[[ssso objectAtIndex:0] objectAtIndex:0] count] == 2);
779 test([[[ssso objectAtIndex:0] objectAtIndex:1] count] == 1);
780 test([[ssso objectAtIndex:1] count] == 1);
781 test([[[ssso objectAtIndex:1] objectAtIndex:0] count] == 1);
782 test([[ssso objectAtIndex:2] count] == 2);
785 test([[ssso objectAtIndex:3] count] == 1);
[all …]

123