Home
last modified time | relevance | path

Searched refs:test_ints (Results 1 – 9 of 9) sorted by relevance

/third_party/pulseaudio/src/tests/
Djson-test.c122 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/
Dtest_float.py11 def test_ints(self): member in TestFloat
Dtest_enum.py52 def test_ints(self): member in TestEnum
/third_party/python/Lib/ctypes/test/
Dtest_internals.py21 def test_ints(self): member in ObjectsTestCase
Dtest_bitfields.py35 def test_ints(self): member in C_Test
/third_party/python/Lib/test/
Dtest_statistics.py1251 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
Dtest_marshal.py30 def test_ints(self): member in IntTestCase
Dpickletester.py1864 def test_ints(self): member in AbstractPickleTests
Dtest_descr.py240 def test_ints(self): member in OperatorsTest