Home
last modified time | relevance | path

Searched refs:testResults (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go98 var testResults Results
99 if err := json.NewDecoder(testResultsFile).Decode(&testResults); err != nil {
106 for _, group := range testResults.Groups {
/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c384 static const char *testResults[] = { in TestBufferOverflow() local
411 if (testResults[idx] != NULL) { in TestBufferOverflow()
420 … if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) { in TestBufferOverflow()
422 … ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status)); in TestBufferOverflow()
/third_party/skia/tools/skqp/
Dfind_commit_with_best_gold_results.py69 testResults = json.load(urlopen(url))
76 for t in testResults:
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java286 String testResults[] = { in TestBufferOverflow() local
307 if (testResults[idx] != null) { in TestBufferOverflow()
316 if (testResults[idx] == null || ! testResults[idx].equals(match.getName())) { in TestBufferOverflow()
317 errln("Unexpectedly got " + match.getName() + " instead of " + testResults[idx] + in TestBufferOverflow()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java289 String testResults[] = { in TestBufferOverflow() local
310 if (testResults[idx] != null) { in TestBufferOverflow()
319 if (testResults[idx] == null || ! testResults[idx].equals(match.getName())) { in TestBufferOverflow()
320 errln("Unexpectedly got " + match.getName() + " instead of " + testResults[idx] + in TestBufferOverflow()
/third_party/icu/icu4c/source/test/letest/
Dtestdata.cpp633 TestResult testResults[] = variable
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp241 const TestResults &testResults, in WriteResultsFile() argument
266 if (!testResults.testArtifactPaths.empty()) in WriteResultsFile()
277 for (const std::string &testArtifactPath : testResults.testArtifactPaths) in WriteResultsFile()
300 fakeTestName.SetString(testResults.testArtifactsFakeTestName, allocator); in WriteResultsFile()
306 for (const auto &resultIter : testResults.results) in WriteResultsFile()
401 const TestResults &testResults, in WriteOutputFiles() argument
409 WriteResultsFile(interrupted, testResults, resultsFile, testSuiteName); in WriteOutputFiles()
451 TestResults *testResults, in TestEventListener() argument
456 mTestResults(testResults), in TestEventListener()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2883 TypeTestResultsSP testResults; member
2899 m_typeData[FP16].testResults = TypeTestResultsSP(new TypeTestResults<deFloat16>); in TestGroupBuilderBase()
2903 m_typeData[FP32].testResults = TypeTestResultsSP(new TypeTestResults<float>); in TestGroupBuilderBase()
2907 m_typeData[FP64].testResults = TypeTestResultsSP(new TypeTestResults<double>); in TestGroupBuilderBase()
3316 m_operationTestCaseBuilder.build(testCases, m_typeData[floatType].testResults, argumentsFromInput); in createOperationTests()
4113 m_testCaseBuilder.build(testCases, m_typeData[floatType].testResults, argumentsFromInput); in createOperationTests()
4150 m_testCaseBuilder.build(testCases, m_typeData[floatType].testResults, argumentsFromInput); in createOperationTests()