Home
last modified time | relevance | path

Searched refs:check_results (Results 1 – 17 of 17) 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.py226 check_results = {}
229 check_results['hostname__in'] = 'hostname'
235 check_results['labels__name__in'] = None
238 check_results['multiple_labels'] = None
246 check_results['status__in'] = None
250 check_results['aclgroup__name'] = None
253 check_results['aclgroup__users__login'] = None
257 check_results['locked'] = None
261 check_results=check_results)
1194 check_results = {}
[all …]
Djob.py83 check_results={'id__in': 'id', argument
101 check_results=check_results)
227 check_results={},
/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/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/tensorflow/tensorflow/python/ops/
Dstateful_random_ops_test.py94 def check_results(expected_normal, v1, v2): function
97 check_results(expected_normal1, *f())
98 check_results(expected_normal2, *f())
118 def check_results(expected_normal, v1, v2): function
121 check_results(expected_normal1, *f())
122 check_results(expected_normal2, *f())
/external/u-boot/test/trace/
Dtest-trace.sh30 check_results() { function
62 check_results ${tmp}
/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/ltp/testcases/kernel/sched/eas/
Dsched_boost.c119 static void check_results(void) in check_results() function
172 check_results(); in run()
/external/u-boot/test/fs/
Dfs-test.sh456 function check_results() { function
553 check_results ${OUT_FILE}_clean $MD5_FILE_FS $SMALL_FILE \
607 check_results $OUT_FILE $MD5_FILE_FS $SMALL_FILE $BIG_FILE
/external/autotest/site_utils/stable_images/
Dassign_stable_images_unittest.py293 def check_results(self, change_default): member in _TestUpdater
468 updater.check_results(change_default)
639 updater.check_results(False)
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c305 static void check_results(void) in check_results() function
386 check_results(); in do_test()