Searched refs:test_ints (Results 1 – 9 of 9) sorted by relevance
| /third_party/pulseaudio/src/tests/ |
| D | json-test.c | 122 const int64_t test_ints[] = { 1, -1, 1234, 0, LONG_MIN, LONG_MAX }; in START_TEST() local 134 for (i = 0; i < PA_ELEMENTSOF(test_ints); i++) { in START_TEST() 135 pa_json_encoder_add_element_int(encoder, test_ints[i]); in START_TEST() 146 fail_unless(pa_json_object_get_array_length(o) == PA_ELEMENTSOF(test_ints)); in START_TEST() 148 for (i = 0; i < PA_ELEMENTSOF(test_ints); i++) { in START_TEST() 153 fail_unless(pa_json_object_get_int(v) == test_ints[i]); in START_TEST() 684 const int64_t test_ints[] = { 1, -1, 1234, 0, LONG_MIN, LONG_MAX }; in START_TEST() local 693 for (i = 0; i < PA_ELEMENTSOF(test_ints); i++) { in START_TEST() 694 pa_json_encoder_add_element_int(encoder, test_ints[i]); in START_TEST() 710 fail_unless(pa_json_object_get_array_length(v) == PA_ELEMENTSOF(test_ints)); in START_TEST() [all …]
|
| /third_party/python/Lib/test/test_json/ |
| D | test_float.py | 11 def test_ints(self): member in TestFloat
|
| D | test_enum.py | 52 def test_ints(self): member in TestEnum
|
| /third_party/python/Lib/ctypes/test/ |
| D | test_internals.py | 21 def test_ints(self): member in ObjectsTestCase
|
| D | test_bitfields.py | 35 def test_ints(self): member in C_Test
|
| /third_party/python/Lib/test/ |
| D | test_statistics.py | 1251 def test_ints(self): member in TestSum 1401 def test_ints(self): member in TestMean 1527 def test_ints(self): member in TestHarmonicMean 2045 def test_ints(self): member in TestPVariance 2087 def test_ints(self): member in TestVariance
|
| D | test_marshal.py | 30 def test_ints(self): member in IntTestCase
|
| D | pickletester.py | 1864 def test_ints(self): member in AbstractPickleTests
|
| D | test_descr.py | 240 def test_ints(self): member in OperatorsTest
|