Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.py25 testOutput = open(outputPath).read()
27 success = (output == testOutput)
30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt020fuzzy.py28 testOutput = open(outputPath).read()
30 success = (output == testOutput)
33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
Dt012lexerXML.py42 testOutput = unicode(open(outputPath).read(), 'utf-8')
44 success = (output == testOutput)
47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-morph.js51 testOutput = 0;
53 testOutput += a[3*(i*nx+i)+1];
D3d-raytrace.js441 testOutput = arrayToCanvasCommands(raytraceScene());
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-morph.js51 testOutput = 0;
53 testOutput += a[3*(i*nx+i)+1];
D3d-raytrace.js441 testOutput = arrayToCanvasCommands(raytraceScene());
/external/openssh/
Dlogintest.c240 testOutput() in testOutput() function
297 if (be_verbose && !testOutput()) in main()
/external/chromium/testing/gmock/test/
Dgmock_output_test.py157 def testOutput(self): member in GMockOutputTest
/external/protobuf/gtest/test/
Dgtest_output_test.py252 def testOutput(self): member in GTestOutputTest
/external/gtest/test/
Dgtest_output_test.py278 def testOutput(self): member in GTestOutputTest
/external/chromium/testing/gtest/test/
Dgtest_output_test.py278 def testOutput(self): member in GTestOutputTest