Home
last modified time | relevance | path

Searched refs:correctResults (Results 1 – 6 of 6) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/test/
H A Dgziptest.cpp37 void checkResults(const string& file, const vector<string>& correctResults) in checkResults() argument
39 if(correctResults.size() == 0) in checkResults()
67 if(results.size() != correctResults.size()) in checkResults()
69 …cout << "Incorrect number of outputs (" << results.size() << " vs " << correctResults.size() << ")… in checkResults()
74 if(results[i] != correctResults[i]) in checkResults()
76 cout << file << " match failure: " << results[i] << " != " << correctResults[i] << "\n"; in checkResults()
131 vector<string> correctResults; //read from file in gziptest() local
144 checkResults(filepath, correctResults); in gziptest()
145 correctResults.clear(); in gziptest()
168 correctResults.push_back(can); in gziptest()
[all …]
H A Daddhtest.cpp133 vector<string> correctResults; //read from file in addhtest() local
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dkde_test.cpp968 size_t correctResults = 0; variable
974 ++correctResults;
1021 size_t correctResults = 0; variable
1027 ++correctResults;
1074 size_t correctResults = 0; variable
1080 ++correctResults;
1127 size_t correctResults = 0; variable
1133 ++correctResults;
1186 ++correctResults;
1239 ++correctResults;
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/barcode/misc/java/test/
H A DBarcodeDetectorTest.java37 …final String[] correctResults = {"9787122276124", "9787118081473", "9787564350840", "978331920006… in testDetectAndDecode() local
42 if (correctResults[j].equals(infos.get(i))) { in testDetectAndDecode()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/TimeHandling/
H A DTimeRange_T.cpp1198 std::string correctResults[]= in printfTest() local
1214 testFramework.assert( (printfOutputStream.str() == correctResults[i]), in printfTest()
1259 std::string correctResults[]= in dumpTest() local
1275 testFramework.assert( (dumpOutputStream.str() == correctResults[i]), in dumpTest()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c15492 CFMutableArrayRef correctResults; // Operation results that were expected. member
15785 obj->correctResults = CFArrayCreateMutable( NULL, 0, &kCFTypeArrayCallBacks ); in _DotLocalSubtestCreate()
15786 require_action( obj->correctResults, exit, err = kNoMemoryErr ); in _DotLocalSubtestCreate()
15810 ForgetCF( &inSubtest->correctResults ); in _DotLocalSubtestFree()
16295 array = subtest->needDNSv4 ? subtest->correctResults : subtest->duplicateResults; in _DotLocalTestGAICallback()
16302 array = subtest->needDNSv6 ? subtest->correctResults : subtest->duplicateResults; in _DotLocalTestGAICallback()
16333 array = subtest->needDNSv4 ? subtest->correctResults : subtest->duplicateResults; in _DotLocalTestGAICallback()
16338 array = subtest->needMDNSv4 ? subtest->correctResults : subtest->duplicateResults; in _DotLocalTestGAICallback()
16348 array = subtest->needDNSv6 ? subtest->correctResults : subtest->duplicateResults; in _DotLocalTestGAICallback()
16353 array = subtest->needMDNSv6 ? subtest->correctResults : subtest->duplicateResults; in _DotLocalTestGAICallback()
[all …]