Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
H A 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/
H A Dtest_float.py11 def test_ints(self): member in TestFloat
H A Dtest_enum.py52 def test_ints(self): member in TestEnum
/third_party/python/Lib/ctypes/test/
H A Dtest_internals.py21 def test_ints(self): member in ObjectsTestCase
H A Dtest_bitfields.py36 def test_ints(self): member in C_Test
/third_party/python/Lib/test/
H A Dtest_statistics.py1211 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 Dtest_marshal.py32 def test_ints(self): member in IntTestCase
H A Dpickletester.py1867 def test_ints(self): member in AbstractPickleTests
H A Dtest_descr.py241 def test_ints(self): member in OperatorsTest

Completed in 22 milliseconds