Searched refs:testOutput (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt018llstar.py25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
H A Dt020fuzzy.py28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
H A Dt012lexerXML.py42 testOutput = unicode(open(outputPath).read(), 'utf-8')
44 success = (output == testOutput)
47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
/external/boringssl/src/ssl/test/runner/
H A Dtest_output.go23 // testOutput is a representation of Chromium's JSON test result format. See
25 type testOutput struct {
41 func newTestOutput() *testOutput {
42 return &testOutput{
52 func (t *testOutput) addResult(name, result string) {
67 func (t *testOutput) writeTo(name string) error {
/external/boringssl/src/util/
H A Dall_tests.go59 // testOutput is a representation of Chromium's JSON test result format. See
61 type testOutput struct {
97 func newTestOutput() *testOutput {
98 return &testOutput{
107 func (t *testOutput) addResult(name, result string) {
119 func (t *testOutput) writeTo(name string) error {
347 testOutput := newTestOutput()
358 testOutput.addResult(name, "CRASHED")
362 testOutput.addResult(name, "FAIL")
364 testOutput
[all...]
/external/openssh/
H A Dlogintest.c240 testOutput() function
250 } /* testOutput() */
297 if (be_verbose && !testOutput())
/external/google-breakpad/src/testing/test/
H A Dgmock_output_test.py157 def testOutput(self): member in class:GMockOutputTest
/external/googletest/googlemock/test/
H A Dgmock_output_test.py157 def testOutput(self): member in class:GMockOutputTest
/external/v8/testing/gmock/test/
H A Dgmock_output_test.py157 def testOutput(self): member in class:GMockOutputTest
/external/vogar/src/vogar/
H A DClassFileIndex.java89 public Set<File> suggestClasspaths(String testOutput) { argument
93 Matcher matcher = pattern.matcher(testOutput);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test.py278 def testOutput(self): member in class:GTestOutputTest
/external/googletest/googletest/test/
H A Dgtest_output_test.py279 def testOutput(self): member in class:GTestOutputTest
/external/protobuf/gtest/test/
H A Dgtest_output_test.py266 def testOutput(self): member in class:GTestOutputTest
/external/v8/testing/gtest/test/
H A Dgtest_output_test.py279 def testOutput(self): member in class:GTestOutputTest
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_output_test.py278 def testOutput(self): member in class:GTestOutputTest
/external/toolchain-utils/crosperf/
H A Dresults_report_unittest.py164 def testOutput(self): member in class:TextResultsReportTest

Completed in 1914 milliseconds