/external/antlr/antlr-3.4/runtime/Python/tests/ |
t020fuzzy.py | 28 testOutput = open(outputPath).read() 30 success = (output == testOutput) 33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
t018llstar.py | 25 testOutput = open(outputPath).read() 27 success = (output == testOutput) 30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
|
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/boringssl/src/ssl/test/runner/ |
test_output.go | 23 // 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/ |
all_tests.go | 44 // testOutput is a representation of Chromium's JSON test result format. See 46 type testOutput struct { 61 func newTestOutput() *testOutput { 62 return &testOutput{ 71 func (t *testOutput) addResult(name, result string) { 83 func (t *testOutput) writeTo(name string) error { 238 testOutput := newTestOutput() 248 testOutput.addResult(name, "CRASHED") 252 testOutput.addResult(name, "FAIL") 254 testOutput.addResult(name, "PASS" [all...] |
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
UiAutomatorTestRunner.java | 233 public void print(TestResult result, long runTime, Bundle testOutput); 349 public void print(TestResult result, long runTime, Bundle testOutput) { 350 mPrinter.print(result, runTime, testOutput); 351 testOutput.putString(Instrumentation.REPORT_KEY_STREAMRESULT, 356 mAutomationSupport.sendStatus(Activity.RESULT_OK, testOutput); 379 public void print(TestResult result, long runTime, Bundle testOutput) {
|
/prebuilts/go/darwin-x86/src/runtime/race/ |
race_test.go | 43 testOutput, err := runTests() 45 t.Fatalf("Failed to run tests: %v\n%v", err, string(testOutput)) 47 reader := bufio.NewReader(bytes.NewReader(testOutput))
|
output_test.go | 19 func TestOutput(t *testing.T) {
|
/prebuilts/go/linux-x86/src/runtime/race/ |
race_test.go | 43 testOutput, err := runTests() 45 t.Fatalf("Failed to run tests: %v\n%v", err, string(testOutput)) 47 reader := bufio.NewReader(bytes.NewReader(testOutput))
|
output_test.go | 19 func TestOutput(t *testing.T) {
|
/external/pcre/dist/ |
RunTest.bat | 252 set testoutput=testoutput%1
variable 255 set testoutput=wintestoutput%1
variable 259 %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
262 echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
281 fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL
284 echo. failed comparison: fc /n %srcdir%\testdata\%testoutput% %2%bits%\%testoutput%
|
/external/vogar/src/vogar/ |
ClassFileIndex.java | 89 public Set<File> suggestClasspaths(String testOutput) { 93 Matcher matcher = pattern.matcher(testOutput);
|
/external/gmock/test/ |
gmock_output_test.py | 157 def testOutput(self):
|
/external/google-breakpad/src/testing/test/ |
gmock_output_test.py | 157 def testOutput(self):
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
test.go | 1011 a.testOutput = new(bytes.Buffer) 1023 fmt.Fprintf(a.testOutput, "FAIL\t%s [build failed]\n", a.p.ImportPath) 1099 a.testOutput.Write(out) 1101 fmt.Fprintf(a.testOutput, "ok \t%s\t%s%s\n", a.p.ImportPath, t, coveragePercentage(out)) 1107 a.testOutput.Write(out) 1110 fmt.Fprintf(a.testOutput, "%s\n", err) 1112 fmt.Fprintf(a.testOutput, "FAIL\t%s\t%s\n", a.p.ImportPath, t) [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
test.go | 1011 a.testOutput = new(bytes.Buffer) 1023 fmt.Fprintf(a.testOutput, "FAIL\t%s [build failed]\n", a.p.ImportPath) 1099 a.testOutput.Write(out) 1101 fmt.Fprintf(a.testOutput, "ok \t%s\t%s%s\n", a.p.ImportPath, t, coveragePercentage(out)) 1107 a.testOutput.Write(out) 1110 fmt.Fprintf(a.testOutput, "%s\n", err) 1112 fmt.Fprintf(a.testOutput, "FAIL\t%s\t%s\n", a.p.ImportPath, t) [all...] |
/external/valgrind/VEX/switchback/ |
binary_switchback.pl | 216 sub TestOutput { 336 $ok = TestOutput( \@sb_output, $N );
|
/prebuilts/go/darwin-x86/src/log/ |
log_test.go | 81 func TestOutput(t *testing.T) {
|
/prebuilts/go/linux-x86/src/log/ |
log_test.go | 81 func TestOutput(t *testing.T) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/ |
oauth2l_test.py | 59 def testOutput(self):
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_output_test.py | 278 def testOutput(self):
|
/external/gtest/test/ |
gtest_output_test.py | 278 def testOutput(self):
|
/external/protobuf/gtest/test/ |
gtest_output_test.py | 266 def testOutput(self):
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_output_test.py | 278 def testOutput(self):
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test.py | 278 def testOutput(self):
|