Searched refs:test_ints (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A 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/ |
H A D | test_float.py | 11 def test_ints(self): member in TestFloat
|
H A D | test_enum.py | 52 def test_ints(self): member in TestEnum
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_internals.py | 21 def test_ints(self): member in ObjectsTestCase
|
H A D | test_bitfields.py | 36 def test_ints(self): member in C_Test
|
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 1211 def test_ints(self): member in TestSum 1361 def test_ints(self): member in TestMean 1487 def test_ints(self): member in TestHarmonicMean 2032 def test_ints(self): member in TestPVariance 2074 def test_ints(self): member in TestVariance
|
H A D | test_marshal.py | 32 def test_ints(self): member in IntTestCase
|
H A D | pickletester.py | 1867 def test_ints(self): member in AbstractPickleTests
|
H A D | test_descr.py | 241 def test_ints(self): member in OperatorsTest
|
Completed in 22 milliseconds