Home
last modified time | relevance | path

Searched refs:test_callbacks (Results 1 – 14 of 14) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
DCMakeLists.txt11 test_callbacks.cpp
Dprocs.h57 extern int test_callbacks( cl_device_id deviceID, cl_context context, cl_command_queue queue…
Dtest_callbacks.cpp142 int test_callbacks( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elem… in test_callbacks() function
/external/python/pybind11/docs/advanced/cast/
Dfunctional.rst100 Python -> C++ roundtrip. This is demonstrated in :file:`tests/test_callbacks.cpp`.
107 The file :file:`tests/test_callbacks.cpp` contains a complete example
/external/python/pybind11/tests/
Dtest_callbacks.py7 def test_callbacks(): function
DCMakeLists.txt101 test_callbacks.cpp
136 # cmake -DPYBIND11_TEST_OVERRIDE="test_callbacks.cpp;test_pickling.cpp" ..
/external/python/cpython2/Lib/ctypes/test/
Dtest_as_parameter.py72 def test_callbacks(self): member in BasicWrapTestCase
Dtest_functions.py242 def test_callbacks(self): member in FunctionTestCase
/external/python/cpython3/Lib/ctypes/test/
Dtest_as_parameter.py72 def test_callbacks(self): member in BasicWrapTestCase
Dtest_functions.py242 def test_callbacks(self): member in FunctionTestCase
/external/python/pybind11/docs/advanced/pycpp/
Dobject.rst177 file :file:`tests/test_callbacks.cpp` presents a few examples of calling
/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py253 def test_callbacks(self): member in CodecCallbackTest
/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py214 def test_callbacks(self): member in CodecCallbackTest
/external/python/pybind11/.github/
DCONTRIBUTING.md135 `-DPYBIND11_TEST_OVERRIDE="test_callbacks.cpp;test_pickling.cpp"`. If this is