Home
last modified time | relevance | path

Searched defs:testOutput (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dtest_output.go25 type testOutput struct { struct
26 Version int `json:"version"`
27 Interrupted bool `json:"interrupted"`
28 PathDelimiter string `json:"path_delimiter"`
29 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`
30 NumFailuresByType map[string]int `json:"num_failures_by_type"`
31 Tests map[string]testResult `json:"tests"`
32 noneFailed bool
52 func (t *testOutput) addResult(name, result string) {
67 func (t *testOutput) writeTo(name string) error {
Drunner.go12207 func statusPrinter(doneChan chan *testOutput, statusChan chan statusMsg, total int) {
/external/boringssl/src/util/
Dall_tests.go65 type testOutput struct { struct
66 Version int `json:"version"`
67 Interrupted bool `json:"interrupted"`
68 PathDelimiter string `json:"path_delimiter"`
69 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`
70 NumFailuresByType map[string]int `json:"num_failures_by_type"`
71 Tests map[string]testResult `json:"tests"`
111 func (t *testOutput) addResult(name, result string) {
123 func (t *testOutput) writeTo(name string) error {
/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/google-breakpad/src/testing/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/vogar/src/vogar/
DClassFileIndex.java89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths()
/external/openssh/
Dlogintest.c240 testOutput() in testOutput() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test.py278 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/googletest/googletest/test/
Dgtest_output_test.py279 def testOutput(self): member in GTestOutputTest
/external/protobuf/gtest/test/
Dgtest_output_test.py266 def testOutput(self): member in GTestOutputTest
/external/v8/testing/gtest/test/
Dgtest_output_test.py279 def testOutput(self): member in GTestOutputTest
/external/toolchain-utils/crosperf/
Dresults_report_unittest.py164 def testOutput(self): member in TextResultsReportTest