/external/boringssl/src/ssl/test/runner/ |
D | test_output.go | 25 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
|
D | runner.go | 14039 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/ |
D | all_tests.go | 66 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/ |
D | t020fuzzy.py | 28 testOutput = open(outputPath).read() 30 success = (output == testOutput) 33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
D | t018llstar.py | 25 testOutput = open(outputPath).read() 27 success = (output == testOutput) 30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
D | t012lexerXML.py | 42 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/ |
D | report.py | 177 testOutput = os.path.join(testInputs, 'test2_run.json') 178 with open(testOutput, 'r') as f:
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 177 testOutput = os.path.join(testInputs, 'test2_run.json') 178 with open(testOutput, 'r') as f:
|
/external/vogar/src/vogar/ |
D | ClassFileIndex.java | 89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths() argument 93 Matcher matcher = pattern.matcher(testOutput); in suggestClasspaths()
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|
/external/googletest/googlemock/test/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|
/external/v8/testing/gmock/test/ |
D | gmock_output_test.py | 157 def testOutput(self): member in GMockOutputTest
|
/external/protobuf/gtest/test/ |
D | gtest_output_test.py | 266 def testOutput(self): member in GTestOutputTest
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_output_test.py | 278 def testOutput(self): member in GTestOutputTest
|
/external/v8/testing/gtest/test/ |
D | gtest_output_test.py | 279 def testOutput(self): member in GTestOutputTest
|
/external/googletest/googletest/test/ |
D | gtest_output_test.py | 279 def testOutput(self): member in GTestOutputTest
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test.py | 278 def testOutput(self): member in GTestOutputTest
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_xent_test.py | 139 def testOutput(self): member in WeightedCrossEntropyTest
|
/external/toolchain-utils/crosperf/ |
D | results_report_unittest.py | 166 def testOutput(self): member in TextResultsReportTest
|
/external/tensorflow/tensorflow/python/eager/ |
D | backprop_test.py | 544 def testOutput(self): member in BackpropTest
|