Home
last modified time | relevance | path

Searched refs:test_values (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_xpickle.py137 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:
Dtest_cmath.py59 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]
Dtest_grp.py23 def test_values(self): member in GroupDatabaseTestCase
Dtest_pwd.py9 def test_values(self): member in PwdTest
Dmapping_tests.py153 def test_values(self): member in BasicTestMappingProtocol
334 def test_values(self): member in TestMappingProtocol
335 BasicTestMappingProtocol.test_values(self)
Dtest_decimal.py601 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:
Dpickletester.py1055 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:
Dtest_complex.py434 test_values = (1, 123.0, 10-19j, xcomplex(1+2j),
439 for y in test_values:
Dtest_richcmp.py168 def test_values(self): member in NumberTest
Dtest_math.py503 test_values = [
524 for i, (vals, expected) in enumerate(test_values):
Dtest_dict.py43 def test_values(self): member in DictTest
Dtest_mailbox.py216 def test_values(self): member in TestMailbox
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Darg_type.pass.cpp39 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/
Dtest_urlparse.c71 test_values (void *cls, in test_values() function
111 &test_values, in ahc_echo()
/external/autotest/server/
Dlab_status_unittest.py250 def _assert_lab_status(self, test_values, checker): argument
263 for s in test_values:
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py450 def test_values(self): member in SpinboxTest
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py476 def test_values(self): member in ComboboxTest