Home
last modified time | relevance | path

Searched refs:resultLines (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/icu-lx/icu/source/test/intltest/
H A Dnumbertest_permutation.cpp106 std::vector<UnicodeString> resultLines; in testPermutations() local
107 resultLines.push_back(u"# © 2019 and later: Unicode, Inc. and others."); in testPermutations()
108 resultLines.push_back(u"# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations()
109 resultLines.push_back(UnicodeString()); in testPermutations()
131 resultLines.push_back(skeleton); in testPermutations()
137 resultLines.push_back(UnicodeString(u" ").append(locData.ustring)); in testPermutations()
139 resultLines.push_back(UnicodeString(u" ").append( in testPermutations()
144 resultLines.push_back(UnicodeString()); in testPermutations()
152 infoln(u"Quick mode: stopped after " + Int64ToUnicodeString(resultLines.size()) + in testPermutations()
173 for (const auto& actualLine : resultLines) { in testPermutations()
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Dnumbertest_permutation.cpp106 std::vector<UnicodeString> resultLines; in testPermutations() local
107 resultLines.push_back(u"# © 2019 and later: Unicode, Inc. and others."); in testPermutations()
108 resultLines.push_back(u"# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations()
109 resultLines.push_back(UnicodeString()); in testPermutations()
131 resultLines.push_back(skeleton); in testPermutations()
137 resultLines.push_back(UnicodeString(u" ").append(locData.ustring)); in testPermutations()
139 resultLines.push_back(UnicodeString(u" ").append( in testPermutations()
144 resultLines.push_back(UnicodeString()); in testPermutations()
152 infoln(u"Quick mode: stopped after " + Int64ToUnicodeString(resultLines.size()) + in testPermutations()
173 for (const auto& actualLine : resultLines) { in testPermutations()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/
H A DDistributedFSCheck.java272 Vector<String> resultLines = new Vector<String>(); in analyzeResult() local
273 resultLines.add( "----- DistributedFSCheck ----- : "); in analyzeResult()
275 resultLines.add( " Total number of blocks: " + blocks); in analyzeResult()
276 resultLines.add( " Total number of files: " + nrFiles); in analyzeResult()
279 int nrBadFilesPos = resultLines.size(); in analyzeResult()
283 resultLines.add(""); in analyzeResult()
287 resultLines.add(curBlock); in analyzeResult()
296 resultLines.add(""); in analyzeResult()
297 resultLines.add("----- Performance ----- : "); in analyzeResult()
307 for(int i = 0; i < resultLines.size(); i++) { in analyzeResult()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/
H A DDistributedFSCheck.java314 Vector<String> resultLines = new Vector<String>(); in analyzeResult() local
315 resultLines.add( "----- DistributedFSCheck ----- : "); in analyzeResult()
317 resultLines.add( " Total number of blocks: " + blocks); in analyzeResult()
318 resultLines.add( " Total number of files: " + nrFiles); in analyzeResult()
321 int nrBadFilesPos = resultLines.size(); in analyzeResult()
325 resultLines.add(""); in analyzeResult()
329 resultLines.add(curBlock); in analyzeResult()
338 resultLines.add(""); in analyzeResult()
339 resultLines.add("----- Performance ----- : "); in analyzeResult()
349 for(int i = 0; i < resultLines.size(); i++) { in analyzeResult()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/wince/
H A Dclean_vcp.py19 resultLines = [] variable
35 resultLines = resultLines[:empty_if_start] variable
41 empty_if_start = len(resultLines)
44 resultLines.append(line)
48 open(vsp_filename, "w").write("".join(resultLines))
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/wince/
H A Dclean_vcp.py19 resultLines = [] variable
35 resultLines = resultLines[:empty_if_start] variable
41 empty_if_start = len(resultLines)
44 resultLines.append(line)
48 open(vsp_filename, "w").write("".join(resultLines))
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/ast/
H A Dpretty_test.go86 resultLines := strings.Split(result, "\n")
89 minLines := len(resultLines)
95 if resultLines[i] != expectedLines[i] {
96 t.Fatalf("Expected line %d to be:\n\n%q\n\nGot:\n\n%q", i, expectedLines[i], resultLines[i])
100 if len(resultLines) != len(expectedLines) {
101 t.Fatalf("Expected:\n\n%v\n\nGot:\n\n%v", expectedLines, resultLines)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/ast/
H A Dpretty_test.go86 resultLines := strings.Split(result, "\n")
89 minLines := len(resultLines)
95 if resultLines[i] != expectedLines[i] {
96 t.Fatalf("Expected line %d to be:\n\n%q\n\nGot:\n\n%q", i, expectedLines[i], resultLines[i])
100 if len(resultLines) != len(expectedLines) {
101 t.Fatalf("Expected:\n\n%v\n\nGot:\n\n%v", expectedLines, resultLines)
/dports/sysutils/py-pywatchman/watchman-4.9.0/tests/
H A Dchildproc.cpp60 std::vector<std::string> resultLines; in test_pipe_input() local
61 w_string_piece(outputs.first).split(resultLines, '\n'); in test_pipe_input()
62 ok(resultLines.size() == 3, "got three lines of output"); in test_pipe_input()
63 ok(resultLines == expected, "got all input lines"); in test_pipe_input()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/variant/
H A DVcfUtilsUnitTest.java40 Set<VCFHeaderLine> resultLines = VcfUtils.updateHeaderContigLines( in testUpdateContigsReferenceNameOnly() local
44 Assert.assertEquals(resultLines.size(), referencePath == null ? 2 : 3); in testUpdateContigsReferenceNameOnly()
45 for (VCFHeaderLine resultLine : resultLines) { in testUpdateContigsReferenceNameOnly()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/AutoTest/
H A DMain.cpp88 auto resultLines = ReadLines(resultStream); in GetTestResult() local
91 if(resultLines.size() != expectedLines.size()) return result; in GetTestResult()
93 for(unsigned int i = 0; i < resultLines.size(); i++) in GetTestResult()
95 if(resultLines[i] != expectedLines[i]) in GetTestResult()
99 lineDiff.result = resultLines[i]; in GetTestResult()
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/top/
H A Dtop_node_test.go344 resultLines := strings.Split(result, "\n")
345 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
347 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
414 resultLines := strings.Split(result, "\n")
415 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
417 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
712 resultLines := strings.Split(result, "\n")
713 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
715 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
798 resultLines := strings.Split(result, "\n")
[all …]
H A Dtop_pod_test.go254 resultLines := strings.Split(result, "\n")
255 …resultPods := make([]string, len(resultLines)-2) // don't process first (header) and last (empty) …
257 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
436 resultLines := strings.Split(result, "\n")
437 …resultPods := make([]string, len(resultLines)-2) // don't process first (header) and last (empty) …
439 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
769 resultLines := strings.Split(result, "\n")
770 …resultPods := make([]string, len(resultLines)-2) // don't process first (header) and last (empty) …
772 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/top/
H A Dtop_node_test.go328 resultLines := strings.Split(result, "\n")
329 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
331 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
414 resultLines := strings.Split(result, "\n")
415 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
417 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/top/
H A Dtop_node_test.go328 resultLines := strings.Split(result, "\n")
329 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
331 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
414 resultLines := strings.Split(result, "\n")
415 …resultNodes := make([]string, len(resultLines)-2) // don't process first (header) and last (empty)…
417 …for i, line := range resultLines[1 : len(resultLines)-1] { // don't process first (header) and las…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/jaxp/transform/sort/
H A DSortTest.java117 String[] resultLines = out.split("\n"); in testTransform() local
123 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/jaxp/transform/sort/
H A DSortTest.java117 String[] resultLines = out.split("\n"); in testTransform() local
123 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/sort/
H A DSortTest.java121 String[] resultLines = out.split("\n"); in testTransform() local
126 Assert.assertEquals(resultLines[i++].trim(), line.trim()); in testTransform()

12