/external/autotest/cli/ |
D | action_common.py | 57 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 …]
|
D | action_common_unittest.py | 89 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 …]
|
D | user.py | 77 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)
|
D | test.py | 91 check_results = {} 94 check_results['name__in'] = 'name' 98 check_results['experimental'] = None 102 check_results=check_results)
|
D | acl.py | 109 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)
|
D | label.py | 106 check_results = {} 109 check_results['host__hostname__in'] = None 113 check_results['name__in'] = 'name' 117 check_results=check_results)
|
D | host.py | 160 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)
|
D | job.py | 83 check_results={'id__in': 'id', argument 101 check_results=check_results) 227 check_results={},
|
/external/skqp/tests/ |
D | PathOpsLineIntersectionTest.cpp | 87 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/ |
D | PathOpsLineIntersectionTest.cpp | 87 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/ |
D | test_compare.py | 116 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/ |
D | mcmc_diagnostics_test.py | 280 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/ |
D | assign_stable_images_unittest.py | 475 def check_results(self, change_default): member in _TestUpdater 654 updater.check_results(change_default) 825 updater.check_results(False)
|