/external/python/cpython2/Lib/test/ |
D | test_xpickle.py | 137 test_values = [0.0, 7e-308, 6.626e-34, 0.1, 0.5, 139 test_proto0_values = test_values + [-x for x in test_values] 140 test_values = test_proto0_values + for_bin_protos + neg_for_bin_protos 148 for value in test_values:
|
D | test_cmath.py | 59 self.test_values = open(test_file) 62 self.test_values.close() 240 test_values = [0.01, 0.1, 0.2, 0.5, 0.9, 0.99] 243 unit_interval = test_values + [-x for x in test_values] + \ 247 positive = test_values + [1.] + [1./x for x in test_values]
|
D | test_grp.py | 23 def test_values(self): member in GroupDatabaseTestCase
|
D | test_pwd.py | 9 def test_values(self): member in PwdTest
|
D | mapping_tests.py | 153 def test_values(self): member in BasicTestMappingProtocol 334 def test_values(self): member in TestMappingProtocol 335 BasicTestMappingProtocol.test_values(self)
|
D | test_decimal.py | 601 test_values = { 606 for input, expected in test_values.items(): 690 test_values = [ 834 for fmt, d, result in test_values: 1339 test_values = [Decimal(sign*(2**m + n)) 1344 test_values.extend([ 1367 for value in test_values:
|
D | pickletester.py | 1055 test_values = [0.0, 4.94e-324, 1e-310, 7e-308, 6.626e-34, 0.1, 0.5, 1057 test_values = test_values + [-x for x in test_values] 1059 for value in test_values:
|
D | test_complex.py | 434 test_values = (1, 123.0, 10-19j, xcomplex(1+2j), 439 for y in test_values:
|
D | test_richcmp.py | 168 def test_values(self): member in NumberTest
|
D | test_math.py | 503 test_values = [ 524 for i, (vals, expected) in enumerate(test_values):
|
D | test_dict.py | 43 def test_values(self): member in DictTest
|
D | test_mailbox.py | 216 def test_values(self): member in TestMailbox
|
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/ |
D | arg_type.pass.cpp | 39 void test_values() in test_values() function 170 test_values<std::tuple<int, int>>(); in main() 171 test_values<std::pair<int, int>>(); in main() 172 test_values<std::array<int, 2>>(); in main()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_urlparse.c | 71 test_values (void *cls, in test_values() function 111 &test_values, in ahc_echo()
|
/external/autotest/server/ |
D | lab_status_unittest.py | 250 def _assert_lab_status(self, test_values, checker): argument 263 for s in test_values:
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 450 def test_values(self): member in SpinboxTest
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 476 def test_values(self): member in ComboboxTest
|