Home
last modified time | relevance | path

Searched refs:check_results (Results 1 – 13 of 13) sorted by relevance

/external/autotest/cli/
Daction_common.py57 value, filters, check_results): argument
59 check_results[new_key] = None
61 del check_results[old_key]
64 def _convert_name_wildcard(self, key, value, filters, check_results): argument
68 self._convert_wildcard(key, new_key, value, filters, check_results)
71 def _convert_in_wildcard(self, key, value, filters, check_results): argument
75 self._convert_wildcard(key, new_key, value, filters, check_results)
78 def check_for_wildcard(self, filters, check_results): argument
84 filters, check_results)
90 filters, check_results)
[all …]
Daction_common_unittest.py89 def _atest_list_execute(self, filters={}, check_results={}): argument
110 check_results=check_results))
122 check_results = {}
124 check_results['name__in'] = 'name'
125 (out, err) = self._atest_list_execute(filters, check_results)
131 check_results = {}
133 check_results['name__in'] = 'name'
134 (out, err) = self._atest_list_execute(filters, check_results)
140 check_results = {}
142 check_results['name__in'] = None
[all …]
Duser.py77 check_results = {}
80 check_results['aclgroup__name__in'] = None
84 check_results['access_level__in'] = None
88 check_results['login__in'] = 'login'
92 check_results=check_results)
Dtest.py91 check_results = {}
94 check_results['name__in'] = 'name'
98 check_results['experimental'] = None
102 check_results=check_results)
Dacl.py109 check_results = {}
112 check_results['name__in'] = 'name'
116 check_results['users__login'] = None
120 check_results['hosts__hostname'] = None
125 check_results=check_results)
Dlabel.py106 check_results = {}
109 check_results['host__hostname__in'] = None
113 check_results['name__in'] = 'name'
117 check_results=check_results)
Dhost.py160 check_results = {}
163 check_results['hostname__in'] = 'hostname'
169 check_results['labels__name__in'] = None
172 check_results['multiple_labels'] = None
180 check_results['status__in'] = None
184 check_results['aclgroup__name'] = None
187 check_results['aclgroup__users__login'] = None
191 check_results['locked'] = None
195 check_results=check_results)
Djob.py83 check_results={'id__in': 'id', argument
101 check_results=check_results)
227 check_results={},
/external/skqp/tests/
DPathOpsLineIntersectionTest.cpp87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in check_results() function
116 check_results(reporter, line1, line2, i, nearAllowed); in testOne()
125 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
132 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
139 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
146 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
159 check_results(reporter, line1, line2, ts, false); in testOneCoincident()
170 check_results(reporter, line2, line1, ts, false); in testOneCoincident()
179 check_results(reporter, line1, line2, ts, false); in testOneCoincident()
188 check_results(reporter, line2, line1, ts, false); in testOneCoincident()
[all …]
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in check_results() function
116 check_results(reporter, line1, line2, i, nearAllowed); in testOne()
125 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
132 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
139 check_results(reporter, line2, line1, ts, nearAllowed); in testOne()
146 check_results(reporter, line1, line2, ts, nearAllowed); in testOne()
159 check_results(reporter, line1, line2, ts, false); in testOneCoincident()
170 check_results(reporter, line2, line1, ts, false); in testOneCoincident()
179 check_results(reporter, line1, line2, ts, false); in testOneCoincident()
188 check_results(reporter, line2, line1, ts, false); in testOneCoincident()
[all …]
/external/python/cpython2/Lib/bsddb/test/
Dtest_compare.py116 self.check_results(expected)
119 def check_results(self, expected) : member in AbstractBtreeKeyCompareTestCase
177 def check_results(self, results) : member in BtreeExceptionsTestCase
301 self.check_results(expected)
304 def check_results(self, expected) : member in AbstractDuplicateCompareTestCase
351 def check_results(self, results) : member in DuplicateExceptionsTestCase
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
Dmcmc_diagnostics_test.py280 def check_results(self, state_, independent_chain_shape, should_pass): member in _PotentialScaleReductionTest
315 self.check_results(state_, independent_chain_shape, should_pass=True)
349 self.check_results(state_, independent_chain_shape, should_pass=False)
/external/autotest/site_utils/stable_images/
Dassign_stable_images_unittest.py475 def check_results(self, change_default): member in _TestUpdater
654 updater.check_results(change_default)
825 updater.check_results(False)