/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 {
|
runner.go | [all...] |
/external/boringssl/src/util/ |
all_tests.go | 101 // testOutput is a representation of Chromium's JSON test result format. See 103 type testOutput struct { 118 func newTestOutput() *testOutput { 119 return &testOutput{ 128 func (t *testOutput) addResult(name, result string) { 140 func (t *testOutput) writeTo(name string) error { 260 testOutput := newTestOutput() 270 testOutput.addResult(name, "CRASHED") 274 testOutput.addResult(name, "FAIL") 276 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) {
|
/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%
|
README | 669 testoutput files. RunTest uses a file called testtry to hold the main output [all...] |
NON-AUTOTOOLS-BUILD | 213 that the output matches the corresponding testoutput files. There are
|
/external/openssh/ |
logintest.c | 240 testOutput() 250 } /* testOutput() */ 297 if (be_verbose && !testOutput())
|
/external/vogar/src/vogar/ |
ClassFileIndex.java | 89 public Set<File> suggestClasspaths(String testOutput) { 93 Matcher matcher = pattern.matcher(testOutput);
|
/external/google-breakpad/src/testing/test/ |
gmock_output_test.py | 157 def testOutput(self):
|
/external/valgrind/VEX/switchback/ |
binary_switchback.pl | 216 sub TestOutput { 336 $ok = TestOutput( \@sb_output, $N );
|
/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):
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test.py | 278 def testOutput(self):
|
/external/guava/guava-tests/test/com/google/common/io/ |
FilesSimplifyPathTest.java | 288 * done | tee testoutput
|
/external/pcre/dist/doc/html/ |
README.txt | 669 testoutput files. RunTest uses a file called testtry to hold the main output [all...] |
NON-AUTOTOOLS-BUILD.txt | 213 that the output matches the corresponding testoutput files. There are
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
BasicHtmlSanitizerTest.java | [all...] |