Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 20 of 20) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dtest_output.go25 type testOutput struct { struct
41 func newTestOutput() *testOutput {
42 return &testOutput{
52 func (t *testOutput) addResult(name, result string) { argument
67 func (t *testOutput) writeTo(name string) error { argument
Drunner.go14039 func statusPrinter(doneChan chan *testOutput, statusChan chan statusMsg, total int) { argument
14042 testOutput := newTestOutput()
14065 testOutput.addResult(msg.test.name, "UNIMPLEMENTED")
14069 testOutput.addResult(msg.test.name, "FAIL")
14076 testOutput.addResult(msg.test.name, "PASS")
14088 doneChan <- testOutput
14139 doneChan := make(chan *testOutput)
14207 testOutput := <-doneChan
14212 if err := testOutput.writeTo(*jsonOutput); err != nil {
14217 if !*allowUnimplemented && testOutput.NumFailuresByType["UNIMPLEMENTED"] > 0 {
[all …]
/external/boringssl/src/util/
Dall_tests.go66 type testOutput struct { struct
103 func newTestOutput() *testOutput {
104 return &testOutput{
113 func (t *testOutput) addResult(name, result string) { argument
125 func (t *testOutput) writeTo(name string) error { argument
453 testOutput := newTestOutput()
463 testOutput.addResult(test.longName(), "CRASHED")
468 testOutput.addResult(test.longName(), "FAIL")
471 testOutput.addResult(test.longName(), "PASS")
476 if err := testOutput.writeTo(*jsonOutput); err != nil {
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt020fuzzy.py28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt018llstar.py25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt012lexerXML.py42 testOutput = unicode(open(outputPath).read(), 'utf-8')
44 success = (output == testOutput)
47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
/external/google-benchmark/tools/gbench/
Dreport.py177 testOutput = os.path.join(testInputs, 'test2_run.json')
178 with open(testOutput, 'r') as f:
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py177 testOutput = os.path.join(testInputs, 'test2_run.json')
178 with open(testOutput, 'r') as f:
/external/vogar/src/vogar/
DClassFileIndex.java89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths() argument
93 Matcher matcher = pattern.matcher(testOutput); in suggestClasspaths()
/external/google-breakpad/src/testing/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/googletest/googlemock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/v8/testing/gmock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/protobuf/gtest/test/
Dgtest_output_test.py266 def testOutput(self): member in GTestOutputTest
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_output_test.py278 def testOutput(self): member in GTestOutputTest
/external/v8/testing/gtest/test/
Dgtest_output_test.py279 def testOutput(self): member in GTestOutputTest
/external/googletest/googletest/test/
Dgtest_output_test.py279 def testOutput(self): member in GTestOutputTest
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test.py278 def testOutput(self): member in GTestOutputTest
/external/tensorflow/tensorflow/python/ops/
Dnn_xent_test.py139 def testOutput(self): member in WeightedCrossEntropyTest
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py166 def testOutput(self): member in TextResultsReportTest
/external/tensorflow/tensorflow/python/eager/
Dbackprop_test.py544 def testOutput(self): member in BackpropTest