Home
last modified time | relevance | path

Searched refs:TestResults (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/common/
Dinter_process_time_ticks_converter_unittest.cc25 struct TestResults { struct
32 TestResults RunTest(const TestParams& params) { in RunTest()
49 TestResults results; in RunTest()
69 TestResults results = RunTest(p); in TEST()
83 TestResults results = RunTest(p); in TEST()
100 TestResults results = RunTest(p); in TEST()
120 TestResults results = RunTest(p); in TEST()
138 TestResults results = RunTest(p); in TEST()
154 TestResults results = RunTest(p); in TEST()
171 TestResults results = RunTest(p); in TEST()
[all …]
/external/chromium-trace/trace-viewer/src/base/
Dunittest.js13 var TestResults = { variable
164 this.results_ = TestResults.PENDING;
244 this.results_ = TestResults.PENDING;
268 if (test.result === TestResults.FAILED) {
273 this.results_ = TestResults.FAILED;
276 if (this.results_ === TestResults.PENDING)
277 this.results_ = TestResults.PASSED;
284 if ((this.results === TestResults.PASSED) && showCondensed_ &&
296 if (this.results === TestResults.PASSED) {
313 if (this.results === TestResults.PASSED)
[all …]
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm309 : m_testProcess (m_state, de::FilePath::join(getAppDocumentsDir(), "TestResults.qpa").getPath())