Searched refs:test_c_api (Results 1 – 7 of 7) sorted by relevance
/external/bcc/tests/cc/ |
D | CMakeLists.txt | 15 test_c_api.cc
|
/external/python/cpython2/Objects/ |
D | setobject.c | 2029 static PyObject *test_c_api(PySetObject *so); 2073 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS, 2399 test_c_api(PySetObject *so) in test_c_api() function
|
/external/python/cpython3/Objects/ |
D | setobject.c | 2044 static PyObject *test_c_api(PySetObject *so); 2088 {"test_c_api", (PyCFunction)test_c_api, METH_NOARGS, 2408 test_c_api(PySetObject *so) in test_c_api() function
|
/external/python/cpython2/Lib/test/ |
D | test_set.py | 584 def test_c_api(self): member in TestSet 585 self.assertEqual(set().test_c_api(), True)
|
/external/python/cpython3/Lib/test/ |
D | test_set.py | 649 def test_c_api(self): member in TestSet 650 self.assertEqual(set().test_c_api(), True)
|
/external/python/cpython3/Doc/c-api/ |
D | intro.rst | 697 In addition, the set object acquires a :meth:`test_c_api` method.
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 614 In addition, the set object acquires a :meth:`test_c_api` method.
|