/external/autotest/cli/ |
D | action_common.py | 59 value, filters, check_results): argument 61 check_results[new_key] = None 63 del check_results[old_key] 66 def _convert_name_wildcard(self, key, value, filters, check_results): argument 70 self._convert_wildcard(key, new_key, value, filters, check_results) 73 def _convert_in_wildcard(self, key, value, filters, check_results): argument 77 self._convert_wildcard(key, new_key, value, filters, check_results) 80 def check_for_wildcard(self, filters, check_results): argument 86 filters, check_results) 92 filters, check_results) [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 | label.py | 106 check_results = {} 109 check_results['host__hostname__in'] = None 113 check_results['name__in'] = 'name' 117 check_results=check_results)
|
D | job.py | 85 check_results={'id__in': 'id', argument 103 check_results=check_results) 229 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/mesa3d/src/freedreno/computerator/examples/ |
D | test-opcodes.sh | 241 check_results() { function 287 f2f_asm $instr | ./computerator -g 1,1,1 | check_results 291 f2i_asm $instr | ./computerator -g 1,1,1 | check_results 295 i2i_asm $instr | ./computerator -g 1,1,1 | check_results
|
/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/python/ops/ |
D | stateful_random_ops_test.py | 163 def check_results(expected_normal, v): function 165 check_results(expected_normal, f(resetter)) 166 check_results(expected_normal, f(resetter)) 196 def check_results(expected_normal, v): function 198 check_results(expected_normal1, f(constructor)) 199 check_results(expected_normal2, f(constructor)) 282 def check_results(expected_normal, v1, v2): function 285 check_results(expected_normal1, *f()) 286 check_results(expected_normal2, *f())
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 401 check_name: str, check_results: t.Union[t.List[CheckResult], CheckResult], 409 if isinstance(check_results, CheckResult): 410 ok, output, autofix_commands = check_results 421 for subname, (ok, output, autofix) in check_results: 434 ok = all(x.ok for _, x in check_results)
|
D | check-presubmit | 401 check_name: str, check_results: t.Union[t.List[CheckResult], CheckResult], 409 if isinstance(check_results, CheckResult): 410 ok, output, autofix_commands = check_results 421 for subname, (ok, output, autofix) in check_results: 434 ok = all(x.ok for _, x in check_results)
|
/external/ltp/testcases/kernel/sched/eas/ |
D | sched_boost.c | 123 static void check_results(void) in check_results() function 194 check_results(); in run()
|
/external/autotest/site_utils/stable_images/ |
D | assign_stable_images_unittest.py | 293 def check_results(self, change_default): member in _TestUpdater 468 updater.check_results(change_default) 639 updater.check_results(False)
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_global_work_offsets.cpp | 46 int check_results( size_t threads[], size_t offsets[], cl_int outputA[], cl_int outputB[], cl_int o… in check_results() function 188 if( check_results( threads, offsets, outputA, outputB, outputC ) ) in test_global_work_offsets()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 305 static void check_results(void) in check_results() function 386 check_results(); in do_test()
|
/external/rust/crates/rayon/src/iter/ |
D | test.rs | 1078 fn check_results() { in check_results() function
|