Home
last modified time | relevance | path

Searched refs:test_results (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py53 def _parse_test_results(self, result_filename, test_results=None): argument
66 if test_results is None:
67 test_results = {}
70 return test_results
99 test_results[result] = test_results.get(result, 0) + 1
105 return test_results
236 test_results = {}
280 test_results[result] = test_results.get(result, 0) + 1
282 return test_results
431 test_results = {}
[all …]
/external/autotest/puppylab/
Dresults_mocker.py32 self.results_dir, self.test_results, self.host_keyval_dir)
35 if not os.path.exists(self.test_results):
36 os.makedirs(self.test_results)
39 assert(os.path.exists(self.test_results) and
53 self.test_results = os.path.join(results_dir, test_name)
63 self.test_status = os.path.join(self.test_results, 'status')
67 self.test_keyvals = os.path.join(self.test_results, 'keyval')
/external/autotest/client/site_tests/platform_GesturesRegressionTest/
Dplatform_GesturesRegressionTest.py52 self.test_results = {}
58 self.test_results[key.replace('/', '-')] = score
62 if self.test_results:
63 self.write_perf_keyval(self.test_results)
/external/autotest/server/cros/dynamic_suite/
Dsuite_unittest.py623 def mock_bug_filing(self, test_results): argument
636 test_predicates = test_results[0]
637 test_fallout = test_results[1]
670 test_results = self._createSuiteMockResults()
673 [test_results[0] + test_results[1]],
676 self.mock_bug_filing(test_results)
688 test_results = self._createSuiteMockResults(self.tmpdir)
691 [test_results[0] + test_results[1]],
713 test_results = self._createSuiteMockResults(will_file_bug=False)
716 [test_results[0] + test_results[1]],
[all …]
/external/v8/tools/
Drun-deopt-fuzzer.py445 test_results = {}
449 test_results[t.path] = MAX_DEOPT - int(line.split(" ")[-1])
451 if t.path not in test_results:
454 results_dict = dict((t.path, n) for (t, n) in test_results.iteritems())
463 max_deopt = test_results.get(t.path, 0)
/external/autotest/client/site_tests/security_ASLR/
Dsecurity_ASLR.py332 test_results = self.test_randomization(process)
333 full_results[process.get_name()] = test_results['results']
334 if not test_results['pass']:
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc120 template<class T> void ProcessReference(const T& test_results);
122 const T (&test_results)[n],
125 const T (&test_results)[n],
128 const T (&test_results)[n],
162 void RefFiles::ProcessReference(const T& test_results) { in ProcessReference() argument
163 WriteToFile(test_results); in ProcessReference()
164 ReadFromFileAndCompare(test_results); in ProcessReference()
168 void RefFiles::ProcessReference(const T (&test_results)[n], size_t length) { in ProcessReference()
169 WriteToFile(test_results, length); in ProcessReference()
170 ReadFromFileAndCompare(test_results, length); in ProcessReference()
[all …]
/external/chromium-trace/catapult/third_party/typ/typ/
Djson_results.py162 def _encode_multipart_form_data(attrs, test_results): argument
179 lines.append(json.dumps(test_results))
/external/opencv3/modules/ts/misc/
Dxls-report.py173 test_results = module_tests.setdefault((test.shortName(), test.param()), {})
175 test_results[configuration] = min(
176 test_results.get(configuration), new_result,
/external/chromium-trace/catapult/third_party/coverage/coverage.egg-info/
DSOURCES.txt144 tests/test_results.py