Searched refs:test_values (Results 1 - 25 of 54) sorted by last modified time

123

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dmapping_tests.py153 def test_values(self): member in class:BasicTestMappingProtocol
334 def test_values(self): member in class:TestMappingProtocol
335 BasicTestMappingProtocol.test_values(self)
H A Dpickletester.py609 test_values = [0.0, 4.94e-324, 1e-310, 7e-308, 6.626e-34, 0.1, 0.5,
611 test_values = test_values + [-x for x in test_values]
613 for value in test_values:
H A Dtest_cmath.py59 self.test_values = open(test_file)
62 self.test_values.close()
239 # test_values in (0, 1)
240 test_values = [0.01, 0.1, 0.2, 0.5, 0.9, 0.99]
242 # test_values for functions defined on [-1., 1.]
243 unit_interval = test_values + [-x for x in test_values] + \
246 # test_values for log, log10, sqrt
247 positive = test_values + [1.] + [1./x for x in test_values]
[all...]
H A Dtest_complex.py429 test_values = (1, 123.0, 10-19j, xcomplex(1+2j),
434 for y in test_values:
H A Dtest_decimal.py602 test_values = {
607 for input, expected in test_values.items():
691 test_values = [
830 for fmt, d, result in test_values:
1328 test_values = [Decimal(sign*(2**m + n))
1333 test_values.extend([
1356 for value in test_values:
H A Dtest_dict.py41 def test_values(self): member in class:DictTest
H A Dtest_grp.py23 def test_values(self): member in class:GroupDatabaseTestCase
H A Dtest_mailbox.py216 def test_values(self): member in class:TestMailbox
H A Dtest_math.py503 test_values = [
524 for i, (vals, expected) in enumerate(test_values):
H A Dtest_pwd.py9 def test_values(self): member in class:PwdTest
H A Dtest_richcmp.py168 def test_values(self): member in class:NumberTest
H A 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:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py164 def test_values(self): member in class:ComboboxTest
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_mailbox.py216 def test_values(self): member in class:TestMailbox
H A Dtest_math.py503 test_values = [
524 for i, (vals, expected) in enumerate(test_values):
H A Dtest_pwd.py9 def test_values(self): member in class:PwdTest
H A Dtest_richcmp.py168 def test_values(self): member in class:NumberTest
H A 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:
H A Dmapping_tests.py153 def test_values(self): member in class:BasicTestMappingProtocol
334 def test_values(self): member in class:TestMappingProtocol
335 BasicTestMappingProtocol.test_values(self)
H A Dpickletester.py609 test_values = [0.0, 4.94e-324, 1e-310, 7e-308, 6.626e-34, 0.1, 0.5,
611 test_values = test_values + [-x for x in test_values]
613 for value in test_values:
H A Dtest_cmath.py59 self.test_values = open(test_file)
62 self.test_values.close()
239 # test_values in (0, 1)
240 test_values = [0.01, 0.1, 0.2, 0.5, 0.9, 0.99]
242 # test_values for functions defined on [-1., 1.]
243 unit_interval = test_values + [-x for x in test_values] + \
246 # test_values for log, log10, sqrt
247 positive = test_values + [1.] + [1./x for x in test_values]
[all...]
H A Dtest_complex.py429 test_values = (1, 123.0, 10-19j, xcomplex(1+2j),
434 for y in test_values:
H A Dtest_decimal.py602 test_values = {
607 for input, expected in test_values.items():
691 test_values = [
830 for fmt, d, result in test_values:
1328 test_values = [Decimal(sign*(2**m + n))
1333 test_values.extend([
1356 for value in test_values:
H A Dtest_dict.py41 def test_values(self): member in class:DictTest
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py164 def test_values(self): member in class:ComboboxTest

Completed in 682 milliseconds

123